PHPackages                             ryu22e/slim-skeleton-phpunit - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. ryu22e/slim-skeleton-phpunit

ActiveLibrary[Testing &amp; Quality](/categories/testing)

ryu22e/slim-skeleton-phpunit
============================

A Slim Framework skeleton application for rapid development

0.0.1(11y ago)134[1 issues](https://github.com/ryu22e/Slim-Skeleton-PHPUnit/issues)MITPHPPHP &gt;=5.3.0

Since Jan 31Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ryu22e/Slim-Skeleton-PHPUnit)[ Packagist](https://packagist.org/packages/ryu22e/slim-skeleton-phpunit)[ Docs](http://github.com/ryu22e/Slim-Skeleton-PHPUnit)[ RSS](/packages/ryu22e-slim-skeleton-phpunit/feed)WikiDiscussions master Synced 1mo ago

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

Slim Framework Skeleton Application
===================================

[](#slim-framework-skeleton-application)

Use this skeleton application to quickly setup and start working on a new Slim Framework application. This application uses the latest Slim and Slim-Views repositories. It also uses Sensio Labs' [Twig](http://twig.sensiolabs.org) template library.

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.

Install Composer
----------------

[](#install-composer)

If you have not installed Composer, do that now. I prefer to install Composer globally in `/usr/local/bin`, but you may also install Composer locally in your current working directory. For this tutorial, I assume you have installed Composer locally.

Install the Application
-----------------------

[](#install-the-application)

After you install Composer, run this command from the directory in which you want to install your new Slim Framework application.

```
php composer.phar create-project ryu22e/slim-skeleton-phpunit [my-app-name]

```

Replace `[my-app-name]` with the desired directory name for your new application. You'll want to:

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `logs/` and `templates/cache` are web writeable.

That's it! Now go build something cool.

How to test
-----------

[](#how-to-test)

After install the application, run this command from the directory.

```
make test

```

Test codes are in `tests/`.

How to Contribute
-----------------

[](#how-to-contribute)

### Pull Requests

[](#pull-requests)

1. Fork the Slim Skeleton repository
2. Create a new branch for each feature or improvement
3. Send a pull request from each feature branch to the **develop** branch

It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows us to review and pull in new features or improvements individually.

### Style Guide

[](#style-guide)

All pull requests must adhere to the [PSR-2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

4125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53fcabae1a254b9575b7fcdc15cd2e934210036cba6f0fad425e1369c41f4ef5?d=identicon)[ryu22e](/maintainers/ryu22e)

---

Top Contributors

[![ryu22e](https://avatars.githubusercontent.com/u/301892?v=4)](https://github.com/ryu22e "ryu22e (15 commits)")

---

Tags

phpunitrestroutermicroframeworkgoutte

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ryu22e-slim-skeleton-phpunit/health.svg)

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

###  Alternatives

[slim/slim-skeleton

A Slim Framework skeleton application for rapid development

1.6k458.7k6](/packages/slim-slim-skeleton)

PHPackages © 2026

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