ploiploiOfficialยท1 Agent Skills Included

ploi-php-sdk

Manage Ploi servers, sites, and deployments from PHP

Manages Ploi.io servers, sites, databases, cronjobs, and deployments through a fluent PHP interface. Eliminates manual API calls and raw HTTP handling with chainable resources and typed error responses. Includes pagination, backups, SSL certificates, and queue management to speed up server administration workflows.
npx skills add ploi/ploi-php-sdk --all -g -y
Available:

Explains the SDK's architecture, resource chaining pattern, and testing setup so your AI agent can correctly write and verify code that uses this library.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’