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

ActiveLibrary

toadsuck/skeleton
=================

Skeleton Application for Toadsuck

1.0.0(12y ago)1271MITPHPPHP &gt;= 5.4

Since Jan 27Pushed 11y ago1 watchersCompare

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

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

Toadsuck.Skeleton
=================

[](#toadsuckskeleton)

Skeleton PHP-MVC application implementing the components from the [Toadsuck Project](http://toadsuck.github.io).
----------------------------------------------------------------------------------------------------------------

[](#skeleton-php-mvc-application-implementing-the-components-from-the-toadsuck-project)

[![Total Downloads](https://camo.githubusercontent.com/a02b65f74b71dc86c1716d1d5949105a7c15088a8df14011e312e66c137a8b21/68747470733a2f2f706f7365722e707567782e6f72672f746f61647375636b2f736b656c65746f6e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/toadsuck/skeleton) [![Latest Stable Version](https://camo.githubusercontent.com/d46b3ebf63c0408e3b13c57f80b60bd0543cc548c71c93f3a2140c21d4453206/68747470733a2f2f706f7365722e707567782e6f72672f746f61647375636b2f736b656c65746f6e2f762f737461626c652e706e67)](https://packagist.org/packages/toadsuck/skeleton)

Use this as a clean starting point in your Toadsuck-based projects.

Briefly, the Toadsuck Project bundles the following components and lets them work together to form the basic building blocks of a PHP application:

- Configuration Management - [FuelPHP\\Config](https://github.com/fuelphp/config)
- Database Abstraction - [Illuminate\\Database](https://github.com/illuminate/database)
- HTTP Abstraction - [Symfony\\HttpFoundation](https://github.com/symfony/HttpFoundation)
- Routing - [Aura.Router](https://github.com/auraphp/Aura.Router)
- Templates - [Plates Native PHP Templates](http://platesphp.com/)
- Unit Tests - [PHPUnit](https://github.com/sebastianbergmann/phpunit) (of course, why use anything else?)

Read the docs at

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

[](#installation)

Installation of this package is easy with Composer. If you aren't familiar with the Composer Dependency Manager for PHP, [you should read this first](https://getcomposer.org/doc/00-intro.md).

If you don't already have [Composer](https://getcomposer.org) installed (either globally or in your project), you can install it like this:

```
$ curl -sS https://getcomposer.org/installer | php
```

Then you can create a new Toadsuck Skeleton project:

```
$ composer create-project toadsuck/skeleton your-project-name --stability=dev
```

The default base namespace of your new app skelton is Toadsuck\\Skeleton. You can easily change the namespace in all files using the provided `install.php` after downloading this project.

```
php install.php "Your\AppNamespace"
```

> Of course, replace `Your\AppNameSpace` in the above command with whatever you want to use as your base namespace.

> **IMPORTANT** : Make sure your new namespace is quoted in the install command as shown above.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Recently: every ~16 days

Total

10

Last Release

4403d ago

Major Versions

0.9.0 → 1.0.02014-04-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cda8a02682a999e89bc2443c6c169b1dc9228cc4709d0b5fad642dc2a151141?d=identicon)[joshmoody](/maintainers/joshmoody)

---

Top Contributors

[![joshmoody](https://avatars.githubusercontent.com/u/1504862?v=4)](https://github.com/joshmoody "joshmoody (42 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

PHPackages © 2026

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