API documentation and installation instructions can be found at read the docs. Documentation source is hosted at github. Any documentation-related issues should go there.
Fork the repository on github and make a pull request on the development
branch.
The master
branch is considered stable, although we always try to keep development
stable too. To be on the safe side use master
or any of the available
release tags.
- php >= 5.3.x
- MySQL/MariaDB >= 5.1.x
Required php modules are:
- gd
- ldap
- mysql-pdo
- openssl
- soap
See the installation instructions for more info.
The project requires the Twitter Bootstrap CakePHP Helper. It resides in the
plugins
folder as a git submodule.
After first cloning the repositority run:
$ git submodule init
$ git submodule update
To keep any sub-modules up-to-date run:
$ git submodule foreach git pull
See the API documentation.
See LICENSE
.