ebidtech/twig-number-formatter-extension

dev-master 2014-06-25 09:44 UTC

This package is not auto-updated.

Last update: 2024-05-07 04:55:23 UTC


README

Simple wrapper around DateTime.

Latest Stable Version

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

License

EBDate library is released under the MIT License. See the bundled LICENSE file for details.