I try to contribute with as many open source projects as I can, at least to those where I’m closely involved. In here I’m listing the projects I’m working on, indexed by language or framework.
CakePHP
You don’t know what CakePHP is? What the heck is wrong with you? First of all, it’s the most popular PHP framework. Hands down. Nobody comes even close. Second, it has an awesome community. If you develop web applications, look no further.
Besides contributing to the core, I’m also working on these CakePHP related projects:
Email plugin
This plugin is about managing your outgoing emails. It allows integration with the Robot plugin, to schedule the emails for a later sending, and support for database based email templates.
Homepage: github.com/mariano/email
Posts: View posts
Geocode plugin
A plugin to integrate Google maps and Yahoo maps to your application. Allows geocoding of addresses, including search of addresses by proximity (including pagination support!)
Homepage: github.com/mariano/geocode
Posts: View posts
Robot plugin
A plugin to manage automated CakePHP tasks, and to process CakePHP actions from the command line. It deals with parallel execution of task runners, and it’s being used in production in several sites. A must have.
Homepage: github.com/mariano/robot
Posts: View posts
Syrup plugin
This is basely a repository of unsorted CakePHP behaviors, components, helpers, etc. I’ve put them as their own plugin since sometimes they are related to one another, and because I didn’t think they should reside in their own plugin.
Homepage: github.com/mariano/syrup
Posts: View posts
Lithium
Lithium is a PHP 5.3 framework. The first framework to fully support PHP 5.3 from the ground up, being architectured to take advantage of everything the 5.3 release has to offer. It’s one of the newest frameworks in the PHP land yet is gaining more and more attention from community experts. If you want to stay up with the latest and greatest, then Lithium is a perfect fit for you.
li3_doctrine
This is a lithium plugin started by kuja that is about integrating Doctrine 2 into Lithium, so doctrine can be used as the backend for regular lithium models.
Posts: View posts
C++
CLAPP
A Web framework for C++, that includes MVC separation (views reside in files that can be changed at runtime), and more.
Posts: View posts





