Giter VIP home page Giter VIP logo

corpusphp's Introduction

Warning: This is the unsupported "CorpusPHP" framework.

For the more modern "Corpus Components" set of libraries, see https://github.com/CorpusPHP


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.

Bitdeli Badge

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.