Download the PHP package mmnijas/deepseek without Composer
On this page you can find all versions of the php package mmnijas/deepseek. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mmnijas/deepseek
More information about mmnijas/deepseek
Files in mmnijas/deepseek
Package deepseek
Short Description A Laravel package for seamless integration with DeepSeek AI services, enabling efficient and scalable AI-powered functionalities such as natural language processing, data analysis, and automation through a simple and intuitive API wrapper.
License MIT
Informations about the package deepseek
DeepSeek Laravel Integration
A seamless integration package for DeepSeek API in Laravel applications. Easily interact with DeepSeek's AI capabilities through an expressive Laravel-friendly interface.
Features
- 🚀 Simple facade-based API
- ⚡️ Guzzle HTTP client integration
- 🔧 Configurable through environment variables
- 📦 Out-of-the-box service provider
- 💬 Support for chat completions
- 🛠 Extensible architecture
Requirements
- PHP 8.0 or higher
- Laravel 9.x or 10.x
- GuzzleHTTP 7.x
Installation
-
Install via Composer:
-
Add your DeepSeek API key to
.env
: - (Optional) Publish config file:
Configuration
After publishing the config file (config/deepseek.php
), you can customize:
Basic Usage
1. Using the Facade
2. In a Controller
3. Blade View Example
4. Artisan Command
Create a command:
Implement:
Usage:
Advanced Usage
Custom Parameters
Multiple Messages
Error Handling
Rate Limiting
The DeepSeek API has rate limits. Implement Laravel's rate limiter in AppServiceProvider
:
Testing
Add to your test case:
Security
Always:
- 🔑 Keep your API key secret
- 🛡 Validate user input
- ⏱ Implement rate limiting
- 📝 Follow DeepSeek's API guidelines
Common Issues
Missing API Key
Error: "DeepSeek API key not configured"
Solution: Verify .env
contains DEEPSEEK_API_KEY
Network Errors
Error: "Could not connect to DeepSeek API"
Solution:
- Check internet connection
- Verify API endpoint in config
- Review firewall settings
Invalid Response Format
Error: "Undefined index choices"
Solution:
Changelog
See CHANGELOG.md for recent changes.
License
The MIT License (MIT). See LICENSE.md for details.
Contributing
Pull requests are welcome! Please follow PSR coding standards and include tests.
📧 Support: [email protected] 🌐 Documentation: https://mmnijas.in/blog/a-comprehensive-guide-to-the-deepseek-laravel-package