Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 927 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 927 Bytes

Adapto

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).

License & Copyright

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.

FAQ

What does the name adapto mean?

Adapto is short for ADvanced APlication TOolkit. It's also highly adaptable.