alk13 / bomifier-bundle
Bomifier Bundle.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- alk13/bomifier: 1.0
- symfony/framework-bundle: ~2.3
Requires (Dev)
- symfony/class-loader: ~2.3
This package is not auto-updated.
Last update: 2021-01-08 22:19:08 UTC
README
The bundle provides a class and command to add, remove, and detect the Byte Order Marks.
Author: _alK13
Installation
Require the bundle in your composer.json file:
{
"require": {
"alk13/bomifier-bundle": "dev-master",
}
}
Register the bundle:
// app/AppKernel.php public function registerBundles() { return array( new AlK13\BomifierBundle\AlK13BomifierBundle(), // ... ); }
Install the bundle:
$ composer update
Enjoy !