Laravel package for DeepSeek AI API integration
Top 75.6% on sourcepulse
This package provides a Laravel wrapper for the Deepseek PHP client, enabling seamless integration of the Deepseek AI API into Laravel applications. It is designed for Laravel developers seeking to leverage advanced AI capabilities within their web projects.
How It Works
The wrapper utilizes a fluent interface for constructing API requests, allowing developers to chain methods for setting prompts, models, and parameters like temperature. It abstracts the underlying HTTP communication with the Deepseek API, simplifying the process of sending queries and receiving responses within a Laravel context.
Quick Start & Requirements
composer require deepseek-php/deepseek-laravel
php artisan vendor:publish --tag=deepseek
.env
: DEEPSEEK_API_KEY="your_api_key"
Highlighted Details
Maintenance & Community
The project is maintained by Omar AlAlwi, with contributions from Assem Alwaseai and Faisal. A Telegram community is available for general discussion, ideas, announcements, releases, issue reporting, and pull requests.
Licensing & Compatibility
Limitations & Caveats
Testing functionality is noted as "coming soon." The README does not detail specific model availability or performance benchmarks.
5 months ago
1 day