websafe/php-lib-hrd-pricelist

Draft library of PHP classes for handling HRD pricelists.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/websafe/php-lib-hrd-pricelist

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

This package is not auto-updated.

Last update: 2025-10-06 20:51:04 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