ploi-php-sdk
Manage Ploi servers, sites, and deployments from PHP
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Ploi PHP SDK?โผ
Run `npx skills add ploi/ploi-php-sdk --all -g -y` in your terminal to install this skill globally for your AI agent.
What can I manage with the Ploi PHP SDK?โผ
You can manage servers, sites, databases, backups, cronjobs, daemons, SSL certificates, deployments, and queues on Ploi.io directly from PHP code.
How do I deploy a site with the Ploi SDK?โผ
Chain the resources fluently: call `$ploi->server($id)->sites($siteId)->deployment()->deploy()` after installing your repository.
Does the Ploi SDK work with Claude Code and Cursor?โผ
Yes. The included SKILL.md follows the universal standard and works in Claude Code, Cursor, Windsurf, and GitHub Copilot.
How does the SDK handle API errors?โผ
It throws typed exceptions for each HTTP status, such as Unauthenticated for 401 and NotFound for 404, so you can catch and handle specific failures cleanly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core