ahutchings / kohana-modules.com

http://kohana-modules.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

Module categorization #31

Open ahutchings opened 13 years ago

ahutchings commented 13 years ago

Create categories for modules. Categories might include:

Authentication APIs Development Tools Events Email Forms Media Object Modeling Database Views & Templating

ahutchings commented 11 years ago

Given that Kohana is moving towards composer support, this should probably be implemented using composer.json keywords instead of manually-defined categories.

http://getcomposer.org/doc/04-schema.md#keywords

happyDemon commented 10 years ago

I'm including this in the next pull request. I'm also doing keyword guessing for modules that don't come with a composer.json (I'll be scanning the repo's description for existing keywords that were indexed from composer repos)