Hello,
I installed your library with Composer. I get this error when trying to run it:
PHP Warning: require_once(HTTP/Request2.php): failed to open stream: No such file or directory in /home/pierre/www/openvegemap/vendor/kenguest/services-openstreetmap/Services/OpenStreetMap.php on line 19
PHP Fatal error: require_once(): Failed opening required 'HTTP/Request2.php' (include_path='/home/pierre/www/openvegemap/vendor/pear/pear_exception:/home/pierre/www/openvegemap/vendor/pear/log:/home/pierre/www/openvegemap/vendor/kenguest/services-openstreetmap:.:/usr/share/php:/usr/share/pear') in /home/pierre/www/openvegemap/vendor/kenguest/services-openstreetmap/Services/OpenStreetMap.php on line 19
Here is my code:
<?php
require_once 'vendor/autoload.php';
$osm = new Services_OpenStreetMap();
Hello,
I installed your library with Composer. I get this error when trying to run it:
Here is my code: