websafe/php-lib-hrd-pricelist

Draft library of PHP classes for handling HRD pricelists.

dev-develop 2013-09-12 07:10 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:20:45 UTC


README

Draft library of PHP classes for handling HRD pricelists.

Installation

git clone https://github.com/websafe/php-lib-hrd-pricelist.git
cd php-lib-hrd-pricelist
./install.sh

Problems

Class 'NumberFormatter' not found...

Install libicu-devel and the intl extension for PHP:

yum install libicu-devel
pecl install intl

in php.ini:

extension=intl.so