|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Akelos PHP Framework, a Rails port to PHPPlease visit the new Akelos PHP Framework website at http://www.akelos.org for,
The new source code repository lays at svn.akelos.orgIn order to switch your working copy from Google to the new svn.akelos.org hosted repository you'll need to run the following command: cd /path/to/your7akelos/working/copy svn switch --relocate http://akelosframework.googlecode.com/svn/trunk/ http://svn.akelos.org/trunk/ ./ The Akelos project has moved to its own development site. The information on this site will be kept for historical purposes. The Akelos Framework is a PHP4 and PHP5 port of Ruby on Rails Web Development Framework. The main goal of the Akelos Framework is to help programmers to build multilingual database-backed web applications according to the Model-View-Control pattern. It lets you write less code by favoring conventions over configuration. Framework FeaturesThese features are already implemented into the framework. Features ported from Ruby on Rails Active Record
Action Controller
Action View
Additional Akelos Framework Features
Why another PHP Framework?While many frameworks exist for PHP we could not find any that matched our main goals:
Why porting Ruby on Rails?Ruby on Rails is a fantastic web development framework backed with a highly qualified community, which produces great functionalities and documentation. Although we strongly recommend you learning Ruby, many experienced PHP developers/shops do not have the time/resources to get productive with a new programming language. We decided to build the framework after considering several alternatives. Although we loved Ruby on Rails we needed a framework that allowed developers to distribute standalone scripts that could run on cheap shared hosting without modifications. For this reason we decided to go with PHP4 and make it compatible with PHP5. We considered other PHP ports of Ruby on Rails, but we could not find all we needed on them. One feature that we needed on the core was internationalization and Unicode support, so we decided to roll our own framework trying to keep most of the original rails interface so most of its documentation could work for it. Checking out the sourceThe Subversion repository resides at http://akelosframework.googlecode.com/svn/trunk/, so checking out the current trunk can happen with a command like: svn co http://akelosframework.googlecode.com/svn/trunk/ akelos You can also get a snapshot of the latest build on http://www.akelos.org/akelos_framework-dev_preview.tar.gz Getting StartedIf you want to get started quickly read the source: trunk/README.txt You can also have a look to the Tutorial. First steps after checking out the source (on NIX systems):
DocumentationThe inline documentation is automatically updated at http://www.akelos.org/docs/, but still needs some reformatting. If you have a look into the unit tests at ./test/unit/lib you might learn a few thing about the framework. Most Ruby on Rails docs work for the Akelos Framework with very little modifications, if you’ve read that cool how-to-do-that-web-2.0-thing-on-rails you can adapt it for the Akelos Framework. Try it and write about your experiences to help the Akelos community grow. You might also find useful the crossed reference output of the ./lib folder generated by PHPXref at http://www.akelos.org/xref/. ContributingTickets are fine, but patches are great. If you want to change something in the Akelos Framework or fix a bug you’ve run across, there’s no faster way to make it happen than to do it yourself.
If you want to write code for the framework itself, please make sure you read the Akelos Framework coding guidelines. Considerations before adopting the Akelos Framework
LicenseSource code is licensed as LGPL. This means you can use it for commercial projects without releasing your application as open-source. You only have to open-source the changes you make to the Framework itself. |