PHPackages                             samsonos/php\_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. samsonos/php\_skeleton

ActiveLibrary

samsonos/php\_skeleton
======================

SamsonPHP module for automatic module and code generation

3178PHP

Since Dec 8Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\#SamsonPHP module for automatic module and code generation for [SamsonPHP](http://samsonphp.com) framework

> This module helps with various routine tasks and focused on their automatic completion

Automatic Local module generation
---------------------------------

[](#automatic-local-module-generation)

For quick creating local module with name `contacts` you must visit url `[domain]/skeleton/generate/contacts`System will automatically create

- `app/view/contacts/index.php` view file
- `app/controller/contacts.php` controller file
- `css/contacts.less` less file
- `js/contacts.coffee` coffee file

\###Module generator Configuration Available one configurable parameters for tuning:

- `boolean $createCoffee` If true .coffee file will be generated otherwise .js

\##Automatic .less file generation from html For automatic creating .less file from html view `contacts/index` you must visit url `[domain]/skeleton/less/contacts/index`System will automatically create `css/contacts_index.less` file with less selectors tree

\###Less generator Configuration Available two configurable parameters for tuning less generator:

- `array $lessIgnore` Collection of tags, classes, less selectors to ignore, you can specify any less selector that you don't want to be outputted in generated LESS file

\###Less generator SandBox If you want to test LESS generator online you can visit `[domain]/skeleton/lesssandbox` controller

\##Example configuration class for this module:

```
class SkeletonConfig extends \samson\core\Config
{
    public $__module = 'skeleton';

    public $createCoffee = true;

    public $lessIgnore = array('html','body',...);

    public $lessDebug = true;
}

```

Developed by [SamsonOS](http://samsonos.com/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.4% 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://www.gravatar.com/avatar/0be8756efdc8f599b8fe9261bed31570d0f140a3b921f0f891877a9133ad654c?d=identicon)[samsonos](/maintainers/samsonos)

---

Top Contributors

[![vitalyiegorov](https://avatars.githubusercontent.com/u/586558?v=4)](https://github.com/vitalyiegorov "vitalyiegorov (38 commits)")[![omaximus](https://avatars.githubusercontent.com/u/8122734?v=4)](https://github.com/omaximus "omaximus (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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