Right now, I am studying migration from 2.x to Version 3 of CakePHP.
I have developed a simple sending of sms using GlobeLabs API (one of available SMS Gateway in the Philippines).
https://github.com/globelabs/api
Right now, I know what's the essence of composer and unfortunately, there are no hosted or uploaded package of Globelabs API in the packagist and I believe that App::import("Vendor","filepath") are now deprecated and not supported in the new version.
How can I utilize GlobeAPI in CakePHP 3?
I will appreciate any answer.