Open Source projects by Bermi Ferrer
These are some of my Open Source projects. I use to work with Open Source software on a daily basis, so this is my small contribution to this big community.
The Akelos Framework.
The Akelos Framework is a port to PHP of the fabulous Ruby on Rails
web development framework. I decided to build my own framework after considering several others. Although I loved Ruby on Rails I
needed a framework that allowed my company to distribute standalone scripts that could run on cheap shared hosting without modifications. read more...
PhpBase (php library for submiting to Google Base)
PhpBase is a set of Open Source classes and functions that
help developers on submiting their data sources to Google Base.
read more...
Inflector for Python and PHP
The Text Inflector is a handy piece of code that transforms words from singular to plural, class names to table names, modularized class names to ones without and class names to foreign keys etc.
It's coded in Python and PHP and has support for English and Spanish substantives. The English version was ported from Ruby on Rails and it is a key piece of Rails intelligence.
You can see it in action here and download it here. read more...
Sintags
Sintags is a minimalistic template engine. Its syntax is composed of only "?", "_", "{", "}", "end", "." and "-" characters.
Parsed Sintag is converted to PHP code and cached as a .php file for better performance. read more...
XHTML Validator
The XhtmlValidator can be used to validate XHTML documents. It uses only the expat extension functions always available under since PHP 3 and so it does not need other external XML processing extensions.
The class parses the documents and check if the tags and attributes used by the documents are allowed with the XHTML standard.
This validator is part of the Akelos Framework and is enabled by default when the framework is on development mode. read more...
