{"id":23266802,"url":"https://github.com/freshost/ispconfigrestapi","last_synced_at":"2026-05-01T06:31:57.879Z","repository":{"id":147933936,"uuid":"619252001","full_name":"Freshost/ISPconfigRESTAPI","owner":"Freshost","description":"A simple REST API PHP Client for ispconfig3 remote API.","archived":false,"fork":false,"pushed_at":"2023-04-19T21:11:59.000Z","size":16,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T07:49:00.670Z","etag":null,"topics":["api","api-client","api-rest","composer","composer-project","ispconfig","ispconfig3","php","php-library"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Freshost.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}},"created_at":"2023-03-26T17:52:58.000Z","updated_at":"2024-02-28T18:31:07.000Z","dependencies_parsed_at":"2023-05-28T01:00:21.777Z","dependency_job_id":null,"html_url":"https://github.com/Freshost/ISPconfigRESTAPI","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"dca7f0331219886d5293ac6db36850c3d1e59211"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freshost%2FISPconfigRESTAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freshost%2FISPconfigRESTAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freshost%2FISPconfigRESTAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Freshost%2FISPconfigRESTAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Freshost","download_url":"https://codeload.github.com/Freshost/ISPconfigRESTAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451626,"owners_count":20940947,"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","api-rest","composer","composer-project","ispconfig","ispconfig3","php","php-library"],"created_at":"2024-12-19T16:21:54.864Z","updated_at":"2026-05-01T06:31:57.835Z","avatar_url":"https://github.com/Freshost.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ISPConfig 3 REST API PHP Client\n\n## Introduction\n\nA simple REST API PHP Client for ispconfig3 remote API.\n\n## Requirements\n\n* PHP \u003e= 5.4.0 (with [json](https://www.php.net/manual/en/json.installation.php) support)\n\n## Getting started\n\n### Composer\n\n```bash\n$ composer require freshost/ispconfig-restapi\n```\n\n## Usage\n\nThe package can be included \u0026 used on any PHP application.\n\n## Examples\n\n``` php\n$call = new ISPconfigAPI(['user' =\u003e 'remote_user', 'pass' =\u003e 'changeme', 'url' =\u003e 'https://ispconfig.local:8080']);\n\n$client = $call-\u003ecall(\"client_get\", [\"client_id\" =\u003e 1]);\n\nprint_r($client);\n```\n\nYou can allow the self signed certificate by set verifySSL variable.\n\n``` php\n$call = new ISPconfigAPI(['user' =\u003e 'remote_user', 'pass' =\u003e 'changeme', 'url' =\u003e 'https://ispconfig.local:8080', 'verifySSL' =\u003e false]);\n```\n\n## Feedback and questions\n\nFound a bug or missing a feature? Don't hesitate to create a new issue here on GitHub.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshost%2Fispconfigrestapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreshost%2Fispconfigrestapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshost%2Fispconfigrestapi/lists"}