CodeIgniter Forums
What are your must-have libraries in almost every CI install? - 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: What are your must-have libraries in almost every CI install? (/showthread.php?tid=65005)



What are your must-have libraries in almost every CI install? - acsv - 04-19-2016

For me my must-have libraries are:

Grocery CRUD http://www.grocerycrud.com/ (with Bootstrap template)
Ion_auth  http://benedmunds.com/ion_auth/

Obviously each project is different but what libraries do you go for?

(Yes, this is a thinly disguised attempt to discover new and awesome libraries)


Cheers!


RE: What are your must-have libraries in almost every CI install? - PaulD - 04-19-2016

Not mine, but here is a great list of some fabulous resources:

https://github.com/codeigniter-id/awesome-codeigniter

Personally, there are no libraries I use by default. Not that I think this is admirable or good, just the way it is. I have played with CRUD but never use it in reality.

The only exception is I do have my own auth library but to be honest it changes significantly from use to use.

Paul.


RE: What are your must-have libraries in almost every CI install? - dmyers - 04-19-2016

The Libraries I use are:

Auth (users, roles, access)
Events (Events)
O (named after Orange Framework - some wrappers around helpers and a few extra methods)
Package Manager (package installer, uninstaller, migrations, etc...)
Page (Templating and Assets)
Validate (form validation but better - uses the folder of validation traits)
Wallet (session + some extras)

https://github.com/ProjectOrangeBox/orange/tree/master/libraries

Don Myers


RE: What are your must-have libraries in almost every CI install? - Blair2004 - 04-20-2016

For me :
TendooCMS http://github.com/blair2004/tendoo-cms/ which ship
- CodeIgniter 3.0.6
- POparser
- Auth (User, roles, Groups)
- Modules with version handling
- AdminLTE for the dashboard
- CodeIgniter RestServer

Smile