CodeIgniter Forums
FireSessions - making the CI3 Session lib available as a standalone component - 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: FireSessions - making the CI3 Session lib available as a standalone component (/showthread.php?tid=68602)



FireSessions - making the CI3 Session lib available as a standalone component - gxgpet - 08-02-2017

Hello, guys!

This is my first attempt to make one of the greatest CI3 libs available as a standalone, separate & installable component: the Session library, available under the name of FireSessions.

If you are working on a custom-made PHP project, you can get the now the power of this lib right into it!

The only thing missing here is the database driver, at this moment. Hopefully, it will be available as well soon.

Cheers!


RE: FireSessions - making the CI3 Session lib available as a standalone component - skunkbad - 08-02-2017

It isn't up to date, but for CI's Database libraries, I did this:

https://bitbucket.org/skunkbad/breakout-db


RE: FireSessions - making the CI3 Session lib available as a standalone component - gxgpet - 08-02-2017

That's really nice! :)

I was thinking to start a DB "componentization" attempt as well. But I was also thinking to rewrite almost the entire DB lib/structure.

As from the point of view of FireSessions, I'm not sure if I'm actually looking for a dependency or just simply a standalone DB session driver. :?

But I'm sure I will use Breakout DB as a source of inspiration!

Thanks!