iso
iso copied to clipboard
PHP library around standarized codes
* Rename this library into `iso-3166`. * Move the color part to it's own library (or delete it) * Move the currencies to it's own library (or delete it)
Rename - [ ] `Jasny/ISO/CountriesNative` to `Jasny/ISO/Data/Countries/Native` - [ ] `Jasny/ISO/Countries` to `Jasny/ISO/Data/Countries/En` Also make sure the files are renamed/moved to follow the [PSR-0 Autoloading standard](http://www.php-fig.org/psr/psr-0).
_Breaks backwards compatibility_ Instead of using the static classes, you should be able to instantiate. Creating the object should be done with a factory method `fromSomething()`. The general `from()` should...
Add currencies base on [this list of circulating currency](http://en.wikipedia.org/wiki/List_of_circulating_currencies). - code [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm) - name - country - symbol - fractal unit - fractal division (100 cents in a dollar,...
Add a map with mime types mapped to file extensions. This can be generated from /etc/mime.types.