{"id":19463013,"url":"https://github.com/hostingbe/api-client-certificatemanager","last_synced_at":"2025-09-08T20:37:00.372Z","repository":{"id":262060438,"uuid":"886101085","full_name":"HostingBE/api-client-certificatemanager","owner":"HostingBE","description":"Certificate manager is a management tool for managing, checking security and requesting new SSL certificates for various services such as web, mail, database servers.","archived":false,"fork":false,"pushed_at":"2025-07-05T15:13:55.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T10:00:07.016Z","etag":null,"topics":["certificates","php8","rest-api","ssl","ssl-certificates"],"latest_commit_sha":null,"homepage":"https://www.certificatemanager.net","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/HostingBE.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-10T07:36:47.000Z","updated_at":"2024-11-10T09:24:37.000Z","dependencies_parsed_at":"2024-11-10T09:21:05.189Z","dependency_job_id":"0bc98be7-2949-4304-be2d-b50ce8062df6","html_url":"https://github.com/HostingBE/api-client-certificatemanager","commit_stats":null,"previous_names":["hostingbe/api-client-certificatemanager"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/HostingBE/api-client-certificatemanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HostingBE%2Fapi-client-certificatemanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HostingBE%2Fapi-client-certificatemanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HostingBE%2Fapi-client-certificatemanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HostingBE%2Fapi-client-certificatemanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HostingBE","download_url":"https://codeload.github.com/HostingBE/api-client-certificatemanager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HostingBE%2Fapi-client-certificatemanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231507,"owners_count":25245601,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["certificates","php8","rest-api","ssl","ssl-certificates"],"created_at":"2024-11-10T18:07:52.200Z","updated_at":"2025-09-08T20:37:00.332Z","avatar_url":"https://github.com/HostingBE.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP RESTAPI CertificateManager client by HostingBE\n\nHostingBE's CertificateManager API has many options for retrieving certificate data and create or renew certificates via your CertificateManager account. More options are being added all the time. This API is using the modern namespacing and you can easily install with the command below.\n\n**Installing this API** \n\n`composer require hostingbe/api-client-certificatemanager`\n\n**Using the API for the first time** \nTo use it you need an account with CertificateManager, [create it here](https://www.certificatemanager.net/create-account).\n\nWhen you are logged in, click on API settings and enter the IP address where the API requests come from (whitelist)\nAfter saving you will receive a username and password which you need when using this API.\n\nTo connect to the API you need at least the following lines\n\n```\nuse HostingBE\\APIClientCertificateManager\\CertificateManager;\nuse HostingBE\\APIClientCertificateManager\\Logger\\APILogger;\n\n$logger = (new APILogger)-\u003ecreate('test-api-certificatemanager');\n$api = new CertificateManager($logger);\n$response = $api-\u003elogin('username','password');\n```\n\nYou now have an object with your JWT token in response.\n\nBelow are some commands that you can execute with this API.\n\n**Get the status from the API server**\n\n`$response = $api-\u003ecommon('GET','/status']);`\n\n**Edit contact via API**\n\n`$response = $api-\u003ecommon('POST','/contact/edit/7/QeTweis0Is9p2MimQF1HHts4emVrhEN1/',['firstname' =\u003e 'firstname','lastname' =\u003e 'lastname',etc ..]);` \n\n**API commands available**\n+ ping\n+ get status API\n+ list contacts\n+ add contact \n+ edit contact\n\n\n**Documentation**\n\nRead more about the possibilities of this API on the [documentation](https://api.certificatemanager.net/api/docs/) page of CertificateManager","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostingbe%2Fapi-client-certificatemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhostingbe%2Fapi-client-certificatemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhostingbe%2Fapi-client-certificatemanager/lists"}