sanpi / spore
This package is abandoned and no longer maintained.
No replacement package was suggested.
Quickly create your next awesome PHP project based on silex, pomm, bootstrap, atoum and behat
2.0.0
2016-05-18 09:06 UTC
Requires
- php: >=7.0
- incenteev/composer-parameter-handler: ~2.1
- pomm-project/pomm-service-provider: dev-master
- sanpi/twitter-bootstrap-installer: ~1.1
- silex/silex: ~2.0
- twig/twig: ~1.18
Requires (Dev)
- atoum/atoum: ~2.0
- behat/mink-goutte-driver: *
- behatch/contexts: ~2.0
- pomm-project/cli: ~2.0
- pomm-project/pomm-profiler-service-provider: dev-master
- silex/web-profiler: ~2.0
Suggests
- FortAwesome/Font-Awesome: The iconic font designed for use with Twitter Bootstrap
This package is auto-updated.
Last update: 2021-01-12 15:00:14 UTC
README
Check other branches for create a specific application:
- rest: create a REST API;
- security: create a web application with user management.
Installation
$ curl http://getcomposer.org/installer | php
$ php composer.phar -sdev create-project sanpi/spore
Configuration
$ cd src/config
$ ln -s development.php current.php
Run
$ php -S localhost:8080 -t web/ web/index.php
Test
Unitary
$ ./bin/atoum
Functionally
$ cp behat.yml{-dist,}
$ ./bin/behat
Components
Silex
A PHP micro-framework standing on the shoulder of giants
Pomm
Pomm is a lightweight, fast, efficient and powerful PHP Object Model Manager for the Postgresql relational database.
Bootstrap
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
http://twitter.github.com/bootstrap/
Atoum
The simple, modern and intuitive unit testing framework for PHP 5.3+
Behat
A php framework for testing your business expectations.