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

ActiveLibrary

numbers/skeleton
================

Skeleton Application for Numbers Framework

1.0.49(1y ago)051↓100%Apache-2.0MakefilePHP &gt;=8.1.0

Since Mar 22Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (51)Used By (0)

Skeleton Application for Numbers Framework
==========================================

[](#skeleton-application-for-numbers-framework)

Installation Instructions
=========================

[](#installation-instructions)

1. Create a new project:

    composer create-project --no-install numbers/skeleton \[project directory\]

    Note: Composer must be installed on your system. Note: We skip vendor directory here by using --no-install option;
2. Build application:

    Navigate to \[project directory\] and run following command:

    ```
     make build

    ```

    Note: By default application will be complied to run in production mode. You can use "make deployment\_development" to compile it in development mode.
3. Setup host:

    3.1) For single host applications add an entry to /etc/hosts like:

    ```
     127.0.0.1	[your domain]

    ```

    3.2) For multi host application you need to install "dnsmasq" and add an entry to dnsmasq.conf file as follows:

    ```
     address=/.[your domain]/127.0.0.1

     Note: For development you can add entry to process all domains that ends with .local:

     	address=/.local/127.0.0.1

    ```
4. Setup Apache:

    4.1) Take \[project directory\]/conf/dev/vhosts.000.general.conf as a template and put it to apache configuration folder;

    4.2) Take \[project directory\]/conf/dev/vhosts.100.your\_domain.conf as a template and replace \[your domain\] with your domain, adjust directories as per your system and put it to your apache configuration folder;

    4.3) Restart Apache
5. Create database and promote schema changes:

    Framework provides two options to promote schema changes to database:

    5.1) Direct schema changes, available commands: make schema\_test make schema\_commit make schema\_drop

    5.2) Migrations, available commands: make migration\_code\_test make migration\_code\_commit make migration\_code\_drop make migration\_db\_test make migration\_db\_commit make migration\_db\_rollback

    Note: If you want to have migrations as mandatory promotion method you can set following setting in environment.ini file:

    ```
     	application.structure.db_migration = 1

     In this case you cannot run schema commands and vise versa.

    ```

    Note: you need to navigate to \[project directory\] to run make commands.
6. Run your application in a browser and enjoy.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

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

Recently: every ~527 days

Total

50

Last Release

669d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.0.0

1.0.47PHP &gt;=8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2317f0f4c5410a3f5b7adcf5dbfee85ada8ed7739ef88b2c4719aba39c84a476?d=identicon)[volodymyr-volynets](/maintainers/volodymyr-volynets)

---

Top Contributors

[![volodymyr-volynets](https://avatars.githubusercontent.com/u/4761666?v=4)](https://github.com/volodymyr-volynets "volodymyr-volynets (57 commits)")

### Embed Badge

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

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

PHPackages © 2026

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