ozy/ozy

dev-master / 1.0.x-dev 2013-01-06 22:57 UTC

This package is auto-updated.

Last update: 2024-05-08 18:33:55 UTC


README

What is Ozy?

Ozy is a PHP and Javascript tool which gives you the ablility to execute client side Javascript code from your server side PHP application.

Ozy is inspired from libraries like XAJAX and Phery but in mind that in modern frameworks it showld operates outside custom PHP functions. In theory you can use Ozy in any php file, front controller, controller action or whatever.

If you use PHP framework as Symfony or Zend you can implement Ozy as a response class in order to fit it in the framework super natively.

jQuery integration

Ozy maps all jQuery functions available, which means it can operates with whatever version on jQuery you have - old or future one

Requirements

TODO

Installation

TODO

Documentation

TODO