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

kairet/kairet-cms

Repository files navigation

kairet-cms Build Status Coverage Status StyleCI

This project is aiming to create a php based content management system backend. The general goal is to create a system extensible with plugins that is only loosely connected to its frontend(s) using a tested and documented api.

Used technologies

Development

This project is currently work-in-progress.

PSR-2 is used as coding style and StyleCI enforces this on every push/pr.

Unittests are automatically executed on every build using Travis-CI. PHP version 5.4, 5.5 and 5.6 are tested.

The database schema is managed "in code" using Doctrine and can be set up or updated in test/development/production environments.

Documentation is currently mostly done in the project's wiki or in code using PHPDoc.

Releases

No releases published

Packages

No packages published