2017 © Pedro PelĂĄez
 

project silex-skeleton

My starting point for Silex projects

image

ob/silex-skeleton

My starting point for Silex projects

  • Thursday, January 22, 2015
  • by marcaube
  • Repository
  • 1 Watchers
  • 7 Stars
  • 74 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

My Silex skeleton

This is a Symfony-like boostrap for Silex. Things are pretty much where you expect them if you've worked with the fullstack framework., (*1)

You could even drop-in properly decoupled Symfony2 Bundles, or easily switch to Symfony2 once your project grows., (*2)

Usage

Add your PSR compliant code in src/, configurations are in app/config/ and the routing is in there too., (*3)

Installation

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project ob/silex-skeleton=dev-master

Contributing

See CONTRIBUTING.md file., (*4)

Running the Tests

$ phpunit -c app/

Credits

License

This Silex skeleton is released under the MIT License. See the bundled LICENSE file for details., (*5)

The Versions

22/01 2015

dev-master

9999999-dev

My starting point for Silex projects

  Sources   Download

MIT

The Requires

 

skeleton silex