library php-lib-hrd-pricelist
Draft library of PHP classes for handling HRD pricelists.
websafe/php-lib-hrd-pricelist
Draft library of PHP classes for handling HRD pricelists.
- Thursday, September 12, 2013
- by websafe
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
websafe/php-lib-hrd-pricelist
Draft library of PHP classes for handling HRD pricelists., (*1)
Installation
~~~~ bash
git clone https://github.com/websafe/php-lib-hrd-pricelist.git
cd php-lib-hrd-pricelist
./install.sh, (*2)
Problems
--------------------------------------------------------------------------------
### Class 'NumberFormatter' not found...
Install `libicu-devel` and the `intl` extension for PHP:
~~~~ bash
yum install libicu-devel
pecl install intl
in php.ini
:, (*3)
~~~~ plain
extension=intl.so
~~~~, (*4)