Libraries tagged by serve files
avtonom/media-storage-client-bundle
295 Downloads
Symfony media client bundle for uploading (sending) files and images to a remote server deployed on SonataMediaBundle
aivec/wcex-cptm-cli
244 Downloads
CLI for deploying new ZIP files and updating information on a server hosting the WCEX Commercial Plugin/Theme Manager plugin
abolfazl/minifier
8 Downloads
This package minifies the html files, which was sent from the server to users.
webregulate/deploy-helper
98 Downloads
An easy to use cli interface for deploying changes, commits, files etc, and the ability to run npm commands, and deploying builds to a live server
timonf/static-deploy
13 Downloads
StaticDeploy will compile Twig templates and other files. The generated output can run without PHP on any web server.
spt/spt-typo3audit
0 Downloads
Extension can be used to analyse a complete TYPO3 website system overview and it can be used to understand the server details and the extensions installed and their compatibility which are installed in the system. It is also possible to save this report as a PDF file.
roadie-xx/dotenv
4 Downloads
Loads environment variables from .env file to getenv(), $_ENV and $_SERVER.
rayanlevert/dotenv
1 Downloads
Dependency-free environment file handler (.env) loading variables and its values in $_ENV, $_SERVER and getenv() in the PHP userland
rapidwebltd/no-post-data-laravel-middleware
77 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.
nexus633/processenv
1 Downloads
parse .env files to load variables to $_ENV and/or $_SERVER automatically
maickwendelldev/crud_php
0 Downloads
Single file PHP script that adds CRUD to a MySQL, Firebird, PostgreSQL, SQL Server, SQLite or any database.
laoqianjunzi/zip
4 Downloads
zip is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.
kseven/ci-restserver
4 Downloads
A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.
josegarcia/nexus
24 Downloads
Helps to read and inject all the variables from the .env file into the global variables $_env and $-_server
jannmylj/zipstream-php
3 Downloads
ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.