PHPackages                             agvstin/phootstrap - 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. agvstin/phootstrap

ActiveLibrary[Framework](/categories/framework)

agvstin/phootstrap
==================

PHP application template (silex + redbean + twig + bootstrap)

016JavaScript

Since Mar 2Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

phootstrap
==========

[](#phootstrap)

*phootstrap* is a php application template.

About
-----

[](#about)

This template provides a project skeleton to write small php applications and prototypes. It uses the following *awesome* libraries:

- `composer` -- The fabolous package installer
- `silex` -- A small, fast and extensible web framework
- `redbeanphp` -- Dead simple orm
- `twig` -- Easy to use template engine

Get started
-----------

[](#get-started)

If you haven't installed composer, do it now (visit [composer website](http://getcomposer.org) for more instructions):

```
curl -sS https://getcomposer.org/installer | php

```

You can install phootstrap using composer:

```
composer.phar create-project agvstin/phootstrap --stability=dev

```

or directly from GitHub:

```
# clone this repo
git clone git://github.com/agvstin/phootstrap.git myapp
cd myapp

# start your own repo
rm -rf .git
git init .
git add .
git commit -m "Initial import from phootstrap"

# install vendors
composer.phar install

```

Copy the config file

```
# copy parameters file (and edit as you need...)
cp config/parameters.example.ini config/parameters.ini

```

If you have `php 5.4.0` or greater, you can start a web server by running:

```
# use a free port
./bin/server 7890

```

Otherwise, setup a virtual host and point the `DocumentRoot` to the `web` directory.

Open your browser and head to  (or the configured vitual host).

That's it! You can start developing your app!

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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/8ee47a1390582150db138977655552bf388f2d6aecb233a63665bce74089f60b?d=identicon)[agvstin](/maintainers/agvstin)

---

Top Contributors

[![agvstin](https://avatars.githubusercontent.com/u/130192?v=4)](https://github.com/agvstin "agvstin (5 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

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

A simple API extension for DateTime.

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

PHPackages © 2026

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