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

ActiveLibrary

werx/skeleton
=============

Skeleton Application for the Werx Project

1.6.0(11y ago)035MITPHPPHP &gt;= 5.4

Since Aug 16Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (7)Versions (9)Used By (0)

werx.Skeleton
=============

[](#werxskeleton)

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

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

[![Total Downloads](https://camo.githubusercontent.com/3c24356805b516a5f8016f22447bf9525307ec38886ae43e2b40cbe716e1e34d/68747470733a2f2f706f7365722e707567782e6f72672f776572782f736b656c65746f6e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/werx/skeleton) [![Latest Stable Version](https://camo.githubusercontent.com/11c7882894182618c0fb6d4b7b31bb69bc2053618e5323191af7b3946fdb1fd0/68747470733a2f2f706f7365722e707567782e6f72672f776572782f736b656c65746f6e2f762f737461626c652e706e67)](https://packagist.org/packages/werx/skeleton)

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

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

- Configuration Management - [werx\\Config](https://github.com/werx/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 Werx Skeleton project:

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

The default base namespace of your new app skeleton is werx\\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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Recently: every ~12 days

Total

8

Last Release

4084d ago

### 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 (56 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[getkirby/cms

The Kirby core

1.5k535.5k350](/packages/getkirby-cms)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[bowphp/framework

The bow PHP Framework

6015.5k8](/packages/bowphp-framework)

PHPackages © 2026

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