Rich Ajax Application Framework

Raxan for PHP


Start Building Ajax Applications Today

Phone Inventory
Download Raxan

Quick Tour

New to Raxan? See how easy it is to get started


Follow raxanpdi on Twitter

Enter your email address:


Delivered by FeedBurner

Beta 3 Released

Raxan Beta 3 makes it a lot easier to building rich web applications. In this release we have made a lot of changes to the API to make it easier to build applications and website.

What is Raxan?

Raxan is a powerful Open Source Application Framework that uses a set of web related technologies to deliver an integrated solution for building today's rich web 2.0 applications.

With Raxan developers can:

  • Build cross browser HTML/Ajax applications
  • Create database driven applications
  • Build interactive websites to enhance user experience
  • Monitor server-side application changes via Ajax connections
  • Quickly design and layout HTML pages with a built-in CSS framework
  • Easily extend the architecture with reusable plugins and extensions.
  • Build multilingual interfaces
  • Protect web sites and applications against cross-site scripting attacks and request forgery
  • Integrate or extend existing PHP frameworks
  • And much more

We believe Raxan can significantly shorten your development time and we invite you to find out for yourself.


Code Sample:
<?php require_once('raxan/pdi/autostart.php'); ?>

<a href="#" xt-bind="#click,doSomething">Click Here</a>
<div id="msgbox" xt-autoupdate="true"></div>

<?php
    class NewPage extends RaxanWebPage {

        protected function doSomething($e) {
            $this->msgbox->text('A message from your server');
        }
    }
?>


Cross Browser Cross Browser
IE 6+, FF 2+, Safari, Opera 9+ ...
Light Weight Light Weight
Ajax Support Ajax Support
Event Driven Event Driven