π Initial Release - Manus AI PHP SDK v1.0.0
We're excited to announce the first stable release of the official PHP SDK for Manus AI!
β¨ What's Included
This SDK provides a complete, production-ready solution for integrating Manus AI's powerful automation capabilities into your PHP applications.
π Core Features
- Task Management - Create, monitor, update, and delete AI-powered tasks
- File Handling - Upload files and attach them to tasks for context-aware processing
- Webhooks - Real-time notifications for task lifecycle events (
task_created,task_stopped) - Laravel Integration - First-class support with Service Provider, Facade, and Artisan commands
- Type-Safe - Clean interfaces and comprehensive error handling
- Well Tested - Full PHPUnit test coverage included
π¦ What You Get
- β Support for all Manus AI API endpoints
- β
Helper classes (
AgentProfile,TaskAttachment,WebhookHandler) - β
Laravel Artisan commands (
manus-ai:test,manus-ai:task) - β Complete documentation with working examples
- β PHP 8.2+ and Laravel 8-12 compatibility
π Quick Start
composer require tigusigalpa/manus-ai-phpuse Tigusigalpa\ManusAI\ManusAIClient;
$client = new ManusAIClient('your-api-key');
$task = $client->createTask('Your AI task here');π Resources
Get your API key at Manus AI Integration Settings