ploi-php-sdk

Ploi PHP SDK

MIT License

Downloads
11.9K
Stars
71

Bot releases are hidden (Show)

ploi-php-sdk - 1.9.2 Latest Release

Published by Cannonb4ll over 1 year ago

ploi-php-sdk - 1.9.1

Published by Cannonb4ll over 1 year ago

ploi-php-sdk - 1.9

Published by Cannonb4ll over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ploi-deploy/ploi-php-sdk/compare/1.8.7...1.9

ploi-php-sdk - Updates

Published by Cannonb4ll over 2 years ago

  • Add update method to site resource #55
  • Add toggle quick deploy method to repository resource #56
  • Add duplicate method to database resource #57
ploi-php-sdk - Ability to manage tenants

Published by Cannonb4ll almost 3 years ago

ploi-php-sdk - Ability to set project type when creating sites

Published by fodderstompf almost 3 years ago

ploi-php-sdk - Ability to manage Insights via SDK

Published by Cannonb4ll almost 3 years ago

Thanks to @fodderstompf 💙

ploi-php-sdk - Add block robots to SDK

Published by Cannonb4ll about 3 years ago

ploi-php-sdk - Adds Status Page and Status Page Incidents resources

Published by Cannonb4ll about 3 years ago

ploi-php-sdk - Adds auth user resource

Published by Cannonb4ll about 3 years ago

You may now manage Basic Auth users with this SDK, thanks to @fodderstompf 💙

https://developers.ploi.io/auth-users/list-auth-users

ploi-php-sdk - Adds FastCGI cache resource

Published by Cannonb4ll about 3 years ago

You may now manage FastCGI cache with this SDK, thanks to @fodderstompf 💙

ploi-php-sdk - Add Aliases to sites resource

Published by Cannonb4ll over 3 years ago

You may now manage aliases via the SDK, thanks to @fodderstompf. 🎉

ploi-php-sdk - Pagination helpers are now available

Published by Cannonb4ll over 3 years ago

User @fodderstompf did an excellent job adding new pagination methods.

An example to paginate servers:

$ploi->servers()->perPage(20)->page(1);

An alternative method:

$ploi->servers()->page($pageNumber, $amountPerPage);

This is also applicable on the sub-resources like sites, databases, cronjobs, etcetera:

$ploi->servers(123)->databases()->perPage($amountPerPage)->page($pageNumber);
ploi-php-sdk - Merged few pull requests

Published by Cannonb4ll over 3 years ago

ploi-php-sdk -

Published by Cannonb4ll over 3 years ago

ploi-php-sdk - WIP

Published by Cannonb4ll over 3 years ago

ploi-php-sdk - Added backups

Published by Cannonb4ll over 3 years ago

From PR #10

ploi-php-sdk - Remove usage of Laravel code and fix namespaces/tests

Published by Cannonb4ll almost 4 years ago

Pulls in PR #8

ploi-php-sdk - First initial release

Published by Cannonb4ll almost 4 years ago

Finally an initial release, could still have some bugs.

Package Rankings
Top 11.53% on Packagist.org
Related Projects