Download the PHP package blake/symfony-extensions without Composer
On this page you can find all versions of the php package blake/symfony-extensions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package symfony-extensions
SymfonyExtensions
This library adds some simple functionality that I find helpful when creating Symfony 2 applications.
Installation
To use this library, simply add SymfonyExtensions to your composer.json
:
Documentation
For now, this library provides some base classes that you can extend to get some added functionality.
Blake\SymfonyExtensions\Controller\Controller
- Provides a
#getRepository($className)
method that is a shortcut for#getDoctrine()->getRepository($className)
Blake\SymfonyExtensions\Entity\Entity
- Provides magic getters and setters so you don't need to generate and maintain them
- E.g.
getName()
will return the value of$name
if it exists - Properties can be ignored by prepending them with an underscore (
_
)
- E.g.
All versions of symfony-extensions with dependencies
PHP Build Version
Package Version
The package blake/symfony-extensions contains the following files
Loading the files please wait ....