Open-Source (GPL-3) PHP CMS-like project/library focused on the database first and is originally based on drupal.
Instead of building a CMS around PHP, this project aims to build a library around database and then extend it into PHP (and possibly more languages).
Goals of this project:
- Provide a professional grade open-source project that encourages deviating from core.
- Build from the database up instead of PHP down.
- Follow all standards claimed to follow and explicitly communicate all deviations or violations of followed standards.
- Design in such a way to encourage hacking and personalizing.
- Provide a consistent coding style and standard.
- Provide a project not for beginners but instead for intermediate, advanced, and professional level users.
- Favor read operations at the expense of write operations (an optimization for websites).