Search by

bacon-fist / sky-ajax-bundle

BaconFist

dev-testing

Package info

github.com/BaconFist/SkyAjax

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

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 1

dev-dev 2015-11-30 03:02 UTC

This package is not auto-updated.

Last update: 2026-09-13 04:37:08 UTC


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