Coder Social home page Coder Social logo

freephpmvc's Introduction

FreePHPMVC

A Free PHP MVC Framework, for general purpose.

Why should you/people use FreePhpMvc?

  • Clean code
  • Lightweight
  • Combines some principles such as KISS, YAGN, SOLID3, and DRY - that's right!!!
  • Standardized by PSR (http://www.php-fig.org/psr/)
  • Free Software
  • Extremely easy to work with
  • Code is fully documented in English
  • Has ORM, DAO, DataMapper

Dependencies

  • PHP Version >= 5.3
  • PDO Database Driver (.dll/.so)

Main Files

  • index.php: starts the Application;
  • configuration.php: The file you need to alter for your preferences;
  • loader.php: This file loads the entire Application, the Global Functions and the main class: FreePHPMVC;
  • system/FreePHPMVC.php: One of the most important Application's file, the "mainframe" of all MVC;
  • system/GlobalFunction.php: This file contains the main functions that will be used in the entire Application

Obs: mod_rewrite must be uncommented in Apache httpd.conf to load URL like this: http://localhost/YourApp/controller/action/params

Feel free to use and do what you want :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.