PHPackages                             amranich/ajax-router - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. amranich/ajax-router

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

amranich/ajax-router
====================

Handle your AJAX requests efficiently

v1.0.7(2y ago)11963MITPHPPHP ^5.6 || ^7.0 || ^8.0CI failing

Since Feb 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/AmraniCh/ajax-router)[ Packagist](https://packagist.org/packages/amranich/ajax-router)[ RSS](/packages/amranich-ajax-router/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

[![packagist](https://camo.githubusercontent.com/b6ec154bde6ee2c57e851943d03f040d833038d47b79ebb72082c98032b682dd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f416d72616e6943682f616a61782d726f757465723f696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/amranich/ajax-router)[![tests](https://github.com/AmraniCh/ajax-dispatcher/actions/workflows/tests.yml/badge.svg)](https://github.com/AmraniCh/ajax-dispatcher/actions/workflows/tests.yml)[![License](https://camo.githubusercontent.com/b04cf2d36a7c2543fceef8761dcf5c7b877dc4af126c2641627b211af26532d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f416d72616e6943682f616a61782d726f75746572)](https://camo.githubusercontent.com/b04cf2d36a7c2543fceef8761dcf5c7b877dc4af126c2641627b211af26532d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f416d72616e6943682f616a61782d726f75746572)

Getting Started
---------------

[](#getting-started)

```
composer require amranich/ajax-router
```

You can copy/paste this code snippet for a quick start.

We're using [Guzzle PSR-7 interface implementation](https://github.com/guzzle/psr7) here, but you can use any other library you like as long as it implements the same interface.

```
