PHPackages                             mrccnt/phar-skeleton - 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. mrccnt/phar-skeleton

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

mrccnt/phar-skeleton
====================

Phar skeleton application template

0.1.0(9y ago)017MITPHPPHP ^5.5 || ^7.0

Since Jul 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mrccnt/phar-skeleton)[ Packagist](https://packagist.org/packages/mrccnt/phar-skeleton)[ RSS](/packages/mrccnt-phar-skeleton/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Phar-Skeleton
=============

[](#phar-skeleton)

Skeleton for creating PHAR applications from scratch including testing, reporting and building.

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

[](#requirements)

You need to modify your CLI `php.ini`. Otherwise we will not be able to "write" phar packages.

```
phar.readonly=Off

```

Install, Build and Run
----------------------

[](#install-build-and-run)

```
$ composer install
$ composer build

```

Use the `phar` file:

```
$ php dist/phar-skeleton.phar
TODO: Do something

```

Use the `deb` file:

```
$ sudo dpkg -i dist/phar-skeleton.deb
Preparing to unpack dist/phar-skeleton.deb ...
Unpacking phar-skeleton (1.0.0) ...
Setting up phar-skeleton (1.0.0) ...

$ phar-skeleton
TODO: Do something

$ which phar-skeleton
/usr/local/bin/phar-skeleton

$ sudo dpkg -r phar-skeleton
Removing phar-skeleton (1.0.0) ...
dpkg: warning: while removing phar-skeleton, directory '/usr/local/bin' not empty so not removed

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

3627d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3105429?v=4)[Marco Conti](/maintainers/mrccnt)[@mrccnt](https://github.com/mrccnt)

---

Top Contributors

[![mrccnt](https://avatars.githubusercontent.com/u/3105429?v=4)](https://github.com/mrccnt "mrccnt (5 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/mrccnt-phar-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/mrccnt-phar-skeleton/health.svg)](https://phpackages.com/packages/mrccnt-phar-skeleton)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[php-soap/wsdl

Deals with WSDLs

183.8M18](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5155.1k17](/packages/phel-lang-phel-lang)

PHPackages © 2026

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