2017 © Pedro Peláez
 

project symfony-framework-empty-edition

The "Symfony Empty Edition" distribution

image

gnugat/symfony-framework-empty-edition

The "Symfony Empty Edition" distribution

  • Sunday, February 2, 2014
  • by gnupat
  • Repository
  • 3 Watchers
  • 16 Stars
  • 67 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Symfony Empty Edition

The same as Symfony Standard Edition, only lighter and ready to be used (no removal/customization steps required)., (*1)

Installation

To create a new Symfony application using this distribution, get a copy of Composer and use its create-project command:, (*2)

curl -sS https://getcomposer.org/installer | php
./composer.phar create-project gnugat/symfony-framework-empty-edition path/to/install

Then you just need to:, (*3)

  1. replace README.md and LICENSE
  2. start coding!

Note: you could bootstrap your project's markdown files (README.md, LICENSE, doc/02-installation.md, etc) using fossil:, (*4)

curl -sS https://raw.github.com/gnugat/fossil/master/bin/installer.sh | sh
fossil doc -f 'github/repo' 'Owner name for copyright'

Differences with the standard edition

  • no AcmeDemoBundle
  • no Swiftmailer
  • no twig-extension
  • no Symfony requirement/configuration scripts
  • no extra code/configuration comments
  • no cache kernel
  • no firephp monolog handler
  • no chromephp monolog handler
  • no Symfony markdown files (except LICENSE and README.md)
  • empty (blank) favicons
  • using PHP 5.3.17+
  • vendor binaries in vendor/bin instead of bin
  • uniformized syntax in configuration
  • enabled translator fallback

Further documentation

Copyright and MIT license., (*5)

The Versions