Skip to content

Hakadel/symfony-ready-to-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A symfony ready to code version

The power - out of the box

Ready to Work with :

  • Composer
  • A frontend
  • A backend
  • Admingenerator
  • Behat

Install

curl -s http://getcomposer.org/installer | php
php composer.phar install --dev

Easy rebuild

./rebuild.sh

What's inside?

The Symfony ready to code version comes pre-configured with a backend and a frontend and with the following bundles:

  • FrameworkBundle - The core Symfony framework bundle
  • SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability (documentation)
  • PropelBundle - Adds support for the Propel ORM (documentation)
  • TwigBundle - Adds support for the Twig templating engine (documentation)
  • SecurityBundle - Adds security by integrating Symfony's security component (documentation)
  • SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails (documentation)
  • MonologBundle - Adds support for Monolog, a logging library (documentation)
  • AsseticBundle - Adds support for Assetic, an asset processing library (documentation)
  • JMSSecurityExtraBundle - Allows security to be added via annotations (documentation)
  • JMSDiExtraBundle - Adds more powerful dependency injection features (documentation)
  • WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar
  • SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions
  • SensioGeneratorBundle (in dev/test env) - Adds code generation capabilities (documentation)
  • AdminGeneratorGeneratorBundle (documentation)

And for your tests

Enjoy!

About

A symfony ready to code version with backend and frontend

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.1%
  • Ruby 4.7%
  • Shell 1.2%