PHPackages                             hostingbe/api-client-certificatemanager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hostingbe/api-client-certificatemanager

ActiveLibrary[API Development](/categories/api)

hostingbe/api-client-certificatemanager
=======================================

php API REST client to connect to CertificateManager.net API, including logging and retry functionality. CertificateManager supplies you with more than 100 certificates and SSL tools to offer to your clients

v1.0.1(1y ago)155MITPHPPHP &gt;=8.2

Since Nov 10Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/HostingBE/api-client-certificatemanager)[ Packagist](https://packagist.org/packages/hostingbe/api-client-certificatemanager)[ RSS](/packages/hostingbe-api-client-certificatemanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

PHP RESTAPI CertificateManager client by HostingBE
==================================================

[](#php-restapi-certificatemanager-client-by-hostingbe)

HostingBE'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.

**Installing this API**

`composer require hostingbe/api-client-certificatemanager`

**Using the API for the first time**To use it you need an account with CertificateManager, [create it here](https://www.certificatemanager.net/create-account).

When you are logged in, click on API settings and enter the IP address where the API requests come from (whitelist) After saving you will receive a username and password which you need when using this API.

To connect to the API you need at least the following lines

```
use HostingBE\APIClientCertificateManager\CertificateManager;
use HostingBE\APIClientCertificateManager\Logger\APILogger;

$logger = (new APILogger)->create('test-api-certificatemanager');
$api = new CertificateManager($logger);
$response = $api->login('username','password');

```

You now have an object with your JWT token in response.

Below are some commands that you can execute with this API.

**Get the status from the API server**

`$response = $api->common('GET','/status']);`

**Edit contact via API**

`$response = $api->common('POST','/contact/edit/7/QeTweis0Is9p2MimQF1HHts4emVrhEN1/',['firstname' => 'firstname','lastname' => 'lastname',etc ..]);`

**API commands available**

- ping
- get status API
- list contacts
- add contact
- edit contact

**Documentation**

Read more about the possibilities of this API on the [documentation](https://api.certificatemanager.net/api/docs/) page of CertificateManager

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance47

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2db43acf9be84d607758d08178aabd82aabd506320de4ba8fe8abc93c52b1f5b?d=identicon)[HostingBE](/maintainers/HostingBE)

---

Tags

certificatesphp8rest-apisslssl-certificatesREST APIPHP-APIinfo ipaddressssl certificates APIcertificate manager api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hostingbe-api-client-certificatemanager/health.svg)

```
[![Health](https://phpackages.com/badges/hostingbe-api-client-certificatemanager/health.svg)](https://phpackages.com/packages/hostingbe-api-client-certificatemanager)
```

###  Alternatives

[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[grok-php/client

Grok PHP Client is a robust and community-driven PHP client library for seamless integration with Grok AI API, offering efficient access to advanced AI and data processing capabilities.

325.9k4](/packages/grok-php-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
