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

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

suin/skeleton
=============

PHP project.

1.0.0(8y ago)313MITPHPPHP &gt;=7.1

Since Oct 28Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (4)Used By (0)

Skeleton
========

[](#skeleton)

[![travis-ci-badge](https://camo.githubusercontent.com/833481ac3aac7be807c6f9f910c2da99236ccdac77abeed8ed52d018c70e3949/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7375696e2f7068702d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/suin/php-skeleton) [![packagist-dt-badge](https://camo.githubusercontent.com/f03b4d92fed990caf525c27c4bce36a273125562bac1a1d1093ec96b573902a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7375696e2f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/suin/skeleton) [![license-badge](https://camo.githubusercontent.com/b4aed90490d4175e2d01497620b1f959cd7e6ad19906bf1864b9b787e307bb06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7375696e2f7068702d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md) [![release-version-badge](https://camo.githubusercontent.com/49ca1985aa3ecad087265b4977b7bf6aac112eecaa0d91fb099b5473229f6378/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7375696e2f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://packagist.org/packages/suin/skeleton) [![code-climate-maintainability-badge](https://camo.githubusercontent.com/0ddb33e30dd1acb3a38419f00c9c856561e1df870b9a3f62162890e86871ba54/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f7375696e2f7068702d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/suin/php-skeleton) [![code-climate-test-coverage-badge](https://camo.githubusercontent.com/174c1c0797e13333416cd31adffa944122afcfd8e4fc29be25475a2ce2b648bc/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f632f7375696e2f7068702d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/suin/php-skeleton) [![php-version-badge](https://camo.githubusercontent.com/2c6d2f49739bc995fa4f7fef6d6bb944edc7ac0cea1664d80e77027e865acb4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7375696e2f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/2c6d2f49739bc995fa4f7fef6d6bb944edc7ac0cea1664d80e77027e865acb4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7375696e2f736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)

This is where your library description should go. Try to limit it to a paragraph or two.

Features
--------

[](#features)

1. ...
2. ...
3. ...

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

[](#installation)

```
$ composer require suin/skeleton
```

Examples
--------

[](#examples)

```
// Some example code here
```

See more examples, visit [./example](./example) folder.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more details.

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

[](#contributing)

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

> **Followings should be deleted when you publish your library.**
>
> # Skeleton
>
> [](#skeleton-1)
>
> A template repository for kicking start PHP library development.
>
> ## Features
>
> [](#features-1)
>
> - Unit testing ready
>     - PHPUnit
>     - [Livexample](https://github.com/suin/livexample): Ensures your example codes works well by unit testing.
>     - Cross PHP version testing powered by Docker containers
>         - From PHP 5.3 to PHP 7.2 or later
> - Code quality tools bundled
>     - PHP-CS-Fixer
>     - Built-in PHP-CS-Fixer rules powered by [suin/php-cs-fixer-rules](https://github.com/suin/php-cs-fixer-rules)
>     - Code coverage
> - Ready for collaboration
>     - [CONTRIBUTING](.github/CONTRIBUTING.md)
>     - PHP-CS-Fixer
>     - Well-configured Git
>         - .gitattributes
>         - .gitignore
>         - .gitmessage
>     - Travis CI integration
>     - Code coverage reports powered by [Code Climate](https://codeclimate.com/)
>     - Automated code review powered by [Code Climate](https://codeclimate.com/)
> - Reusable documents
>     - README.md
>         - Badges powered by [shields.io](https://shields.io/)
>     - CHANGELOG.md
>         - You may generate it by [github-changelog-generator](https://github.com/skywinder/github-changelog-generator).
>
> ## How to use this
>
> [](#how-to-use-this)
>
> ```
> git clone git@github.com:suin/php-skeleton.git ./your-lib-name
> cd ./your-lib-name
> rm -rf .git
> git init
> git commit --allow-empty -m "Initial commit."
>
> ```
>
>
>
> ## Setting up Travis CI
>
> [](#setting-up-travis-ci)
>
> ```
> : Install travis client
> gem install travis
>
> : Authenticate your travis account
> travis login
>
> : Triggers a new sync with GitHub
> travis sync
>
> : Enable CI
> travis enable
>
> : Visit CI dashboard
> travis open
> ```
>
>
>
> ## Submitting this package to Packagist
>
> [](#submitting-this-package-to-packagist)
>
> 1. Visit
>
> - Enter repository URL.
> - Set up GitHub Integrations &amp; services.
> - Check if the package is distributed: `composer show -a suin/skeleton`
>
> ## Codeclimate code coverage setting
>
> [](#codeclimate-code-coverage-setting)
>
> - Add repository to Codeclimate.
> - Get test reporter ID from "Settings" → "Test coverage" → "TEST REPORTER ID".
> - Set Travis CI environment.
>
> ```
> travis env set CC_TEST_REPORTER_ID
> ```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3099d ago

Major Versions

0.0.2 → 1.0.02018-01-03

PHP version history (2 changes)0.0.1PHP &gt;=5.4

1.0.0PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

[![suin](https://avatars.githubusercontent.com/u/855338?v=4)](https://github.com/suin "suin (22 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

PHPackages © 2026

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