ophpl / unlocode
PHP API for UN/LOCODE - United Nations Code for Trade and Transport Locations
Installs: 10 480
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 6
Open Issues: 0
Requires
- php: >=8.0.2
- symfony/yaml: ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.0
- phpunit/phpunit: ^8.5|^9
- symfony/console: ^6.0
- symfony/css-selector: ^6.0
- symfony/dom-crawler: ^6.0
Suggests
- doctrine/cache: Allows reader to cache data
This package is auto-updated.
Last update: 2025-03-29 00:49:57 UTC
README
Description
This package provides an API for UN/LOCODE - United Nations Code for Trade and Transport Locations
Installation
Define Your Dependencies
We recommend installing this package with Composer.
To do this, add ophpl/unlocode
to your composer.json
file.
{ "require": { "ophpl/unlocode": "dev-master" } }
Install Composer
Run in your project root:
curl -s http://getcomposer.org/installer | php
Install Dependencies
Run in your project root:
php composer.phar install
Build
Code list is available out of the box, but in case you want to update the data, you will need to rebuild the list:
php composer.phar install --dev
php console build