Libraries tagged by webservers
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.
robertwesner/simple-mvc-php
75 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.
piecrust-php/akagi
8 Downloads
ReactPHP Webserver for Piecrust PHP
paq85/web-server
19 Downloads
PHP wrappers for web servers
mediawiki/auth-remote-user
18 Downloads
A Mediawiki extension to allow for authentication via webserver's REMOTE_AUTH (i.e. with kerberos) functionality.
mattmezza/php-mail-msg
17 Downloads
Need to send an email from your webserver's MTA using the mail() function??
masfernandez/nginx-proxy-local-development
249 Downloads
Easy management for SSL/TLS certificates and proxying local webservers for fast development setups!
knik/flarum-s
10 Downloads
Asynchronous PHP web servers for Flarum.
kengoldfarb/underscore_php
14 Downloads
_php - a lightweight MVC structure. Designed to provide the basics or allow you to change it. Emphasis on speed with routing done at the webserver (apache) layer.
jturbide/vhost
20 Downloads
A command-line tool built with Symfony Console that automatically generates Apache and Nginx virtual host configurations from YAML definitions, updates system hosts files, restarts web servers, and manages PHP caches (OPCache, APCu, sessions). Supports both Linux and Windows environments.
johannmalmcom/router
12 Downloads
A simple router for rest API:s and web servers
jalle19/react-http-static
191 Downloads
A helper around react/http for creating static web servers
jackardios/laravel-file-cache
295 Downloads
Fetch and cache files from local filesystem, cloud storage or public webservers in Laravel