Download the PHP package phpfacile/geocoding-db-zend without Composer
On this page you can find all versions of the php package phpfacile/geocoding-db-zend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package geocoding-db-zend
PHPFacile! Geocoding-db-zend
This service store in database (using zend-db) a location retrieved using phpfacile/geocoding (Cf. https://github.com/phpfacile/geocoding).
Installation
At the root of your project type
Or add "phpfacile/geocoding-db-zend": "^1.0" to the "require" part of your composer.json file
Usage
Step 1 : Adapter instanciation
Instanciate a Zend Adapter to allow a connexion to a database.
Example with SQLite (for test purpose only)
Example with MySQL
Step 2 : LocationService instanciation
Step 3 : Store a location and/or get it's id if already in database
Assuming you've got a $location StdClass retrieved from a previous phpfacile/geocoding query:
All versions of geocoding-db-zend with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
phpfacile/openstreetmap Version ^1.0.1
crazycodr/standard-exceptions Version ^2.3
zendframework/zend-db Version ^2.5
phpfacile/openstreetmap Version ^1.0.1
crazycodr/standard-exceptions Version ^2.3
zendframework/zend-db Version ^2.5
The package phpfacile/geocoding-db-zend contains the following files
Loading the files please wait ....