![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/whmcs/vendor/middlewares/utils/ |
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## 0.9.0 - 2017-02-05 ### Added * Callable resolves to create callables from various representations ### Removed * `Middlewares\Utils\CallableHandler::resolve` ## 0.8.0 - 2016-12-22 ### Changed * Updated `http-interop/http-middleware` to `0.4` * Updated `friendsofphp/php-cs-fixer` to `2.0` ## 0.7.0 - 2016-12-06 ### Added * New static helper `Middlewares\Utils\Dispatcher::run` to create and dispatch a request easily ## 0.6.1 - 2016-12-06 ### Fixed * Ensure that the body of the serverRequest is writable and seekable. ## 0.6.0 - 2016-12-06 ### Added * ServerRequest factory * `Middlewares\Utils\Dispatcher` accepts `Closure` as middleware components ### Changed * `Middlewares\Utils\Dispatcher` creates automatically a response if the stack is exhausted ## 0.5.0 - 2016-11-22 ### Added * `Middlewares\Utils\CallableMiddleware` class, to create middlewares from callables * `Middlewares\Utils\Dispatcher` class, to execute the middleware stack and return a response. ## 0.4.0 - 2016-11-13 ### Changed * Updated `http-interop/http-factory` to `0.2` ## 0.3.1 - 2016-10-03 ### Fixed * Bug in CallableHandler that resolve to the declaring class of a method instead the final class. ## 0.3.0 - 2016-10-03 ### Added * `Middlewares\Utils\CallableHandler` class, allowing to resolve and execute callables safely. ## 0.2.0 - 2016-10-01 ### Added * Uri factory ## 0.1.0 - 2016-09-30 ### Added * Response factory * Stream factory