elnur / validator-bundle
Common validators
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- doctrine/orm: >=2.0
- symfony/framework-bundle: >=2.0,<2.1
This package is not auto-updated.
Last update: 2024-11-09 14:19:30 UTC
README
Installation
-
Add this to the
deps
file:[ElnurValidatorBundle] git=http://github.com/elnur/ElnurValidatorBundle.git target=/bundles/Elnur/ValidatorBundle
And run
bin/vendors install
. -
Register the
Elnur
namespace in theapp/autoload.php
file:$loader->registerNamespaces(array( // ... 'Elnur' => __DIR__.'/../vendor/bundles', ));
-
Register the bundle in the
app/AppKernel.php
file:public function registerBundles() { $bundles = array( // ... new Elnur\ValidatorBundle\ElnurValidatorBundle(), ); }
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE