Download the PHP package deepseek/deepseek-php-client without Composer
On this page you can find all versions of the php package deepseek/deepseek-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download deepseek/deepseek-php-client
More information about deepseek/deepseek-php-client
Files in deepseek/deepseek-php-client
Download deepseek/deepseek-php-client
More information about deepseek/deepseek-php-client
Files in deepseek/deepseek-php-client
Vendor deepseek
Package deepseek-php-client
Short Description Community-Driven PHP SDK for DeepSeek AI API Integration.
License MIT
Homepage https://github.com/dependencies-packagist/deepseek-php-client
Package deepseek-php-client
Short Description Community-Driven PHP SDK for DeepSeek AI API Integration.
License MIT
Homepage https://github.com/dependencies-packagist/deepseek-php-client
Keywords symfonyphpapiclientsdknlpaiphp-sdkrest-clientapi-wrappermachine-learningnatural-language-processingdeveloper-toolsphp-api-clientai-sdkapi-integrationopenaitext-generationllmgenerative-aideepseekdeepseek-apiai-apideepseek-aiai-client-libraryphp-ai-integrationopenai-alternativesymfony-deepseekdeepseek-symfonysymfony-http-clientsymfony-client
Please rate this library. Is it a good library?
Informations about the package deepseek-php-client
DeepSeek PHP Client
Table of Contents
- Features
- Installation
- Quick Start
- Basic Usage
- Advanced Configuration
- Use with Symfony HttpClient
- Get Models List
- Testing
- License
Features
- Seamless API Integration: PHP-first interface for DeepSeek's AI capabilities.
- Fluent Builder Pattern: Chainable methods for intuitive request building.
- Enterprise Ready: PSR-18 compliant HTTP client integration.
- Model Flexibility: Support for multiple DeepSeek models (Coder, Chat, etc.).
- Streaming Ready: Built-in support for real-time response handling.
- Many Http Clients: easy to use
Guzzle http client
(default) , orsymfony http client
. - Framework Friendly: Laravel & Symfony packages available.
Installation
You can install the package via Composer:
Requirements:
Requires PHP 8.1+
Quick Start
Basic Usage
Get started with just two lines of code:
Defaults used:
- Model:
deepseek-chat
- Temperature: 0.8
Advanced Configuration
Use with Symfony HttpClient
the package already built with symfony Http client
, if you need to use package with symfony
Http Client , it is easy to achieve that, just pass clientType:'symfony'
with build
function.
ex with symfony:
Get Models List
Testing
Test coverage coming in v2.1.
License
Nacosvel Contracts is made available under the MIT License (MIT). Please see License File for more information.
All versions of deepseek-php-client with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1.0
nyholm/psr7 Version ^1.8
php-http/discovery Version ^1.20.0
php-http/multipart-stream-builder Version ^1.4.2
psr/http-client Version ^1.0.3
psr/http-client-implementation Version 1.0
psr/http-factory-implementation Version *
psr/http-message Version ^1.1.0|^2.0.0
symfony/http-client Version ^6.4
nyholm/psr7 Version ^1.8
php-http/discovery Version ^1.20.0
php-http/multipart-stream-builder Version ^1.4.2
psr/http-client Version ^1.0.3
psr/http-client-implementation Version 1.0
psr/http-factory-implementation Version *
psr/http-message Version ^1.1.0|^2.0.0
symfony/http-client Version ^6.4
The package deepseek/deepseek-php-client contains the following files
Loading the files please wait ....