Libraries tagged by web-server
upscale/swoole-warmup
20 Downloads
URL crawler to warm-up Swoole web-server
upscale/swoole-dispatch
934 Downloads
Request dispatch strategies for Swoole web-server
trint/flarum-s
40 Downloads
Asynchronous PHP web servers for Flarum.
tmf/logfilter
4 Downloads
a cli app for filtering web server access logs
timonf/static-deploy
13 Downloads
StaticDeploy will compile Twig templates and other files. The generated output can run without PHP on any web server.
tenkoma/cakephp-apache-error-theme
5 Downloads
Make error pages Apache web server style.
taeluf/liaison-gui
1 Downloads
A GUI for Liaison-powered web-servers
stanislav-web/express-mailer
14 Downloads
This system is designed for large-scale mailings, which is activated on built-in web servers.
smrtr/roddick
81 Downloads
Commands for starting and stopping a php web server in the background
sitepilot/stack-openlitespeed
30 Downloads
Ansible playbooks for provisioning web servers optimized for WordPress and Laravel.
sitepilot/app-stack
9 Downloads
Ansible playbooks for provisioning web servers optimized for WordPress and Laravel.
servit/swooleframework
1 Downloads
Servit Restful Web Server
senangprint/git-deploy
3 Downloads
A PHP script to automatically pull from a repository to a web server (using a webhook on GitHub, GitLab, or Bitbucket).
robertwesner/simple-mvc-php
107 Downloads
A small library for creating PHP web servers.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.