PHPackages                             xepan/atk4 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. xepan/atk4

ActiveLibrary[Framework](/categories/framework)

xepan/atk4
==========

4.3.0(9y ago)03.5k3MITPHP

Since May 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/xepan/atk4)[ Packagist](https://packagist.org/packages/xepan/atk4)[ Docs](https://agiletoolkit.org/)[ RSS](/packages/xepan-atk4/feed)WikiDiscussions develop Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (3)

Agile Toolkit - Web UI Toolkit
==============================

[](#agile-toolkit---web-ui-toolkit)

[![Join the chat at https://gitter.im/atk4/atk4](https://camo.githubusercontent.com/15b7ef813acae70114d0b180d99ef0ee6385885ebc34071ea58021bf8a854cd1/68747470733a2f2f6261646765732e6769747465722e696d2f61746b342f61746b342e737667)](https://gitter.im/atk4/atk4?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![Build Status](https://camo.githubusercontent.com/ab4cfb73099120c57692d4da7e2c17048b6ff2b5888a4bda0b770a0362c0678b/68747470733a2f2f7472617669732d63692e6f72672f61746b342f61746b342e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/atk4/atk4)

Agile Toolkit is a Web UI framework and collection of usable widgets. It allows you to develop rich web applications by writing only PHP code. Agile Toolkit is inspired by Desktop GUI Toolkits and is a fully-object oriented development environment.

- Homepage:
- Forums:
- Docs:

Overview
--------

[](#overview)

Agile Toolkit has introduced three new principles in web development:

- A Complete UI solution for PHP developers
- Unique integration between jQuery events and chains and PHP
- Innovative Object Relational Manager with support for joins, sub-selects and expression abstraction.

All the features are delivered in a unique close-coupled environment - Similarly to Cocoa or Qt - all objects of Agile Toolkit are based off one common ancestor and are constructed under the guidance of the top-level Application object.

Installing
----------

[](#installing)

To start a new web application in Agile Toolkit, download a bundle from  and follow instructions. Alternatively, if you are a very hardcore developer, add the following code inside your `composer.json` file:

```
"require": {
    "atk4/atk4": "4.3.*@dev"
}

```

Example
-------

[](#example)

To help you understand some key principles of Agile Toolkit, copy the following example into `page/index.php` and place inside the init() method.

[![Message to Romans](doc/message_to_romans.png)](doc/message_to_romans.png)

Source:

```
$form = $this->add('Form');
$form->addField('line', 'subject')->validateNotNull();
$form->addField('password','password');
$form->addSubmit();

if ($form->isSubmitted()) {
    $this->js()->univ()
        ->dialogOK('Hello World','Subject: '.$form['subject'])
        ->execute();
}

```

Congratulations. You have now created a fully AJAX / PHP form, fully protected from SQL / HTML / JS injection, based on jQuery UI theme and Bootstrap-compatible 12-column flexible grid system.

License
-------

[](#license)

Agile Toolkit is distributed under MIT License.

**Your support will ensure the longevity of Agile Toolkit**

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 52.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~548 days

Total

2

Last Release

2765d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd13c75c607c4546ddd49e95ed4e131822d1f1c51dd6b0531682bbe47f9ee263?d=identicon)[gowrav](/maintainers/gowrav)

---

Top Contributors

[![DarkSide666](https://avatars.githubusercontent.com/u/1969119?v=4)](https://github.com/DarkSide666 "DarkSide666 (728 commits)")[![romaninsh](https://avatars.githubusercontent.com/u/453929?v=4)](https://github.com/romaninsh "romaninsh (561 commits)")[![allevo](https://avatars.githubusercontent.com/u/1054125?v=4)](https://github.com/allevo "allevo (15 commits)")[![rvadym](https://avatars.githubusercontent.com/u/701083?v=4)](https://github.com/rvadym "rvadym (14 commits)")[![BorderlessNomad](https://avatars.githubusercontent.com/u/703113?v=4)](https://github.com/BorderlessNomad "BorderlessNomad (11 commits)")[![TheElter](https://avatars.githubusercontent.com/u/1116296?v=4)](https://github.com/TheElter "TheElter (11 commits)")[![oleksiiostapets](https://avatars.githubusercontent.com/u/3225146?v=4)](https://github.com/oleksiiostapets "oleksiiostapets (9 commits)")[![jancha](https://avatars.githubusercontent.com/u/540255?v=4)](https://github.com/jancha "jancha (4 commits)")[![kgordeev](https://avatars.githubusercontent.com/u/25844653?v=4)](https://github.com/kgordeev "kgordeev (3 commits)")[![liviubgasoft](https://avatars.githubusercontent.com/u/8222072?v=4)](https://github.com/liviubgasoft "liviubgasoft (3 commits)")[![m3zercat](https://avatars.githubusercontent.com/u/2084045?v=4)](https://github.com/m3zercat "m3zercat (3 commits)")[![gsteenss](https://avatars.githubusercontent.com/u/4741203?v=4)](https://github.com/gsteenss "gsteenss (3 commits)")[![gowrav-vishwakarma](https://avatars.githubusercontent.com/u/1007955?v=4)](https://github.com/gowrav-vishwakarma "gowrav-vishwakarma (3 commits)")[![twjnorth](https://avatars.githubusercontent.com/u/1043250?v=4)](https://github.com/twjnorth "twjnorth (2 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (2 commits)")[![ibelar](https://avatars.githubusercontent.com/u/2204478?v=4)](https://github.com/ibelar "ibelar (2 commits)")[![cordje](https://avatars.githubusercontent.com/u/1800281?v=4)](https://github.com/cordje "cordje (2 commits)")[![waffle-iron](https://avatars.githubusercontent.com/u/6912981?v=4)](https://github.com/waffle-iron "waffle-iron (1 commits)")[![bepixeld](https://avatars.githubusercontent.com/u/7001544?v=4)](https://github.com/bepixeld "bepixeld (1 commits)")[![gaabora](https://avatars.githubusercontent.com/u/10756170?v=4)](https://github.com/gaabora "gaabora (1 commits)")

---

Tags

frameworkatk4

### Embed Badge

![Health badge](/badges/xepan-atk4/health.svg)

```
[![Health](https://phpackages.com/badges/xepan-atk4/health.svg)](https://phpackages.com/packages/xepan-atk4)
```

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247608.3k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

68943.9k18](/packages/pestphp-pest-plugin-stressless)[atk4/login

Login and User module for Agile UI

2518.5k5](/packages/atk4-login)[atk4/mastercrud

Multi-level CRUD system component for ATK UI

109.7k](/packages/atk4-mastercrud)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1610.2k5](/packages/wpstarter-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
