3rd party library PSR-7
Permalink
Hello everyone,
I should import the 3rd party library Geocoder (http://geocoder-php.org/Geocoder) inside Concrete 5.7.
I've tryed to copy the sources in the /application/src directory and import the library with the PHP code:
use \Geocoder\Provider\GoogleMaps
But, obviously, C5 can't recognize it (maybe it's a problem of autoloading?).
Someone can help me?
Thanks you very much,
best regars
Daniele
I should import the 3rd party library Geocoder (http://geocoder-php.org/Geocoder) inside Concrete 5.7.
I've tryed to copy the sources in the /application/src directory and import the library with the PHP code:
use \Geocoder\Provider\GoogleMaps
But, obviously, C5 can't recognize it (maybe it's a problem of autoloading?).
Someone can help me?
Thanks you very much,
best regars
Daniele
I would be interested to see this too.