2017 © Pedro Peláez
 

project pxb

Minimalistic CMS core built on-top of zend-expressive

image

ddimitrov/pxb

Minimalistic CMS core built on-top of zend-expressive

  • Monday, January 25, 2016
  • by DaGhostman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 20 % Grown

The README.md

PhExBootstrap

PHP Expressive Bootstrap is a bootstrap application for building zend-expressive applications in a modular way. By default ships with FastRoute as router and Twig as template engine., (*1)

Installation

Requires php >= 5.5, (*2)

  • Composer

In an empty directory with nothing more than your application composer.json file. Run composer create-project ddimitrov/pxb . (mind the trailing dot) in the project directory, this will run git clone on the project and install all of its dependencies., (*3)

  • Manual

Just download a archive from GitHub and extract into your project directory, but you will still need to use composer to fetch all dependencies., (*4)

The Versions