PHPackages                             aztech/php-skeleton-library - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aztech/php-skeleton-library

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aztech/php-skeleton-library
===========================

Skeleton project for PHP libraries

v1.0.5(11y ago)065MITMakefilePHP &gt;= 5.4

Since Aug 28Pushed 11y ago1 watchersCompare

[ Source](https://github.com/aztech-dev/php-skeleton-library)[ Packagist](https://packagist.org/packages/aztech/php-skeleton-library)[ RSS](/packages/aztech-php-skeleton-library/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

php-skeleton-library
====================

[](#php-skeleton-library)

Skeleton for PHP library projects

This is my personal PHP library skeleton for use with Composer. Use it or don't, improve it or not, do whatever you like, but P/R your changes if they're interesting :p

Use
---

[](#use)

```
$ composer create-project aztech/php-skeleton-library
```

Running tests, CS, etc... locally
---------------------------------

[](#running-tests-cs-etc-locally)

Run tests and code style analyses

```
$ make test-analysis
```

Run tests only

```
$ make test
```

Upload code coverage to Scrutinizer
-----------------------------------

[](#upload-code-coverage-to-scrutinizer)

To upload to private repos, you need to export an OCULAR\_TOKEN environment variable :

```
$ export OCULAR_TOKEN='Scrutinizer API token'
$ make test-upload
```

Alternatively, without exporting the variable :

```
$ OCULAR_TOKEN='Scrutinizer API token' make test-upload
```

Clean up your mess
------------------

[](#clean-up-your-mess)

```
$ make clean
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

4162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58d21270e5d40f7ee05bb875b2442496ffd38cec041f7fdcc507b8b040f7e7f8?d=identicon)[thibaud-evaneos](/maintainers/thibaud-evaneos)

---

Top Contributors

[![aztech-dev](https://avatars.githubusercontent.com/u/93562568?v=4)](https://github.com/aztech-dev "aztech-dev (22 commits)")

---

Tags

aztechaztech-digital

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/aztech-php-skeleton-library/health.svg)

```
[![Health](https://phpackages.com/badges/aztech-php-skeleton-library/health.svg)](https://phpackages.com/packages/aztech-php-skeleton-library)
```

###  Alternatives

[symfony/lock

Creates and manages locks, a mechanism to provide exclusive access to a shared resource

514139.2M688](/packages/symfony-lock)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

564576.7k50](/packages/ecotone-ecotone)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k42](/packages/civicrm-civicrm-core)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[logiscape/mcp-sdk-php

Model Context Protocol SDK for PHP

368116.8k12](/packages/logiscape-mcp-sdk-php)

PHPackages © 2026

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