PHPackages                             eahiya/deepseek-ai-laravel - 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. eahiya/deepseek-ai-laravel

ActiveLibrary[API Development](/categories/api)

eahiya/deepseek-ai-laravel
==========================

A Laravel package for integrating with the DeepSeek API.

v1.1.0(1y ago)05MITPHPPHP ^8.0

Since Jan 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/MdEahiaMondal/deepseek-ai-laravel)[ Packagist](https://packagist.org/packages/eahiya/deepseek-ai-laravel)[ RSS](/packages/eahiya-deepseek-ai-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

DeepSeek AI Laravel
===================

[](#deepseek-ai-laravel)

DeepSeek AI Laravel is a Laravel package that provides seamless integration with DeepSeek AI APIs, allowing you to easily interact with AI-powered chat services within your Laravel applications.

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

[](#installation)

### Step 1: Install via Composer

[](#step-1-install-via-composer)

You can install the package using Composer:

```
composer require eahiya/deepseek-ai-laravel
```

### Step 2: Publish Configuration

[](#step-2-publish-configuration)

Run the following command to publish the package's configuration file:

```
php artisan vendor:publish --provider="eahiya\DeepSeekAI\DeepSeekAIServiceProvider" --tag="deepseek-config"
```

### Step 3: Set API Key

[](#step-3-set-api-key)

After publishing the configuration, add your DeepSeek API key to your `.env` file:

```
DEEPSEEK_API_KEY=your-api-key,
```

Usage
-----

[](#usage)

### Using the Facade

[](#using-the-facade)

You can use the `DeepSeekAI` facade to interact with the API:

```
use eahiya\DeepSeekAI\Facades\DeepSeekAI;

$response = DeepSeekAI::chat([
    ['role' => 'user', 'content' => 'Hello, how are you?']
],'deepseek-chat');

dd($response);
```

### Using Dependency Injection

[](#using-dependency-injection)

You can also use dependency injection to resolve the service:

```
use eahiya\DeepSeekAI\Services\DeepSeekAIClient;

public function someMethod(DeepSeekAIClient $deepSeek)
{
    $response = $deepSeek->chat([
        ['role' => 'user', 'content' => 'Hello, how are you?']
    ], 'deepseek-chat');

    return $response;
}
```

Configuration
-------------

[](#configuration)

The package publishes a configuration file located at `config/deepseek.php`. You can customize the API endpoint and other settings there.

License
-------

[](#license)

This package is open-source and licensed under the [MIT license](LICENSE).

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

[](#contributing)

If you'd like to contribute, feel free to submit a pull request or open an issue on [GitHub](https://github.com/eahiya/deepseek-ai-laravel).

Support
-------

[](#support)

For any issues, please open an issue on the GitHub repository or contact support.

---

Enjoy using DeepSeek AI Laravel! 🚀

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Every ~0 days

Total

2

Last Release

468d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63285b7a043c7f809b78d068f13e66b29570047ef3abcd55a5fb3616a1d3a230?d=identicon)[eahiya](/maintainers/eahiya)

---

Top Contributors

[![MdEahiaMondal](https://avatars.githubusercontent.com/u/55204970?v=4)](https://github.com/MdEahiaMondal "MdEahiaMondal (7 commits)")

### Embed Badge

![Health badge](/badges/eahiya-deepseek-ai-laravel/health.svg)

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

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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