PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of El Amrani Chakir   PHP AJAX Response Router   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AJAX Response Router
Handle HTTP AJAX requests using router classes
Author: By
Last change: Integrated Lazzard\Psr7ResponseSender
Updated composer.json
Date: 2 years ago
Size: 957 bytes
 

Contents

Class file image Download
{ "name": "amranich/ajax-router", "description": "Handle your AJAX requests efficiently", "keywords": [ "dispatcher", "router", "ajax-dispatcher", "dipatcher-route", "ajax-request" ], "type": "library", "license": "MIT", "authors": [ { "name": "El Amrani Chakir", "email": "contact@amranich.dev", "homepage": "https://amranich.dev" } ], "minimum-stability": "stable", "require": { "php": "^5.6 || ^7.0 || ^8.0", "psr/http-message": "^1.0", "lazzard/psr7-response-sender": "^1.0" }, "require-dev": { "phpunit/phpunit": "^9", "guzzlehttp/psr7": "^2.1" }, "autoload": { "psr-4": { "AmraniCh\\AjaxRouter\\": "src/" } }, "config": { "platform": { "php": "7.4" } } }