{"id":17437117,"url":"https://github.com/exbil/vpnresellers-php-api","last_synced_at":"2026-01-30T04:21:41.018Z","repository":{"id":257848948,"uuid":"873724064","full_name":"Exbil/vpnresellers-php-api","owner":"Exbil","description":"A full-featured implementation of the VPNResellers API Client","archived":false,"fork":false,"pushed_at":"2024-10-17T01:07:07.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2024-11-20T03:44:33.562Z","etag":null,"topics":["api","api-client","exbil","php","rest","rest-api","vpnresellers","vpnresellers-api","vpnresellers-api-client"],"latest_commit_sha":null,"homepage":"https://www.exbil.net","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Exbil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T15:58:56.000Z","updated_at":"2024-10-17T01:07:11.000Z","dependencies_parsed_at":"2024-10-19T10:21:41.364Z","dependency_job_id":null,"html_url":"https://github.com/Exbil/vpnresellers-php-api","commit_stats":null,"previous_names":["exbil/vpnresellers-php-api"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exbil%2Fvpnresellers-php-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exbil%2Fvpnresellers-php-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exbil%2Fvpnresellers-php-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exbil%2Fvpnresellers-php-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exbil","download_url":"https://codeload.github.com/Exbil/vpnresellers-php-api/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228555248,"owners_count":17936317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-client","exbil","php","rest","rest-api","vpnresellers","vpnresellers-api","vpnresellers-api-client"],"created_at":"2024-10-17T11:05:50.400Z","updated_at":"2026-01-30T04:21:40.993Z","avatar_url":"https://github.com/Exbil.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# 💾 VPNResellers PHP API Client\r\n\r\n![visitors](https://visitor-badge.laobi.icu/badge?page_id=exbil.vpnresellers-php-api)\r\n![](https://img.shields.io/badge/stable-v.1.0-informational?style=flat\u0026logoColor=white\u0026color=6aa6f8)\r\n![](https://img.shields.io/badge/license-MIT-informational?style=flat\u0026logoColor=white\u0026color=6aa6f8)\r\n\r\n# Getting Started\r\n### Requirements\r\n* [**PHP 8.3+**](https://www.php.net/downloads.php)\r\n* Extensions: [Composer](https://getcomposer.org/), [PHP-JSON](https://www.php.net/manual/en/book.json.php)\r\n\r\n# ⚒️ Install\r\nIn the root of your project execute the following:\r\n```sh\r\ncomposer require exbil/vpnresellers-php-api\r\n```\r\nor add this to your `composer.json` file:\r\n```json\r\n{\r\n  \"require\": {\r\n    \"exbil/vpnresellers-php-api\": \"^1.0\"\r\n  }\r\n}\r\n```\r\n\r\nThen perform the installation:\r\n```sh\r\n$ composer install --no-dev\r\n```\r\n\r\n# 📑 Usage\r\n\r\nSearch for the official API Documentation [here](https://api.vpnresellers.com/docs/v3_1).  \r\nYou need an [API Key](https://app.vpnresellers.com/api-access) for that.\r\n\r\n### 🗃️ Basic\r\n\r\n```php\r\n\u003c?php\r\n// Require the autoloader\r\nrequire_once 'vendor/autoload.php';\r\n// Use the library namespace\r\nuse VPNResellersAPI\\VPNResellersAPI;\r\n// Then simply pass your API-Token when creating the API client object.\r\n$apiKey = getenv('VPNRESELLERS_API_KEY');\r\n$client = new VPNResellersAPI($apiKey);\r\n// Then you are able to perform a request\r\nvar_dump($client-\u003eservers()-\u003egetServers());\r\n?\u003e\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexbil%2Fvpnresellers-php-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexbil%2Fvpnresellers-php-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexbil%2Fvpnresellers-php-api/lists"}