Integrate third party library like unirest.io/php.html |
Figured this out through experimentation
![]() 1) Download the Unirest repo. 2) Copy its src folder into your application/libraries, resulting in Unirest.php and the Unirest folder there. 3) Modify application/libraries/Unirest.php, adding a bogus class to make CI happy Code: <?php ![]() |
Messages In This Thread |
Integrate third party library like unirest.io/php.html - by burebista - 03-21-2017, 01:55 PM
RE: Integrate third party library like unirest.io/php.html - by ciadmin - 03-21-2017, 09:32 PM
RE: Integrate third party library like unirest.io/php.html - by burebista - 03-22-2017, 09:30 AM
RE: Integrate third party library like unirest.io/php.html - by ciadmin - 03-22-2017, 01:23 PM
RE: Integrate third party library like unirest.io/php.html - by burebista - 03-22-2017, 01:28 PM
|