bacon-fist/sky-ajax-bundle

dev-testing

Maintainers

Package info

github.com/BaconFist/SkyAjax

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

Transparency log

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-08-02 04:02:05 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