PHPackages                             gilbitron/local-ca - 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. [Security](/categories/security)
4. /
5. gilbitron/local-ca

ActiveLibrary[Security](/categories/security)

gilbitron/local-ca
==================

A simple tool to create locally trusted development certificates

0.2.0(5y ago)14[2 issues](https://github.com/gilbitron/local-ca/issues)MITPHPPHP ^7.2.5

Since Jul 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/gilbitron/local-ca)[ Packagist](https://packagist.org/packages/gilbitron/local-ca)[ GitHub Sponsors](https://github.com/gilbitron)[ RSS](/packages/gilbitron-local-ca/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Local CA
========

[](#local-ca)

Local CA is a simple command line tool to create locally trusted certificates for your development websites. Written in PHP.

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

[](#requirements)

- macOS
- PHP 7.2.5
- [OpenSSL extension](https://www.php.net/manual/en/book.openssl.php)

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

[](#installation)

### Download PHAR Binary

[](#download-phar-binary)

Download the latest PHAR file from the [releases page](https://github.com/gilbitron/local-ca/releases):

```
wget -q https://github.com/gilbitron/local-ca/releases/download/0.2.0/local-ca.phar

```

Then, make the PHAR file executable:

```
chmod +x local-ca.phar

```

You can now either use the PHAR by running `local-ca.phar`, or you can install it globally:

```
mv local-ca.phar /usr/local/bin/local-ca

```

### Composer Global Install

[](#composer-global-install)

Install Local CA globally using composer:

```
composer global require gilbitron/local-ca

```

Make sure to place Composer's system-wide vendor bin directory in your `$PATH` so the local-ca executable can be located by your system. In macOS this is `$HOME/.composer/vendor/bin`.

Usage
-----

[](#usage)

First, you need to install Local CA as a locally trusted certificate authority:

```
local-ca install

```

This will generate a root primary key and certificate that will be used to sign the development certificates. All keys are generated using 2048 bit RSA encryption.

Next, generate a development certificate by using the `new` command and passing a domain:

```
local-ca new example.test

```

This will generate a development primary key and certificate, signed and trusted by the root, that you can use in your development sites. Certificates are valid for 365 days.

- [Instructions on setting up HTTPS in Nginx](http://nginx.org/en/docs/http/configuring_https_servers.html)
- [Instructions on setting up HTTPS in Apache](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html)

Credits
-------

[](#credits)

Local CA was created by [Gilbert Pellegrom](https://gilbitron.me) from [Dev7studios](https://dev7studios.co). Released under the MIT license.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~13 days

Total

2

Last Release

2127d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20011de485eeea26b5582c75daaab217937832762b5d5f551d34d07f74138bb0?d=identicon)[gilbitron](/maintainers/gilbitron)

---

Top Contributors

[![gilbitron](https://avatars.githubusercontent.com/u/203882?v=4)](https://github.com/gilbitron "gilbitron (9 commits)")

### Embed Badge

![Health badge](/badges/gilbitron-local-ca/health.svg)

```
[![Health](https://phpackages.com/badges/gilbitron-local-ca/health.svg)](https://phpackages.com/packages/gilbitron-local-ca)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.4k37.3k](/packages/matomo-matomo)[enlightn/security-checker

A PHP dependency vulnerabilities scanner based on the Security Advisories Database.

33732.2M110](/packages/enlightn-security-checker)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[spatie/ssl-certificate-chain-resolver

SSL certificate chain resolver

3069.6k](/packages/spatie-ssl-certificate-chain-resolver)[rezzza/vaultage

Keep secrets secret

214.4k](/packages/rezzza-vaultage)

PHPackages © 2026

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