Skip to content

walkstudio/rapyd-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rapyd-framework

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

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

take a look

install

$ 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

About

Minimalistic, Open Source, PHP Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%