bacon-fist/sky-ajax-bundle

dev-testing

Maintainers

Details

github.com/BaconFist/SkyAjax

Source

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

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


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