PHPackages                             awuxtron/php-package-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. awuxtron/php-package-skeleton

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

awuxtron/php-package-skeleton
=============================

A skeleton for create brand-new PHP library package.

1.0.6(3y ago)016MITPHPPHP ^8.1

Since May 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/awuxtron/php-package-skeleton)[ Packagist](https://packagist.org/packages/awuxtron/php-package-skeleton)[ Docs](https://github.com/awuxtron/php-package-skeleton)[ RSS](/packages/awuxtron-php-package-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

{{name}}
========

[](#name)

 **{{description}}**

 [![License](https://camo.githubusercontent.com/8c83dabc62a4beb22353a044727a52281a5f0ade59bb51bd7e01c8d2e3d8aecf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7b7b76656e646f727d7d2f7b7b7061636b6167657d7d3f7374796c653d666c61742d737175617265)](https://github.com/{{vendor}}/{{package}}/blob/{{branch}}/README.md) [![PHP Version Support](https://camo.githubusercontent.com/68e16b5bb1f1184ea97894fb5810b39e5af0f4e2be7a6ffe7d24dac66b9ec3fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7b7b76656e646f727d7d2f7b7b7061636b6167657d7d3f7374796c653d666c61742d737175617265)](https://php.net) [![Packagist Version](https://camo.githubusercontent.com/58dd9b1c19c755bf990982bf8aa849f1bbaa914fdb5e6c0ebefcabb9188f2889/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7b7b76656e646f727d7d2f7b7b7061636b6167657d7d3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/{{vendor}}/{{package}}) [![Packagist Downloads](https://camo.githubusercontent.com/9f5c4e5ff95144e984b0998ffbccdffcc7ef6c1d2e276ada6ed2a8ef33903d0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7b7b76656e646f727d7d2f7b7b7061636b6167657d7d3f7374796c653d666c61742d737175617265)](https://packagist.org/packages/{{vendor}}/{{package}}) [![Code style check & fix status](https://camo.githubusercontent.com/fbde6b804b2eb260e0da0b7f425da87c1c3697329b6d3b30698c2c233d4f470f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7b7b76656e646f727d7d2f7b7b7061636b6167657d7d2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/{{vendor}}/{{package}}/actions/workflows/fix-code-style.yml) [![Code Static Analysis Status](https://camo.githubusercontent.com/8de342257933d8ef03b2d5e6b703cce6135ad5fd7d99fb390024c742d96656d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7b7b76656e646f727d7d2f7b7b7061636b6167657d7d2f436f6465253230537461746963253230416e616c797369733f6c6162656c3d616e616c797365267374796c653d666c61742d737175617265)](https://github.com/{{vendor}}/{{package}}/actions/workflows/analyse.yml) [![GitHub Workflow Status](https://camo.githubusercontent.com/924516153cffe7625372faa171d5eaa61d0b3304fcda508765c1b45f50d299a1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7b7b76656e646f727d7d2f7b7b7061636b6167657d7d2f54657374733f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/{{vendor}}/{{package}}/actions/workflows/run-tests.yml)

About
-----

[](#about)

Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of **Features** or a **Background** subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.

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

[](#installation)

You can install the package via composer:

```
composer require {{vendor}}/{{package}}
```

Usage
-----

[](#usage)

```
use Awuxtron\PackageSkeleton\Example;

echo (new Example)->text('Hello world!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Roadmap
-------

[](#roadmap)

- Init Project
- Edit README.md
- Write Your Code
    - Nested Feature

See the [open issues](../../issues) for a full list of proposed features (and known issues).

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [{{author}}](https://github.com/%7B%7Bvendor%7D%7D)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Total

7

Last Release

1448d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7e6292f4bfd1b15ad7f536161972ac1596d70f6dfe6b9f8dc42d63ce0f7fc05?d=identicon)[awuxtron](/maintainers/awuxtron)

---

Top Contributors

[![awuxtron](https://avatars.githubusercontent.com/u/96488794?v=4)](https://github.com/awuxtron "awuxtron (20 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/awuxtron-php-package-skeleton/health.svg)

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

###  Alternatives

[phpmentors/stagehand-fsm

A finite state machine

361.1k](/packages/phpmentors-stagehand-fsm)

PHPackages © 2026

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