Skip to content

v1.0.0

Latest

Choose a tag to compare

@tigusigalpa tigusigalpa released this 12 Nov 09:12

πŸŽ‰ 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-php
use 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