PHPackages                             bootie/scheleton - 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. bootie/scheleton

ActiveProject[Framework](/categories/framework)

bootie/scheleton
================

Bootie PHP 5 Framework Project Scheleton

06PHP

Since Feb 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/martinfree/BootieScheleton)[ Packagist](https://packagist.org/packages/bootie/scheleton)[ RSS](/packages/bootie-scheleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 Bootie
=======

[](#-bootie)

### PHP 5 Micro Web Application Framework

[](#php-5-micro-web-application-framework)

##### Based on Micromvc by David Pennington

[](#based-on-micromvc-by-david-pennington)

This is a Bootie Framework Scheleton Project

You can see an [online demo of this project here](http://bootie.devmeta.net)

You can see an [Integrated Example Project](https://github.com/martinfree/BootieProject)

You can also clone a [REST Project Example](https://github.com/martinfree/BootieREST)

---

Improvements
------------

[](#improvements)

- Dispatching method simplification
- Routing request method based
- Multiple database connections
- Filters
- Speed Cache
- Model pagination
- Flash messages

Install
-------

[](#install)

 Pull libraries

```
$ composer install

```

 Create an empty database and set your access credentials here

```
$ cat config/config.sample.php > config/config.php
$ nano config/config.php

```

With Micro migrations tools run

```
$ php cli create
$ php cli restore

```

### Nginx

[](#nginx)

Nginx suggested directive

```
```
server {
    root /var/www/bootie/public;

    index index.php index.html index.htm;

    server_name bootie.local;

    location / {
            try_files $uri $uri/ /index.php$is_args$args;
    }

    location ~ \.php$ {
            fastcgi_pass unix:/var/run/php5-fpm.sock;
            fastcgi_index index.php;
            include fastcgi_params;
    }

}

```
```

Now you can login

```
username: admin
password: admin

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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://www.gravatar.com/avatar/d8c6051878fc195bc540e5a26858d3c8b74d863140d35c9b1a8ab07b77dcdd10?d=identicon)[devmeta](/maintainers/devmeta)

---

Top Contributors

[![liebsen](https://avatars.githubusercontent.com/u/4649357?v=4)](https://github.com/liebsen "liebsen (18 commits)")

### Embed Badge

![Health badge](/badges/bootie-scheleton/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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