PHPackages                             mdwheele/incommon-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. mdwheele/incommon-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

mdwheele/incommon-cli
=====================

Command-line Utility for InCommon Certificate Manager SSL Web Service API

09[1 issues](https://github.com/mdwheele/incommon-cli/issues)PHP

Since Dec 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/mdwheele/incommon-cli)[ Packagist](https://packagist.org/packages/mdwheele/incommon-cli)[ RSS](/packages/mdwheele-incommon-cli/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

InCommon CM SSL Web Service Client Command-line Utility
=======================================================

[](#incommon-cm-ssl-web-service-client-command-line-utility)

Command-line Utility for InCommon Certificate Manager SSL Web Service API

[![Latest Stable Version](https://camo.githubusercontent.com/0ce09b79338003e1f9d66cec325ae9762c313238576cfbadddad058b0f5f2201/68747470733a2f2f706f7365722e707567782e6f72672f6d64776865656c652f696e636f6d6d6f6e2d636c692f762f737461626c652e706e67)](https://packagist.org/packages/mdwheele/incommon-cli)[![Total Downloads](https://camo.githubusercontent.com/ff90fcb4d41a4079c7d5045ea66ec5699cbf468f62955f8d7d8fc7d30669e28c/68747470733a2f2f706f7365722e707567782e6f72672f6d64776865656c652f696e636f6d6d6f6e2d636c692f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mdwheele/incommon-cli)[![License](https://camo.githubusercontent.com/6f338ab33b7d1d84c5f81035ab236595f7f9a35e77828d74ba9499e74675c820/68747470733a2f2f706f7365722e707567782e6f72672f6d64776865656c652f696e636f6d6d6f6e2d636c692f6c6963656e73652e706e67)](https://packagist.org/packages/mdwheele/incommon-cli)

**Notice: This an alpha-quality software at the moment. Do NOT use in production anything!!**

This utility provides an access layer to limited functionality of the InCommon Certificate Manager SSL SOAP Web Service.

Goals
-----

[](#goals)

- Provide a command-line interface for performing bulk CSR enrollments and Certificate retrieval.

This package is compliant with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

Install
-------

[](#install)

Via Composer

```
{
    "require": {
        "mdwheele/incommon-cli": "dev-master"
    }
}
```

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

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 5.3
- PHP 5.4
- PHP 5.5

Usage
-----

[](#usage)

This is a Symfony Console application. To get everything set up, you will need to clone down the project and run `composer install`.

To run the thing, you'll need to run `bin/incommon`. This is the entry point for all the registered commands.

### Enroll Certs (Sending off the CSRs)

[](#enroll-certs-sending-off-the-csrs)

Enrolling certs requires a directory full of CSRs. You will provide this as a CLI argument.

```
[vagrant@kraken incommon-cli]$ bin/incommon help cert:enroll
Usage:
 cert:enroll [csr_paths1] ... [csr_pathsN]

Arguments:
 csr_paths             Paths to CSR files.
```

After running, it's going to go through some interactive prompts; asking for your InCommon login credentials as well as the organization identifer and secret key.

After setting all that up, it'll just go to town.

### Check status of enrolled certs

[](#check-status-of-enrolled-certs)

```
[vagrant@kraken incommon-cli]$ bin/incommon help cert:status
Usage:
 cert:status sslid

Arguments:
 sslid                 Path to CSR or glob.
```

`bin/incommon cert:status 123456

### Download certs

[](#download-certs)

Documentation
-------------

[](#documentation)

I will have much more documentation coming soon. Until then, this is basically it.

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

[](#contributing)

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/mdwheele/incomon-cli/pulls).

Pull Requests
-------------

[](#pull-requests)

- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
- **Document any change in behaviour** - Make sure the README and any other relevant documentation are kept up-to-date.
- **Consider our release cycle** - We try to follow semver. Randomly breaking public APIs is not an option.
- **Create topic branches** - Don't ask us to pull from your master branch.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

Running Tests
-------------

[](#running-tests)

```
$ phpunit
```

**Happy coding**!

Credits
-------

[](#credits)

- [Phil Sturgeon](https://github.com/philsturgeon) for documentation format. Stole!

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/30f5c5f0632ccca2dc8b9f0cea4db2e87b043f1ab4c8c0e9da6d4b46b78df5e9?d=identicon)[mdwheele](/maintainers/mdwheele)

### Embed Badge

![Health badge](/badges/mdwheele-incommon-cli/health.svg)

```
[![Health](https://phpackages.com/badges/mdwheele-incommon-cli/health.svg)](https://phpackages.com/packages/mdwheele-incommon-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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