Skip to content

PHP 5.3 Application Framework designed for rapid development.

Notifications You must be signed in to change notification settings

jrdoane/PlumPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlumPHP

Created by Jonathan Doane. <[email protected]>

String version: 1.0.1
Numerical Version: 20121223.00

PlumPHP is a PHP framework that utilizes PHP 5.3 and PostgreSQL functionality.
Using these two technologies and deeply integrating them, the hope is to create
a platform for rapid development with high scalibility. This platform has
a large emphasis on static class methods and namespacing for organization.

=================
=               =
=  Legal stuff  =
=               =
=========================================================================
= PlumPHP is free software: you can redistribute it and/or modify       =
= it under the terms of the GNU General Public License as published by  =
= the Free Software Foundation, either version 3 of the License, or     =
= (at your option) any later version.                                   =
=                                                                       =
= PlumPHP is distributed in the hope that it will be useful,            =
= but WITHOUT ANY WARRANTY; without even the implied warranty of        =
= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         =
= GNU General Public License for more details.                          =
=                                                                       =
= You should have received a copy of the GNU General Public License     =
= along with PlumPHP.  If not, see <http://www.gnu.org/licenses/>.      =
=                                                                       =
=========================================================================

/public - WWW root, this is where you point your http server.
/plum - Core plum code, you shouldn't have to touch this under normal circumstances.
/config - All static config files go here.
/app - All of your application files go here.
    Plum uses an MVC architecture-like. System config settings determines what
    directory controllers and views go into, but they have to be in the app directory.

About

PHP 5.3 Application Framework designed for rapid development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published