tacone / rapyd-framework

Minimalistic, Open Source, PHP Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapyd-framework

Project URL: https://github.com/zofe/rapyd-framework/

$ git clone https://github.com/zofe/rapyd-framework.git /your/www/path $ cd /your/www/path $ composer install

and you'll get: a simple mvc, a powerful query builder & orm, a great template engine:

-- /web -- is the document root folder you should set this folder as document root in your vhost

-- /src/App --
is where to develop your application (using MVC) for example using eloquent-orm for you model, twig for your views, and controllers that extends \Rapyd\Controller

-- /src/Modules -- just if you need to split application in modules

requirements

TO-DO

  • reimplement rapyd CRUD widgets: . datagrid . dataform . datafilter . dataedit

old but "working" version demos, documentation & source

Rapyd is a PHP5 framework made to build applications/cms/backends using the CRUD pattern. It has been created in 2001 and rebuilt 2012 to support H-MVC and other nice stuff.

Now it's time to learn a bit more (composer, symfony, etc..). I'll try to rebuild it once again, using a better approach: namespaces, composer, some robust symfony2 component, a popular orm, twig etc.

Felice Ostuni

About

Minimalistic, Open Source, PHP Framework


Languages

Language:PHP 100.0%