skillberto / console-extend-bundle
ConsoleExtendBundle for the Symfony Framework
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- doctrine/doctrine-bundle: ~1.6
- symfony/console: ~2.3|~3.0
- symfony/framework-bundle: ~2.3|~3.0
Requires (Dev)
- doctrine/orm: ~2.3
- phpunit/phpunit: ~4
- satooshi/php-coveralls: ~0.6.1
This package is not auto-updated.
Last update: 2024-11-09 19:35:28 UTC
README
This Bundle has been created for Symfony Framework.
It provides the following functionality:
- Extend memory limit with original
cache:clear
command. - Generate Doctrine entities with
protected
variables instead ofprivate
with originaldoctrine:generate:entities
orgenerate:doctrine:entities
command.