PHPackages                             supernano/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. [Framework](/categories/framework)
4. /
5. supernano/skeleton

ActiveProject[Framework](/categories/framework)

supernano/skeleton
==================

Supernano framework project skeleton

v1.0.1(8y ago)113MITPHPPHP &gt;=5.4.0

Since Aug 17Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

[![Supernano](https://camo.githubusercontent.com/5390e411aba33df79dc1c1d803483c7daea81a6ca49e51773e89a700840775be/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53757065726e616e6f2d536b656c65746f6e2d6666363966342e737667)](https://github.com/delfimov/Supernano)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://github.com/delfimov/GDImage/blob/master/LICENSE)

Supernano Skeleton
==================

[](#supernano-skeleton)

Basic skeleton for [Supernano framework](https://github.com/delfimov/Supernano).

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

[](#requirements)

- [PHP &gt;= 5.4](http://www.php.net/) (though, I highly recommend to use PHP 7)
- [Composer](https://getcomposer.org/download/)

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

[](#installation)

- Open your favorite shell
- Change working directory to your webserver root or wherever you want to create a new project
- Run `composer create-project supernano/skeleton my_project_name`
- Answer to a couple questions
- Your project will be created in `my_project_name` directory
- Add dev domain to `c:\Windows\System32\drivers\etc\hosts` or `/etc/hosts`
- Add VirtualHost to Apache configuration or server to Nginx
- Check `my_project_name\composer.json`
- Run `composer update`

How to use
----------

[](#how-to-use)

### Templates

[](#templates)

- Templates are stored in `tpl` directory
- `tpl/super/layout.php` is a basic template for you web site

### Routing

[](#routing)

- Template name without `.php` extension is a first part of URL-path.
- Allowed template name is `/[a-z0-9_-]+/`.
- Default template (requests with empty URL-path like ``[http://www.example.com/`](http://www.example.com/%60)) is `tpl/index.php`.
- If requested template is not exists, `tpl/super/error404.php` will be used insted ("Error 404 - Page not found" page).

Let's say we have a request like `http://www.example.com/whatever`.

This means template name is *whatever*, the framework will look for `tpl/whatever.php` and include it in `tpl/super/layout.php` file.

If `tpl/whatever.php` is not exists, `tpl/super/error404.php` will be used.

Request `http://www.example.com/what/ever` will look for `tpl/what.php`, URL-path will be stored in `$this->request` array (`[0 => 'ever']` in this case).

### Available variables

[](#available-variables)

- `$this->request` - array with URL-path request
- `$this->get` - array similar with get request
- `$this->tplPath` - path to templates directory
- `$this->template` - current template name
- `$this->templateFile` - current template filename

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3239d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26646982?v=4)[elfimov](/maintainers/elfimov)[@Elfimov](https://github.com/Elfimov)

---

Top Contributors

[![delfimov](https://avatars.githubusercontent.com/u/703273?v=4)](https://github.com/delfimov "delfimov (2 commits)")

---

Tags

frameworkphpskeletonsupernano

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M841](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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