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. [API Development](/categories/api)
4. /
5. mattel-limbo/deepseek-laravel-wrapper

ActiveLibrary[API Development](/categories/api)

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 today

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 41% of packages

Maintenance40

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

503d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/78329755?v=4)[Wirandra Alaya](/maintainers/dayCod)[@dayCod](https://github.com/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.

40341.2k1](/packages/deepseek-php-deepseek-laravel)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[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.

46688.8k5](/packages/deepseek-php-deepseek-php-client)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)

PHPackages © 2026

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