Download the PHP package solicode/deepseek-php-client without Composer
On this page you can find all versions of the php package solicode/deepseek-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download solicode/deepseek-php-client
More information about solicode/deepseek-php-client
Files in solicode/deepseek-php-client
Download solicode/deepseek-php-client
More information about solicode/deepseek-php-client
Files in solicode/deepseek-php-client
Vendor solicode
Package deepseek-php-client
Short Description A PHP client for the DeepSeek AI API.
License MIT
Package deepseek-php-client
Short Description A PHP client for the DeepSeek AI API.
License MIT
Please rate this library. Is it a good library?
Informations about the package deepseek-php-client
🚀 SoliCode DeepSeek PHP Client
A modern PHP client for DeepSeek's AI API, featuring robust error handling and full PSR compliance.
📦 Installation
Requires PHP 7.4+ and Composer:
🔑 Authentication
Get your API key from DeepSeek Dashboard.
Never commit secrets - store in environment variables.
🚀 Basic Usage
📖 Advanced Features
Custom Request Configuration
Streaming Responses
Error Handling Hierarchy
🛠 Development
Running Tests
Code Quality Checks
Contributing
- Fork the repository.
- Create a feature branch (
feat/your-feature
). - Write tests for new features.
- Submit a pull request.
📚 API Reference
DeepSeekClient Methods
Method | Parameters | Description |
---|---|---|
models() | - | List available models |
chat() | string $model, array $messages, array $params | Generate chat completion |
__construct() | string $apiKey, ?string $baseUrl, ?array $options | Client initialization |
⚠️ Common Errors
Error Code | Solution |
---|---|
401 Unauthorized | Verify API key validity |
402 Payment Required | Add funds to your account |
404 Not Found | Verify endpoint URL correctness |
429 Rate Limited | Implement request retry logic |
📜 License
MIT License - See LICENSE for full text.
Developed with ❤️ by SoliCode • Report issues here
All versions of deepseek-php-client with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.4
The package solicode/deepseek-php-client contains the following files
Loading the files please wait ....