ddimitrov / pxb
Minimalistic CMS core built on-top of zend-expressive
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^5.5 || ^7.0
- ddimitrov/pxb-composer: @dev
- mtymek/expressive-config-manager: ^0.2.0
- roave/security-advisories: @dev
- xtreamwayz/pimple-container-interop: ^1.0
- zendframework/zend-expressive: ~1.0.0@rc || ^1.0
- zendframework/zend-expressive-fastroute: ^1.0
- zendframework/zend-expressive-helpers: ^1.3
- zendframework/zend-expressive-twigrenderer: ^1.0
- zendframework/zend-stdlib: ~2.7
Requires (Dev)
- filp/whoops: ^2.0
- php-middleware/php-debug-bar: ^1.1
- phpunit/phpunit: ^4.8
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-12 04:59:26 UTC
README
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.
Installation
Requires php >= 5.5
- 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.
- 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.