diff --git a/README.md b/README.md index c3142bb..841b218 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ --- ## Overview -**Deepseek PHP Client** is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities +**Deepseek PHP Client** is a robust and community-driven PHP client library for seamless integration with the [Deepseek](https://www.deepseek.com/) API, offering efficient access to advanced AI and data processing capabilities ### Key Features - **Easy Integration:** Simplifies interaction with the Deepseek API using a PHP client. @@ -42,9 +42,9 @@ composer require deepseek-php/deepseek-php-client --- -## **3. Quick Start Guide** +## Quick Start Guide -### **Basic Usage** +### Basic Usage ```php use DeepseekPhp\DeepseekClient; @@ -58,9 +58,9 @@ $response = DeepseekClient::build($apiKey) echo 'API Response:'.$response; ``` -**Note**: in easy mode it will take defaults for all configs [Check Default Values](https://github.com/deepseek-php/deepseek-php-client/blob/main/src/Enums/Configs/DefaultConfigs.php) +**Note**: in easy mode it will take defaults for all configs [Check Default Values](https://github.com/deepseek-php/deepseek-php-client/blob/master/src/Enums/Configs/DefaultConfigs.php) -### **Advanced Usage** +### Advanced Usage ```php use DeepseekPhp\DeepseekClient; @@ -80,7 +80,7 @@ echo 'API Response:'.$response; --- -## **7. Testing** +## Testing tests will come soon . @@ -96,13 +96,22 @@ Thanks to these wonderful people for contributing to this project! 💖 - Omar Al Alwi + Omar AlAlwi
Omar AlAlwi

🏆 Creator + + + ayman alhattami +
+ ayman alhattami +
+
+ 🏆 Contributer + diff --git a/composer.json b/composer.json index d8e5795..210ec89 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "role": "creator" } ], - "version": "1.0.0", + "version": "1.0.0.0", "require": { "php": "^8.1.0", "php-http/discovery": "^1.20.0", diff --git a/src/Contracts/DeepseekApiClientContract.php b/src/Contracts/DeepseekClientContract.php similarity index 100% rename from src/Contracts/DeepseekApiClientContract.php rename to src/Contracts/DeepseekClientContract.php