PHPackages                             vtardia/php-skel - 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. vtardia/php-skel

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

vtardia/php-skel
================

PHP Skeleton Project buildable with Phing

27PHP

Since May 21Pushed 13y ago1 watchersCompare

[ Source](https://github.com/vtardia/php-skel)[ Packagist](https://packagist.org/packages/vtardia/php-skel)[ RSS](/packages/vtardia-php-skel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Skel
========

[](#php-skel)

A PHP Skeleton Project template buildable with [Phing](http://www.phing.info)

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

[](#installation)

You can create a new skeleton project using `composer.phar`:

```
$ php composer.phar create-project vtardia/php-skel your-project-directory

```

or simply download [php-skel.zip](https://github.com/vtardia/php-skel-package/blob/master/php-skel.zip?raw=true), extract it where you want and rename it.

Requirements
------------

[](#requirements)

In order to deploy skeleton projects you will need:

- [Phing](https://github.com/phingofficial/phing)
- [FileSyncTask Extension](https://github.com/fedecarg/phing-filesynctask)

These dependencies are not included in the `composer.json` for this package because you may want to install them globally on your machine (ex. inside `/usr/share/php/phing`).

If you need them as project's requirements insert these lines in your `composer.json` file:

```
"require": {
    "phing/phing": "*"
},

"scripts": {
    "post-install-cmd": [
        "wget https://raw.github.com/fedecarg/phing-filesynctask/master/tasks/ext/FileSyncTask.php -O ./vendor/phing/phing/classes/phing/tasks/ext/FileSyncTask.php"
    ]
},

```

**Note**: the `scripts` section is necessary because the `FileSyncTask` provided with Phing is not in sync.

Sample Skeletons
----------------

[](#sample-skeletons)

The following sample installs a basic web app with [Slim Framework](http://slimframework.com), [Monolog](https://github.com/Seldaek/monolog), [Paris &amp; Idiorm](http://j4mie.github.io/idiormandparis/) and [Swiftmailer](http://swiftmailer.org).

```
"require": {
    "php": ">=5.3",
    "ext-zip": "*",
    "ext-fileinfo": "*",
    "slim/slim": "*",
    "slim/extras": "*",
    "monolog/monolog": "*",
    "j4mie/paris": "*",
    "swiftmailer/swiftmailer": "*"
},

```

References
----------

[](#references)

- [Using Phing, the PHP Build Tool](http://phpmaster.com/using-phing/) by [Shameer C](http://shameerc.com/)
- [Deploy and Release your Applications with Phing](http://phpmaster.com/deploy-and-release-your-applications-with-phing/) by [Vito Tardia](http://vtardia.com)

License
-------

[](#license)

**PHP Skel** is licensed under the MIT license.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/539034?v=4)[Vito Tardia](/maintainers/vtardia)[@vtardia](https://github.com/vtardia)

---

Top Contributors

[![vtardia](https://avatars.githubusercontent.com/u/539034?v=4)](https://github.com/vtardia "vtardia (1 commits)")

### Embed Badge

![Health badge](/badges/vtardia-php-skel/health.svg)

```
[![Health](https://phpackages.com/badges/vtardia-php-skel/health.svg)](https://phpackages.com/packages/vtardia-php-skel)
```

###  Alternatives

[ibrahimbougaoua/filament-menu-scroll-fix

Now whene a user clicks on an item it sets focus on the selected item without the weird reloading and scrolling up the list, Especially if the user contains a lot of elements he would have to scroll the the selected element manually.

3215.8k](/packages/ibrahimbougaoua-filament-menu-scroll-fix)[hazaveh/verify-domain

Verify Domain Ownership with PHP

2310.4k1](/packages/hazaveh-verify-domain)

PHPackages © 2026

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