Libraries tagged by file server
amirvahedix/laravel-deploy-ftp
12 Downloads
A Laravel package to deploy files modified in Git to an FTP server based on commits, tags, or git status.
transfuse/codeigniter-restserver
71 Downloads
A fully RESTful server implementation for CodeIgniter 2 and 3 using one library, one config file and one controller.
timonf/static-deploy
13 Downloads
StaticDeploy will compile Twig templates and other files. The generated output can run without PHP on any web server.
thefish/phpsendmail
6 Downloads
Small (one-file, to be exact) library for sending emails via SMTP server (or sendmail utility). Allows you to handle multiple recipients and attachments.
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.
sarverott/rokita
0 Downloads
new Controll Panel of New Order, tool to manage your host. Uploaded on server allows you to use path traversal, using easy-to-use filesystem explorer. Tools to upload files, php eval and shell execution are also onboard.
roundcube/ude_login
71 Downloads
Allows to specify configuration settings such as IMAP/SMTP servers, active plugins, etc. on a per-user level using a static text file.
rayanlevert/dotenv
30 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
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.
oktopost/dep-map
35 Downloads
Mapping of files that should be cloned to the production servers
nexus633/processenv
3 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.
kseven/ci-restserver
6 Downloads
A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.
josegarcia/nexus
89 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.