polifonic / addressable
Address
Installs: 8 591
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.9
- cravler/maxmind-geoip-bundle: ^1.1
- twig/twig: ^1.12
This package is not auto-updated.
Last update: 2024-11-10 03:06:47 UTC
README
Requirements
PolifonicAddressableBundle - a Symfony bundle
The package includes a PolifonicAddressableBundle
which can be added to your symfony 2 app.
The bundles automatically sets up the required services.
Installation
Add the bundle to your app's composer.json
file:
require: { "polifonic/addressable-bundle": "^0.4" }
Enable the bundle in your app's kernel:
# app/AppKernel.php public function registerBundles() { $bundles = array( … new Polifonic\Addressable\Symfony\PolifonicAddressable() ); }
Then update your dependencies using composer:
php composer.phar install
or
php composer.phar update
Twig Addressable extension
The PolifonicAddressable library includes a twig addressable extension.
Address formatter
The PolifonicAddressable library includes the polifonic address formater.
Propel Addressable behavior
The PolifonicAddressable library includes the Propel Addressable behavior.
The behavior is enabled by default if you use the Symfony PolifonicAddressableBundle.