You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I honestly have no clue, haven't worked with CodeIgniter for years, but should be doable in theory.
CodeIgniter is PHP after all, so if you get Composer's autoloader working in CI (Google should be your friend here) there shouldn't be anything stopping you from using the library as one would "normally".
A second option would be to include/require each class manually, but that'll give you a headache if (when) the library is changed around in future releases.
Thoughts on getting this to work in CodeIgniter? By default, Codeigniter doesn't utilize any namespaces...
The text was updated successfully, but these errors were encountered: