2017 © Pedro Peláez
 

library php-lib-hrd-pricelist

Draft library of PHP classes for handling HRD pricelists.

image

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

The README.md

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)

The Versions

12/09 2013