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

ActiveProject

bootie/project
==============

Bootie PHP 5 Framework Integrated Example Project

26PHP

Since Nov 30Pushed 9y ago2 watchersCompare

[ Source](https://github.com/martinfree/BootieProject)[ Packagist](https://packagist.org/packages/bootie/project)[ RSS](/packages/bootie-project/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 Integrated Example Project

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

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

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

---

This project covers
-------------------

[](#this-project-covers)

- Posts CMS and Frontpages with images and tags
- Static pages
- Auth system

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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

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

### Embed Badge

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

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

PHPackages © 2026

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