2017 © Pedro Peláez
 

library atk4

Agile UI - User Interface Component Library

image

atk4/atk4

Agile UI - User Interface Component Library

  • Monday, April 23, 2018
  • by romaninsh
  • Repository
  • 26 Watchers
  • 183 Stars
  • 12,169 Installations
  • PHP
  • 19 Dependents
  • 0 Suggesters
  • 93 Forks
  • 76 Open issues
  • 32 Versions
  • 3 % Grown

The README.md

Agile Toolkit - Web UI Toolkit

Join the chat at https://gitter.im/atk4/atk4 Build Status, (*1)

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., (*2)

  • Homepage: http://agiletoolkit.org
  • Forums: http://forum.agiletoolkit.org
  • Docs: http://book.agiletoolkit.org

Overview

Agile Toolkit has introduced three new principles in web development:, (*3)

  • 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., (*4)

Installing

To start a new web application in Agile Toolkit, download a bundle from http://agiletoolkit.org/ and follow instructions. Alternatively, if you are a very hardcore developer, add the following code inside your composer.json file:, (*5)

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

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., (*6)

Message to Romans, (*7)

Source:, (*8)

$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., (*9)

License

Agile Toolkit is distributed under MIT License., (*10)

Your support will ensure the longevity of Agile Toolkit, (*11)

The Versions

23/04 2018

4.4.x-dev

4.4.9999999.9999999-dev https://agiletoolkit.org/

Agile UI - User Interface Component Library

  Sources   Download

MIT

The Requires

 

The Development Requires

framework form ui crud generator widget grid button web agile atk4 render gadget

28/12 2017

dev-microtime_fix

dev-microtime_fix https://agiletoolkit.org/

  Sources   Download

framework atk4

16/11 2017

dev-jui-fix

dev-jui-fix https://agiletoolkit.org/

Agile UI - User Interface Component Library

  Sources   Download

MIT

The Requires

 

The Development Requires

framework form ui crud generator widget grid button web agile atk4 render gadget

07/08 2017

dev-develop

dev-develop https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

24/12 2016

dev-master

9999999-dev https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

01/08 2016

dev-feature/pathfinder-upgrade

dev-feature/pathfinder-upgrade https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

01/03 2016

dev-feature/add-name-tag-to-forms

dev-feature/add-name-tag-to-forms https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

29/02 2016

4.3.2

4.3.2.0 https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

25/02 2016

dev-feature/fixes-to-validate2

dev-feature/fixes-to-validate2 https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

25/02 2016

dev-feature/clean-up-validation

dev-feature/clean-up-validation https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

15/02 2016

4.3.x-dev

4.3.9999999.9999999-dev https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

28/09 2015

dev-4.3-cp

dev-4.3-cp https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

16/03 2015

4.3.0

4.3.0.0 https://agiletoolkit.org/

  Sources   Download

MIT

framework atk4

13/01 2015

dev-4.3-testing2

dev-4.3-testing2 https://agiletoolkit.org/

  Sources   Download

framework atk4

13/01 2015

4.2.x-dev

4.2.9999999.9999999-dev https://agiletoolkit.org/

  Sources   Download

framework atk4

21/10 2014

dev-4.3-testing

dev-4.3-testing https://agiletoolkit.org/

  Sources   Download

framework atk4

29/09 2014

dev-4.3-CacheDataController

dev-4.3-CacheDataController https://agiletoolkit.org/

  Sources   Download

framework atk4

29/09 2014

dev-4.3-ModelTypeCleanup

dev-4.3-ModelTypeCleanup https://agiletoolkit.org/

  Sources   Download

framework atk4

06/01 2014

dev-4.3-view_render_tracking

dev-4.3-view_render_tracking https://agiletoolkit.org/

  Sources   Download

framework atk4

31/12 2013

dev-4.3-requireJS

dev-4.3-requireJS https://agiletoolkit.org/

  Sources   Download

framework atk4

21/11 2013

dev-4.3-appsfuel

dev-4.3-appsfuel https://agiletoolkit.org/

  Sources   Download

framework atk4

28/10 2013

dev-4.3-Template

dev-4.3-Template https://agiletoolkit.org/

  Sources   Download

framework atk4

22/10 2013

dev-mongo_noobject_id

dev-mongo_noobject_id https://agiletoolkit.org/

  Sources   Download

framework atk4

17/09 2013

dev-4.3-PathFinder-refactoring

dev-4.3-PathFinder-refactoring https://agiletoolkit.org/

  Sources   Download

framework atk4

10/09 2013

dev-4.3-CRUD-addAction

dev-4.3-CRUD-addAction https://agiletoolkit.org/

  Sources   Download

framework atk4

04/09 2013

dev-4.3-getConfig-refactoring

dev-4.3-getConfig-refactoring https://agiletoolkit.org/

  Sources   Download

framework atk4

27/08 2013

dev-4.3-PageManager-refactoring

dev-4.3-PageManager-refactoring https://agiletoolkit.org/

  Sources   Download

framework atk4

25/07 2013

dev-model_sum_array

dev-model_sum_array https://agiletoolkit.org/

  Sources   Download

framework atk4

23/07 2013

dev-view-based-url

dev-view-based-url https://agiletoolkit.org/

  Sources   Download

framework atk4

23/07 2013

dev-rpcserver

dev-rpcserver https://agiletoolkit.org/

  Sources   Download

framework atk4

07/02 2013

4.2.4.x-dev

4.2.4.9999999-dev https://agiletoolkit.org/

  Sources   Download

framework atk4

10/01 2013

dev-field-breakdown

dev-field-breakdown

  Sources   Download