Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

matthieusieben/Sedra.framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sedra Framework

This PHP Framework is designed to make websites easyer to write by providing new functions and classes to PHP.

Dependencies

  • PHP >= 5.3.0
  • MySQL
  • Apache

How to get it?

The project page can be found here:

https://github.com/matthieusieben/Sedra.framework

The development version can be checked out with this command:

git clone git://github.com/matthieusieben/Sedra.framework.git

Installation

  1. Copy settings.example.php to settings.php in application/.
  2. Adjust all the variables in settings.php.
  3. Allow write permission for the HTTP server the public and private sub-folders.
  4. Navigate to /setup.php.

Licence

See LICENCE file.

Owner