For the more modern "Corpus Components" set of libraries, see https://github.com/CorpusPHP
More information available at the CorpusPHP homepage.
Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
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.
- PHP 5.2.0+, 5.3.0+ Supported
- MySQL >= 5.1
- Move or copy contents of
Source/
to your desired location. - Set
cache/
writeable:
- Create a database
- The Database should be
utf8
encoded with a collation ofutf8_general_ci
- The Database should be
- Execute
corpus.sql
in your newly created database.
Initially, set your database connection information and file system constants in:
includes/configure.php
Other configuration options are availble in the config
table.