webeweb / geo-api-library
Integrate Geo API with your projects
Requires
- php: ^7.1|^8.0
- ext-json: *
- guzzlehttp/guzzle: ^6.0|^7.0
- psr/log: ^1.0
- webeweb/core-library: ^8.0
- webeweb/geo-json-library: ^1.3
Requires (Dev)
- phpunit/phpunit: ^7.0|^9.0
This package is auto-updated.
Last update: 2021-11-24 15:45:50 UTC
README
Integrate Geo API with your projects.
IMPORTANT NOTICE: This package is no longer maintained and its classes have been migrated into package "gouv-api-library" (available into version up to 1.0.0 and more) Gouv API library
Includes:
If you like this package, pay me a beer (or a coffee)
Compatibility
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
$ composer require webeweb/geo-api-library
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Usage
Read the documentation. You can also consult or execute sample scripts into dev folder.
Testing
To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:
$ git clone https://github.com/webeweb/geo-api-library.git
$ cd geo-api-library
$ composer install
Once all required libraries are installed then do:
$ vendor/bin/phpunit
License
geo-api-library
is released under the MIT License. See the bundled LICENSE
file for details.