PHP Classes

How to Process a PHP AJAX Response to a Request Passed as PSR-7 Compliant Messages - PHP AJAX Response Router package blog

Recommend this page to a friend!
  All package blogs All package blogs   PHP AJAX Response Router PHP AJAX Response Router   Blog PHP AJAX Response Router package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Process a PHP ...  
  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Package: PHP AJAX Response Router

PSR-7 is a PHP standard recommendation for creating PHP classes that can encapsulate the details of an HTTP request and an HTTP response.

This package implements the PSR-7 recommendation to simplify the processing of HTTP requests of AJAX and other types of PHP Web applications.

Application developers only need to specify callback functions or class methods ready to process PSR-7 compliant requests and response objects to implement their PHP applications.




Loaded Article

About the PHP AJAX Response Router Package

The package PHP AJAX Response Router is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Handle HTTP AJAX requests using router classes

Here follows in more detail what it does:

This package can handle HTTP AJAX requests using router classes.

It can process HTTP requests using classes that create request objects compliant with the PSR 7 specification.

The package can process the request message objects using a router class configured to handle requests of certain types and specific request parameter values by calling given callback functions or class methods.

It also provides a response class that is compliant with PSR 7 specification.

Callback functions can create response objects that the package can process to output the response headers and body data to the current HTTP request.

The package can also catch exceptions and route the request handling to a given callback function.

Conclusion

The PHP AJAX Response Router can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.

This package was considered notable for implementing its benefits in a way that is worth noticing.

Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.

One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.




You need to be a registered user or login to post a comment

Login Immediately with your account on:



Comments:

No comments were submitted yet.



  Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  
  All package blogs All package blogs   PHP AJAX Response Router PHP AJAX Response Router   Blog PHP AJAX Response Router package blog   RSS 1.0 feed RSS 2.0 feed   Blog How to Process a PHP ...