Описание тега atk4
Agile Toolkit was refactored in 2016 and broken down into few modern PHP libraries which can be used independently or together:
ATK Data - Data Access abstraction framework designed for high-latency (Cloud) databases. Unlike ORM - uses extensions of individual database engines to run aggregation and calculations server-side reducing number of queries and amount of data exchanged. Supports SQL and NoSQL.
ATK UI - Object-oriented approach for building server-side Web UI. High level components make ATK UI very efficient to build Admin, ERP and other backend systems. Integrates and relies on ATK Data. Can be used in vanilla PHP or integrated into Wordpress or Laravel with 3rd party middleware.
ATK API - High-level framework for building RestAPI based on Zend Diactoros. Implements deep integration with ATK Data: type mapping, REST operations and authentication.
Other Resources
- Forum: https://forum.agiletoolkit.org/
- Chat: https://github.com/atk4/atk4
- Learning Course: https://udemy.com/web-apps-with-php-and-atk
- Old, legacy code: https://github.com/atk4/atk4