Does CodeIgniter have plugins / extensions / modules?

Max picture Max · Mar 12, 2013 · Viewed 30.6k times · Source

I am looking at few PHP frameworks and noticed that they all offer re-usable, community-contributed code in various forms:

-Symfony 2 (bundles): http://knpbundles.com/
-Zend Framework 2 (modules): http://modules.zendframework.com/
-CakePHP (plugins): http://plugins.cakephp.org/
-Yii Framework (extensions): http://www.yiiframework.com/extensions/

but I can't find anything for Code Igniter (I saw in this SO post that Code Igniter used to have plugins that were replaced by helpers, but when I google for "Code Igniter helpers" or "Code Igniter plugins" I can't find any repositories).

What is the name for Code Igniter community-contributed and reusable libraries? Can you share a link to their main repository?

Answer

Alexandru Guzinschi picture Alexandru Guzinschi · Mar 12, 2013

You can have a look at sparks and HMVC.