CodeIgniter Forums
help on contentful - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: help on contentful (/showthread.php?tid=70579)



help on contentful - chakycool - 04-30-2018

Hi all,

I'm looking for support to integrate CI-3 with content full but contenful officially only support Laravel and Symfony.

Is there any library available to quickly integrate or some steps?

Thank you in advance.


RE: help on contentful - jreklund - 04-30-2018

They have a PHP SDK that supports Composer (so do CI).
https://github.com/contentful/contentful.php
https://www.codeigniter.com/user_guide/general/autoloader.html


RE: help on contentful - chakycool - 04-30-2018

(04-30-2018, 02:23 AM)jreklund Wrote: They have a PHP SDK that supports Composer (so do CI).
https://github.com/contentful/contentful.php
https://www.codeigniter.com/user_guide/general/autoloader.html

Thank you. Will give it a try.