Libraries tagged by phapi
phapi/middleware-route
1545 Downloads
Middleware handling routing and dispatching to endpoints.
phapi/middleware-rate-limit
12 Downloads
Middleware handling rate limiting
phapi/middleware-postbox
1543 Downloads
Postbox has one simple task; check if the Content-Type of the request is supported
phapi/middleware-mistake
1552 Downloads
Error and exception handling middleware for the Phapi Framework.
phapi/middleware-method-override
1541 Downloads
Middleware handling request method override using headers
phapi/middleware-file-handler
1293 Downloads
Middleware responsible for handling files received from and sent to the client
phapi/middleware-courier
1548 Downloads
HTTP Middleware responsible for sending the response to the client
phapi/middleware-cors
1503 Downloads
Middleware handling HTTP access control (CORS) requests
phapi/log
1541 Downloads
Phapi Log contains a Di container validator
phapi/http
1921 Downloads
Phapi HTTP Message is an implementation of PSR-7 used by the Phapi framework
phapi/endpoint
1541 Downloads
Contains endpoint class that all Phapi Endpoints should extend. Has built in functionality for handling OPTIONS requests.
phapi/cache-redis
13 Downloads
Cache provider using Redis as backend
phapi/cache-nullcache
1568 Downloads
Phapi NullCache is a fallback cache package with a fake cache storage.
phapi/cache-memcached
1091 Downloads
Cache provider using the PHP Memcached extension to communicate with a memcache backend
phapi/cache-memcache
21 Downloads
Phapi Memcache is a cache package using memcache as backend