Return To Projects Index
RapidPHP
Introduction

This is the project homepage for RapidPHP.

Description

RapidPHP is a framework for developing websites quickly and easily while allowing for ease of maintenance and enhancements far into the future.

See the RapidPHP homepage for a demonstration.

This goal is achieved by following design patterns yet allowing for convenience routes where appropriate. The resulting framework creates a viable base system from which to launch new websites and web-based applications.

RapidPHP's uniqueness lies in its open choice for the developer to choose between three modes of development: Pages, Modules and Applications. Each mode provides a unique level of ease, flexibility and power.

Pages

Pages are simple PHP scripts. Usually these are one-off scripts for things like surveys or simple information pages. Multiple pages can be used to create multi-step functionality. Anything greater than this and you'll want to look into modules or applications.

Modules

Modules are isolated folders which the framework uses to call a single launch file. Being in a separate folder, you can structure your module in any way you wish with any other files, directories or other dependencies you wish.

Modules can be used for full-blown web-applications if you want, but if you'd like the convenience of an MVC framework, you'll want to use applications.

Applications

Applications are run through the full Model-View-Controller and gain all the advantages of the RapidPHP framework.

Donations

Please consider donating any amount if you've found any of my code useful.

News
  • N/A
Documentation Files Screenshots
  • N/A
Contact

To contact me, please email .