PHPackages                             mattel-limbo/deepseek-laravel-wrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mattel-limbo/deepseek-laravel-wrapper

ActiveLibrary

mattel-limbo/deepseek-laravel-wrapper
=====================================

A seamless Laravel integration for the Deepseek PHP client, enabling effortless interaction with the Deepseek API in your Laravel applications.

v1.0.0(1y ago)02MITPHPPHP ^8.1.0

Since Feb 17Pushed 1y agoCompare

[ Source](https://github.com/Mattel-Limbo/deepseek-laravel-wrapper)[ Packagist](https://packagist.org/packages/mattel-limbo/deepseek-laravel-wrapper)[ Docs](https://github.com/mattel-limbo/deepseek-laravel-wrapper)[ RSS](/packages/mattel-limbo-deepseek-laravel-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Deepseek Laravel Wrapper
========================

[](#deepseek-laravel-wrapper)

Laravel wrapper for **[Deepseek PHP client](https://github.com/deepseek-php/deepseek-php-client)** to seamless [deepseek AI](https://www.deepseek.com) API integration with Laravel applications.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mattel-limbo/deepseek-laravel-wrapper
```

### Publishing Configuration File

[](#publishing-configuration-file)

```
php artisan vendor:publish --tag=deepseek
```

then add token to `.env` file

```
DEEPSEEK_API_KEY="your_api_key"
```

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
use DeepSeekClient;

$deepseek = app(DeepSeekClient::class);
$response = $deepseek->query('Hello deepseek, I am Laravel Framework , how are you Today ^_^ ?')->run();
print_r("deepseek 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/master/src/Enums/Configs/DefaultConfigs.php)

### Advanced Usage

[](#advanced-usage)

```
use DeepSeekClient;

$deepseek = app(DeepSeekClient::class);

// Another way, with customization
$response = $deepseek
    ->query('Hello deepseek, how are you ?', 'system')
    ->query('Hello deepseek, my name is PHP ', 'user')
    ->withModel("deepseek-chat")
    ->setTemperature(1.5)
    ->run();

print_r("deepseek API response : " . $response);
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributing to Sketch.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Daycode](https://github.com/dayCod)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance43

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

450d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c9b63aa615f56ae0b98424918945545acc6a6e4b8252269551214784ef967e0?d=identicon)[dayCod](/maintainers/dayCod)

---

Top Contributors

[![dayCod](https://avatars.githubusercontent.com/u/78329755?v=4)](https://github.com/dayCod "dayCod (5 commits)")

---

Tags

openaideepseek-apilaravel-aideepseek-php-clientphp-deepseekdeepseek-integrationdeepseek-phpdeepseek-laraveldeepseek-coderdeepseek-chatdeepseek-mathlaravel-deepseekdeepseek-packageDeepSeek-R1DeepSeek-R1-Zero

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mattel-limbo-deepseek-laravel-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/mattel-limbo-deepseek-laravel-wrapper/health.svg)](https://phpackages.com/packages/mattel-limbo-deepseek-laravel-wrapper)
```

###  Alternatives

[deepseek-php/deepseek-laravel

A seamless Laravel integration for the Deepseek PHP client, enabling effortless interaction with the Deepseek API in your Laravel applications.

40234.9k1](/packages/deepseek-php-deepseek-laravel)[deepseek-php/deepseek-php-client

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.

47073.9k5](/packages/deepseek-php-deepseek-php-client)[openai-php/symfony

Symfony Bundle for OpenAI

215715.5k3](/packages/openai-php-symfony)[sbsaga/toon

🧠 TOON for Laravel — a compact, human-readable, and token-efficient data format for AI prompts &amp; LLM contexts. Perfect for ChatGPT, Gemini, Claude, Mistral, and OpenAI integrations (JSON ⇄ TOON).

6115.6k](/packages/sbsaga-toon)[maltekuhr/laravel-gpt

Streamlined integration of OpenAI's ChatGPT (GPT-3.5, GPT-4) into Laravel applications.

117130.9k4](/packages/maltekuhr-laravel-gpt)[qwen-php/qwen-laravel

A seamless Laravel integration for the qwen PHP client, enabling effortless interaction with the qwen API in your Laravel applications.

152.9k](/packages/qwen-php-qwen-laravel)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
