CodeIgniter Forums
Custom Plugin Integration - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Custom Plugin Integration (/showthread.php?tid=68711)



Custom Plugin Integration - pruthvidarji - 08-16-2017

Is it possible to use any plugin from another project language to our codeigniter project ?


RE: Custom Plugin Integration - JanFromHamburg - 08-23-2017

It really depends on what you want to do.
You could e.g. integrate stuff by putting it into the folder 'third_party' and adding a library as API.


RE: Custom Plugin Integration - dmyers - 08-23-2017

You can also explorer using Composer

https://www.codeigniter.com/user_guide/general/autoloader.html?highlight=composer

Sometimes you only then need to add a "wrapper" CodeIgniter Library.