bacon-fist/sky-ajax-bundle

dev-testing

Maintainers

Package info

github.com/BaconFist/SkyAjax

pkg:composer/bacon-fist/sky-ajax-bundle

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 1


README

Ajax library for standardized communication between client and server.

Content

  1. Setup
  2. Install using Composer
  3. Application

1. Setup

1.1 Install using Composer

If you dont have Composer installed, install it like described here: https://getcomposer.org/download/

  1. Add skydiablo/skyajax-bundle to your requirements $>php composer.phar require skydiablo/skyajax-bundle.
  2. Use $>php composer.phar install to download and install.

2. Application