sgarrity / swat

Web Application Toolkit. Widgets and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swat

Web Application Toolkit. Widgets and more.

Swat is an open-source LGPL web-application toolkit built using PHP. It is primarily developed and maintained by silverorange, but participation and contributions are welcome. Check out what it can do in the [http://swat.silverorange.com/demo/](Swat demo).

Swat is not a full-stack web framework. Swat is an interface toolkit analogous to [Gtk](http://gtk.org/ Gtk), but for web applications instead of native applications. Read about why Swat was created.

Releases

Swat releases are published to the silverorange PEAR channel.

$ pear channel-discover pear.silverorange.com
$ pear install so/Swat

You can also install Swat using Composer. It's not on packagist yet, but you can add this Git repository as a Composer source.

Documentation

Get Involved

Features

  • object-oriented PHP 5 code
  • simplifies the process of building and maintaining functional user interfaces for web applications
  • generates standards-compliant XHTML output with flexible CSS hooks
  • relies on CSS for layout and styling
  • provides comprehensive and extensible error checking for forms

About

Web Application Toolkit. Widgets and more.