Download the PHP package trismegiste/sympony without Composer

On this page you can find all versions of the php package trismegiste/sympony. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sympony

What

Welcome to my Symfony 2.3 Fat Free Boilerplate - a release of symfony 2.3 that you can use as the skeleton for your new applications when you don't need all the bundles of the Universe.

When you need to start a project in 15 seconds, use this release. It does not include heavy & slow components like Doctrine or Swiftmailer.

All components extending Annotations are removed because it is a known anti-pattern : the Inner-platform Effect

Installing this edition

With Composer

php composer.phar create-project trismegiste/sympony MyApp 2.3.x-dev

Start hacking

This edition is intended to be a seed to grow your own project very fast !

It is not intended to build your app on it but in it. Modify, redefine or delete files, it is for you ! Yes it sounds like duct tape programing but even in space, engineers use duct tape and with symfony 2.3 you can do that in an elegant and clean way, thanx Fabien you're awsum.

Y U NO use Silex ?

Yes, Silex is cool. But who can say what is the best : A fat Silex or a light Symfony ? I prefer light Symfony. Now you can choose.

Contributing

Since this repository is mainly for me, I don't think it will evolve, it is already very specific. Too more features will be pointless.

What's inside?

This light boilerplate is configured with the following defaults:

It comes pre-configured with the following bundles:

Enjoy!


All versions of sympony with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
symfony/symfony Version 2.2.*
doctrine/doctrine-bundle Version 1.2.*
twig/extensions Version 1.0.*
symfony/assetic-bundle Version 2.1.*
symfony/swiftmailer-bundle Version 2.2.*
symfony/monolog-bundle Version 2.2.*
sensio/distribution-bundle Version 2.2.*
sensio/framework-extra-bundle Version 2.2.*
sensio/generator-bundle Version 2.2.*
jms/security-extra-bundle Version 1.4.*
jms/di-extra-bundle Version 1.3.*
doctrine/orm Version ~2.2,>=2.2.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package trismegiste/sympony contains the following files

Loading the files please wait ....