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

ActiveLibrary[Framework](/categories/framework)

georgebent/slim-skeleton
========================

Slim skeleton

1.0.0(8y ago)213PHP

Since Nov 23Pushed 7y agoCompare

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

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Slim Skeleton
=============

[](#slim-skeleton)

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

[](#requirements)

- PHP &gt;= 7.0.0
- NodeJS &gt;= 7.10.1
- NPM &gt;= 4.2.0
- SQLite3 PHP Extension

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

[](#installation)

After [download](https://github.com/georgebent/slim-skeleton/archive/master.zip) run:

```
composer install
npm install
```

Configuration
-------------

[](#configuration)

Configuration file: src/settings.php

Routing file: src/routes.php

Usage
-----

[](#usage)

All files for frontend in resources directory

for adding frontend to project run:

```
npm run build
```

for creating frontend online use:

```
npm run watch
```

for start application run:

```
composer serve
```

for adding route, you must add it to route.php file. For example:

```
$app->get('/', 'App\Classes\Controller:index');
```

for using sqlite database, you must add db to database folder(or use current "data.sqlite"), entering settings in settings.php and use. For example, add to function in Controller.php:

```
$this->container['db']->query("SELECT * FROM works;");
```

License
-------

[](#license)

MIT License

Copyright (c) 2017 George Bent

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 77.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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3090d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22c6696102748d82c4db2237ee97a27c12b0bebaced2520c9e3eb2f6b47126ff?d=identicon)[georgebent](/maintainers/georgebent)

---

Top Contributors

[![georgebent](https://avatars.githubusercontent.com/u/21242062?v=4)](https://github.com/georgebent "georgebent (41 commits)")[![qWici](https://avatars.githubusercontent.com/u/11472929?v=4)](https://github.com/qWici "qWici (12 commits)")

### Embed Badge

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

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k4](/packages/elgg-elgg)[vesp/core

Vesp core library to make backend simple

243.8k5](/packages/vesp-core)[forme/framework

An MVC framework for WordPress.

175.0k3](/packages/forme-framework)

PHPackages © 2026

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