PHPackages                             checkdomain/comodo - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. checkdomain/comodo

ActiveLibrary[HTTP &amp; Networking](/categories/http)

checkdomain/comodo
==================

Checkdomain/Comodo provides functions to communicate with the comodo SSL certificate provider

2.5.0(4y ago)616.2k8[1 issues](https://github.com/checkdomain/Comodo/issues)1MITPHPPHP &gt;=5.5CI failing

Since Sep 30Pushed 3y ago12 watchersCompare

[ Source](https://github.com/checkdomain/Comodo)[ Packagist](https://packagist.org/packages/checkdomain/comodo)[ RSS](/packages/checkdomain-comodo/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (21)Used By (1)

README
======

[](#readme)

[![Build Status](https://camo.githubusercontent.com/37081a481c77d9e5d2ba33385c1844cccc4dcecd88b7104567ae2bd77d7c1cb1/68747470733a2f2f7472617669732d63692e6f72672f636865636b646f6d61696e2f436f6d6f646f2e737667)](https://travis-ci.org/checkdomain/Comodo)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/18497d25d8546d9930e1c8f8b91681ab9341c47f9dc6869c176555446e43211f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636865636b646f6d61696e2f436f6d6f646f2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/checkdomain/Comodo/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/cfa1b80c92401723a09faef14b519ebc0dd8605bd1a52df9ed7a11799d4bfda8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f636865636b646f6d61696e2f436f6d6f646f2f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/checkdomain/Comodo?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/0080d3e6df73f039dd9dfbc0335719c70964ec61a594d96e3baab08364882205/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33313139343935662d353437332d343339362d396333362d3031353161646437313765392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/3119495f-5473-4396-9c36-0151add717e9)

What is Checkdomain/Comodo
--------------------------

[](#what-is-checkdomaincomodo)

Checkdomain/Comodo is a library to connect with the comodo SSL Api. It yet offers functions to apply, revoke certificates and to resend the DCV mail.

The API also offers a function to enter the DCV authorization code, which has been sent to customer by mail.

Requirements
------------

[](#requirements)

Checkdomain/comodo requires php &gt;= 5.5

Installation
------------

[](#installation)

The easiest way to install this library is through [composer](http://getcomposer.org/). Just add the following lines to your **composer.json** file:

```
{
   "require": {
        "checkdomain/comodo": "dev-master"
    }
}
```

Another way would be to download this library and configure the autoloading yourself. This library relies on a [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible autoloader for automatic class loading.

Usage
-----

[](#usage)

To send a request to comodo, just instantiate the Util class and call any of the available functions.

The API always throws and Exception , if a parameter is missing or wrong formatted, or anything else did not work.

If a request has been successfully, you will get the return value true, or in case of using the AutoApply or GetDCVEmailAddressList function, you receive a result-object with additional information.

Contributing
------------

[](#contributing)

Checkdomain/comodo is open source. There are a lot of functions left in the API to be integrated:

Pull requests will be reviewed and merged fast.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 65.2% of commits — single point of failure

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 ~140 days

Recently: every ~303 days

Total

20

Last Release

1625d ago

Major Versions

1.1.3 → 2.0.02017-09-25

PHP version history (2 changes)1.0.0PHP &gt;=5.3

1.0.1PHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2493963?v=4)[checkdomain GmbH](/maintainers/checkdomain)[@checkdomain](https://github.com/checkdomain)

---

Top Contributors

[![tobias-nitsche](https://avatars.githubusercontent.com/u/6302292?v=4)](https://github.com/tobias-nitsche "tobias-nitsche (75 commits)")[![FlorianKoerner](https://avatars.githubusercontent.com/u/647303?v=4)](https://github.com/FlorianKoerner "FlorianKoerner (22 commits)")[![samamedick](https://avatars.githubusercontent.com/u/2676791?v=4)](https://github.com/samamedick "samamedick (6 commits)")[![klaude](https://avatars.githubusercontent.com/u/45157?v=4)](https://github.com/klaude "klaude (5 commits)")[![JAAulde](https://avatars.githubusercontent.com/u/191020?v=4)](https://github.com/JAAulde "JAAulde (4 commits)")[![TPete](https://avatars.githubusercontent.com/u/8928006?v=4)](https://github.com/TPete "TPete (3 commits)")

---

Tags

sslcomodo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/checkdomain-comodo/health.svg)

```
[![Health](https://phpackages.com/badges/checkdomain-comodo/health.svg)](https://phpackages.com/packages/checkdomain-comodo)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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