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

ActiveLibrary

bootie/bootie
=============

Tiny PHP 5 Web Application Framework Library

1202PHP

Since Oct 26Pushed 9y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (2)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 the Bootie Framework Library

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

Please consider clone this repository before for an [Example Project](https://github.com/martinfree/BootieProject)

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

You can also clone a [Scheleton Project](https://github.com/martinfree/BootieScheleton)

#### Improvments

[](#improvments)

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

#### Install

[](#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;
    }

}

```
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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 (109 commits)")

### Embed Badge

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

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

PHPackages © 2026

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