Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

phanzink/CorpusPHP

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CorpusPHP: The PHP Framework for the Rest of Us

More information available at the CorpusPHP homepage.

Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

Overview

Most PHP scripts today have major portability issues, caused largely by a dependency on global variables.
The purpose of CoprusPHP is to resolve this by encapsulting todays procedural scripts into modules outside the global namespace.

CorpusPHP can be used as a framework, or as an Application to build off.

Requirements

  • PHP 5.2.0+, 5.3.0+ Supported
  • MySQL >= 5.1

Installation

File System

  • Move or copy contents of Source/ to your desired location.
  • Set cache/ writeable:

Database

  1. Create a database
    • The Database should be utf8 encoded with a collation of utf8_general_ci
  2. Execute corpus.sql in your newly created database.

Configuration

Initially, set your database connection information and file system constants in:

includes/configure.php

Other configuration options are availble in the config table.

About

Corpus PHP Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.6%
  • JavaScript 15.4%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.