search
top

Projects

CHAML – CakePHP HAML and SASS integration

Some of you might know HAML and SASS. It’s a very short and efficient markup language that creates HTML and CSS. I modified it to work as View and Asset Filter in CakePHP and extended the markup a little. It is alpha/beta… maybe continue with this at some later point.
http://github.com/m3nt0r/chaml—cakephp-haml-sass-integration

Eventful – A CakePHP Event System

An event/event_dispatcher system for cakephp models and controllers. Allowing you to create a open interface to your application with unlimited amounts of events. It’s all about your application design and can be very powerful as such. Acts as a layer above the whole application, totally independent.
http://github.com/m3nt0r/eventful-cakephp

PHP Sprockets

A PHP implementation of Sprockets – The Ruby system for JS concatenation. Features built in cacheing system and a extensible “sprocket-command” interface.
http://github.com/m3nt0r/php-sprockets

Last.FM Datasource

A complete and extensible datasource to the last.fm webservice. Interact with their API as if it was just some model in your application. Intuitive interface and very clean, well documented code.
http://github.com/m3nt0r/last.fm-datasource-for-cakephp

Runtime Lib

A small helper library for getting various informations about the current enviroment, like if the php is executed from a shell, a given extension is loaded, etc.
http://github.com/m3nt0r/runtime-lib-php

top