OpenCageData / php-opencage-geocode

PHP library to access the OpenCage geocoding API
https://opencagedata.com/tutorials/geocode-in-php
BSD 2-Clause "Simplified" License
33 stars 9 forks source link

Does not work with Composer Autoload #1

Closed Patabugen closed 7 years ago

Patabugen commented 8 years ago

It's great that this is on Packagist, but it's hard to use because Composer doesn't pick up the classes for autoload

mtmail commented 8 years ago

Thanks. I looks like we don't use namespaces as blocks and not according to http://www.php-fig.org/psr/psr-1/ standard. I will change that.

mtmail commented 7 years ago

Version 2.0 is published on https://packagist.org/packages/opencage/geocode, enjoy. Let us know if you have any issue or suggestions.