{"id":37001041,"url":"https://github.com/hcgcloud/pterodactyl-sdk","last_synced_at":"2026-01-14T00:07:50.153Z","repository":{"id":37934106,"uuid":"168446228","full_name":"hcgcloud/pterodactyl-sdk","owner":"hcgcloud","description":"Pterodactyl Panel PHP SDK/API wrapper","archived":true,"fork":false,"pushed_at":"2022-03-30T07:46:11.000Z","size":146,"stargazers_count":32,"open_issues_count":4,"forks_count":23,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2025-10-28T13:31:01.628Z","etag":null,"topics":["api","api-wrapper","php","pterodactyl","pterodactyl-api","pterodactyl-panel","pterodactyl-panel-api","sdk"],"latest_commit_sha":null,"homepage":"https://hcgcloud.github.io/pterodactyl-sdk-docs/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hcgcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-31T02:00:40.000Z","updated_at":"2025-07-28T06:49:32.000Z","dependencies_parsed_at":"2022-08-26T01:02:07.641Z","dependency_job_id":null,"html_url":"https://github.com/hcgcloud/pterodactyl-sdk","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/hcgcloud/pterodactyl-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcgcloud%2Fpterodactyl-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcgcloud%2Fpterodactyl-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcgcloud%2Fpterodactyl-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcgcloud%2Fpterodactyl-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hcgcloud","download_url":"https://codeload.github.com/hcgcloud/pterodactyl-sdk/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hcgcloud%2Fpterodactyl-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","php","pterodactyl","pterodactyl-api","pterodactyl-panel","pterodactyl-panel-api","sdk"],"created_at":"2026-01-14T00:07:49.669Z","updated_at":"2026-01-14T00:07:50.137Z","avatar_url":"https://github.com/hcgcloud.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pterodactyl PHP SDK\r\n\r\n[![Latest Version on Packagist][ico-version]][link-packagist]\r\n[![Total Downloads][ico-downloads]][link-downloads]\r\n[![Software License][ico-license]](LICENSE.md)\r\n[![Chat on Discord][ico-chat]][link-chat]\r\n\r\n[Documentation](https://hcgcloud.github.io/pterodactyl-sdk-docs)\r\n\r\n## Quick start\r\n\r\n**For Pterodactyl Panel v1**, you may need to install `v2` version of this sdk, otherwise some functions may not work properly.\r\n\r\nThere is no stable [version](https://github.com/hcgcloud/pterodactyl-sdk/releases) and full [documentation](https://hcgcloud.github.io/pterodactyl-sdk-docs-v2/) for `v2` yet, you may need to read the source code to use this sdk.\r\n```bash\r\ncomposer require hcgcloud/pterodactyl-sdk:v2.0.0-alpha.2\r\n```\r\n\r\n---\r\n\r\nTo install the SDK in your project you need to require the package via [composer](http://getcomposer.org):\r\n\r\n```bash\r\ncomposer require hcgcloud/pterodactyl-sdk\r\n```\r\n\r\nThen use Composer's autoload unless you are using a framework that support composer autoload:\r\n\r\n```php\r\nrequire __DIR__.'/../vendor/autoload.php';\r\n```\r\n\r\nAnd finally create an instance of the SDK:\r\n\r\n```php\r\n$pterodactyl = new \\HCGCloud\\Pterodactyl\\Pterodactyl(API_KEY_HERE, BASE_URI_HERE);\r\n```\r\n\r\nThen you can call the apis.\r\n\r\n## Usage\r\n\r\nPlease check the [documentation](https://hcgcloud.github.io/pterodactyl-sdk-docs) for more details.\r\n\r\n## Support\r\n\r\nYou can get support by going to our [Discord server](https://discord.gg/5KnNVfv) or [submitting new issue](https://github.com/hcgcloud/pterodactyl-sdk/issues/new).\r\n\r\nAs a third-party API wrapper, We recommend you not asking for help elsewhere, or we may not be able to help you.\r\n\r\n## License\r\n\r\n`hcgcloud/pterodactyl-sdk` is licensed under the MIT License (MIT). Please see the\r\n[license file](LICENSE.md) for more information.\r\n\r\n[ico-version]: https://img.shields.io/packagist/v/hcgcloud/pterodactyl-sdk.svg\r\n[ico-license]: https://img.shields.io/badge/license-MIT-green.svg\r\n[ico-downloads]: https://img.shields.io/packagist/dt/hcgcloud/pterodactyl-sdk.svg\r\n[ico-chat]: https://img.shields.io/discord/609764930899673092\r\n\r\n[link-packagist]: https://packagist.org/packages/hcgcloud/pterodactyl-sdk\r\n[link-downloads]: https://packagist.org/packages/hcgcloud/pterodactyl-sdk\r\n[link-chat]: https://discord.gg/5KnNVfv\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcgcloud%2Fpterodactyl-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhcgcloud%2Fpterodactyl-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcgcloud%2Fpterodactyl-sdk/lists"}