{"id":14975276,"url":"https://github.com/lesaff/laravel-serverpilot","last_synced_at":"2026-02-02T06:08:17.839Z","repository":{"id":57014105,"uuid":"108340157","full_name":"lesaff/laravel-serverpilot","owner":"lesaff","description":"ServerPilot PHP API Wrapper for Laravel 5","archived":false,"fork":false,"pushed_at":"2017-10-26T11:11:57.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T01:07:32.553Z","etag":null,"topics":["api-wrapper","laravel","laravel5","php","serverpilot"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lesaff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-26T00:10:11.000Z","updated_at":"2020-01-02T17:08:44.000Z","dependencies_parsed_at":"2022-08-22T09:30:11.998Z","dependency_job_id":null,"html_url":"https://github.com/lesaff/laravel-serverpilot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lesaff/laravel-serverpilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Flaravel-serverpilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Flaravel-serverpilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Flaravel-serverpilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Flaravel-serverpilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lesaff","download_url":"https://codeload.github.com/lesaff/laravel-serverpilot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesaff%2Flaravel-serverpilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-wrapper","laravel","laravel5","php","serverpilot"],"created_at":"2024-09-24T13:51:48.621Z","updated_at":"2026-02-02T06:08:17.825Z","avatar_url":"https://github.com/lesaff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ServerPilot PHP API Wrapper for Laravel 5\nVersion: 1.0.0\n\nThis is a Laravel 5.x wrapper for Dave Rogers' excellent [ServerPilot PHP API](https://github.com/daverogers/serverpilot-php). It comes with Service Container binding and Facade alias.\n\n## Installation\n1. Run `composer require lesaff/laravel-serverpilot`\n2. Grab ServerPilot's API ID and Key from your SP's admin panel\n3. Set `SERVERPILOT_API_ID` and `SERVERPILOT_API_KEY` in your `.env` file\n4. Edit `app/config/app.php`,\n\n\tadd the following to your providers' array\n\t```\n\tLesaff\\LaravelServerPilot\\ServerPilotServiceProvider::class,\n\t```\n\tadd the following to your class aliases array\n\t```\n\t'SP' =\u003e Lesaff\\LaravelServerPilot\\Facades\\ServerPilot::class,\n\t```\n\n## Usage\n\nAs a **Facade**\n```\n$servers = \\SP::server_list();\n```\n\nAs a **Dependency injection**\n```\nRoute::get('/servers', function (\\Lesaff\\LaravelServerPilot $sp) {\n\t$servers = $sp-\u003eserver_list();\n});\n```\n\nFor full PHP API usage, please refer to https://github.com/daverogers/serverpilot-php\n\nby Rudy Affandi (2017)  \nhttps://githubb.com/lesaff/laravel-serverpilot","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesaff%2Flaravel-serverpilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesaff%2Flaravel-serverpilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesaff%2Flaravel-serverpilot/lists"}