Download the PHP package deepseek-php/deepseek-php-client without Composer

On this page you can find all versions of the php package deepseek-php/deepseek-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package deepseek-php-client

DeepSeek PHP Client

๐Ÿš€ Community-Driven PHP SDK for DeepSeek AI API Integration

Latest Version PHP Version License Tests Status

[AR](README-AR.md) | [CN](README-CN.md)

Table of Contents


โœจ Features


๐Ÿ“ฆ Installation

Require the package via Composer:

Requirements:


๐Ÿš€ Quick Start

Basic Usage

Get started with just two lines of code:

๐Ÿ“Œ Defaults used:

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

๐Ÿ›  Framework Integration

Laravel Deepseek Package


๐Ÿšง Migration Guide

Upgrading from v1.x? Check our comprehensive Migration Guide for breaking changes and upgrade instructions.


๐Ÿ“ Changelog

Detailed release notes available in CHANGELOG.md


๐Ÿงช Testing

Test coverage coming in v2.1.


# ๐Ÿ˜โœจ **DeepSeek PHP Community** โœจ๐Ÿ˜ Click the button bellow or [join here](https://t.me/deepseek_php_community) to be part of our growing community! [![Join Telegram](https://img.shields.io/badge/Join-Telegram-blue?style=for-the-badge&logo=telegram)](https://t.me/deepseek_php_community) ### **Channel Structure** ๐Ÿ—๏ธ - ๐Ÿ—จ๏ธ **General** - Daily chatter - ๐Ÿ’ก **Ideas & Suggestions** - Shape the community's future - ๐Ÿ“ข **Announcements & News** - Official updates & news - ๐Ÿš€ **Releases & Updates** - Version tracking & migration support - ๐Ÿž **Issues & Bug Reports** - Collective problem-solving - ๐Ÿค **Pull Requests** - Code collaboration & reviews

๐Ÿ”’ Security

Report Vulnerabilities: to [email protected]


๐Ÿค Contributors

A huge thank you to these amazing people who have contributed to this project! ๐ŸŽ‰๐Ÿ’–

Omar AlAlwi
Omar AlAlwi

๐Ÿ† Creator
Ayman Alhattami
Ayman Alhattami

โญ Contributor
Mohammad Asaad
Mohammad Asaad

โญ Contributor
Opada Alzaiede
Opada Alzaiede

โญ Contributor
Hisham Bin Ateya
Hisham Bin Ateya

โญ Contributor
Vinchan
Vinchan

โญ Contributor

Want to contribute? Check out the contributing guidelines and submit a pull request! ๐Ÿš€


๐Ÿ“„ License

This package is open-source software licensed under the MIT License.


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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package deepseek-php/deepseek-php-client contains the following files

Loading the files please wait ....