gregpriday / laravel-claude-chat
This is my package laravel-claude-chat
Fund package maintenance!
Greg Priday
Requires
- php: ^8.1
- caseyamcl/guzzle_retry_middleware: ^2.9
- guzzlehttp/guzzle: ^7.8
- illuminate/contracts: ^10.0|^11.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- larastan/larastan: ^2.0.1
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8|^8.0
- orchestra/testbench: ^8.8|^9.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
README
⚠️ THIS PROJECT IS ARCHIVED ⚠️
This project is no longer maintained. Please use mozex/anthropic-laravel instead, which provides improved functionality and active maintenance.
Historical Documentation
This package was created to provide integration between Laravel and Anthropic's Claude AI. If you're looking for similar functionality, we strongly recommend using mozex/anthropic-laravel as it offers:
- Active maintenance and updates
- Support for newer Claude API versions
- Improved features and reliability
- Better integration with modern Laravel versions
Migration
To migrate from this package to mozex/anthropic-laravel
:
- Remove this package:
composer remove gregpriday/laravel-claude-chat
- Install the new package:
composer require mozex/anthropic-laravel
- Follow the setup instructions in the mozex/anthropic-laravel documentation.
License
The MIT License (MIT). Please see License File for more information.