Download the PHP package eahiya/deepseek-ai-laravel without Composer
On this page you can find all versions of the php package eahiya/deepseek-ai-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eahiya/deepseek-ai-laravel
More information about eahiya/deepseek-ai-laravel
Files in eahiya/deepseek-ai-laravel
Package deepseek-ai-laravel
Short Description A Laravel package for integrating with the DeepSeek API.
License MIT
Informations about the package 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
Step 1: Install via Composer
You can install the package using Composer:
Step 2: Publish Configuration
Run the following command to publish the package's configuration file:
Step 3: Set API Key
After publishing the configuration, add your DeepSeek API key to your .env
file:
Usage
Using the Facade
You can use the DeepSeekAI
facade to interact with the API:
Using Dependency Injection
You can also use dependency injection to resolve the service:
Configuration
The package publishes a configuration file located at config/deepseek.php
. You can customize the API endpoint and other settings there.
License
This package is open-source and licensed under the MIT license.
Contributing
If you'd like to contribute, feel free to submit a pull request or open an issue on GitHub.
Support
For any issues, please open an issue on the GitHub repository or contact support.
Enjoy using DeepSeek AI Laravel! 🚀
All versions of deepseek-ai-laravel with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^9.0|^10.0|^11.0