Adapto is a small PHP framework targeted at creating data management applications with minimal amounts of code.
It has the following major features:
- Compatible with Zend Framework (integrates nicely into ZF applications)
- Basic CRUD functionality for relational databases with only a few lines of code
Adapto is suitable for a number of use cases:
- Micro CMS systems
- Data management applications
Adapto is essentially a Zend Framework port of the classic (and by now outdated) ATK framework (http://atk-framework.com).
Adapto is distributed under a BSD license.
Large portions of the codebase stem from the ATK framework and are copyright 2000-2011 Ibuildings & Ivo Jansch. New portions of the codebase are copyright 2012 Egeniq.
Adapto is short for ADvanced APlication TOolkit. It's also highly adaptable.