2017 © Pedro Peláez
 

library phootstrap

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

image

agvstin/phootstrap

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

  • Saturday, March 2, 2013
  • by agvstin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phootstrap

phootstrap is a php application template., (*1)

About

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

  • 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

If you haven't installed composer, do it now (visit composer website for more instructions):, (*3)

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

You can install phootstrap using composer:, (*4)

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

or directly from GitHub:, (*5)

# 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, (*6)

# 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:, (*7)

# use a free port
./bin/server 7890

Otherwise, setup a virtual host and point the DocumentRoot to the web directory., (*8)

Open your browser and head to http://localhost:7890 (or the configured vitual host)., (*9)

That's it! You can start developing your app!, (*10)

The Versions

02/03 2013

dev-master

9999999-dev https://github.com/agvstin/phootstrap

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

  Sources   Download

MIT

The Requires

 

by Agustín Gutiérrez

template bootstrap silex