ebidtech / twig-number-formatter-extension
Twig Number Formatter Extension
dev-master
2014-06-25 09:44 UTC
Requires
- twig/twig: ~1.0
Requires (Dev)
- phpmd/phpmd: ~1.5.0
- satooshi/php-coveralls: dev-master
- squizlabs/php_codesniffer: 1.5.*
This package is not auto-updated.
Last update: 2024-11-19 07:35:28 UTC
README
Simple wrapper around DateTime.
Requirements
- Twig >= 1.0
Installation
The recommended way to install is through composer.
Just create a composer.json
file for your project:
{ "require": { "ebidtech/twig-number-formatter-extension": "@stable" } }
Tip: browse ebidtech/twig-number-formatter-extension
page to choose a stable version to use, avoid the @stable
meta constraint.
And run these two commands to install it:
$ curl -sS https://getcomposer.org/installer | php
$ composer install
Now you can add the autoloader, and you will have access to the library:
<?php require 'vendor/autoload.php';
Contributing
See CONTRIBUTING file.
Credits
- Ebidtech developer team.
- All contributors
License
EBDate library is released under the MIT License. See the bundled LICENSE file for details.