Libraries tagged by file server
roundcube/ude_login
68 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
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.
oktopost/dep-map
31 Downloads
Mapping of files that should be cloned to the production servers
nexus633/processenv
2 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.
dlintin/zipstream-php
81 Downloads
ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.
dimabdc/zipstream64
13 Downloads
ZipStream is a library for dynamically streaming large dynamic zip files from PHP without writing to the disk at all on the server.
algsupport/yii2-google-drive-downloader
13 Downloads
An extension for yii2 that uses google service account to download files from google drive and store this in a folder in the web server
alblez/bimdata-php-api-client
1323 Downloads
BIMData API is a tool to interact with your models stored on BIMData's servers. Through the API you can manage your projects the clouds upload your IFC files and manage them through endpoints
aircury/ide-configuration
486 Downloads
Set your IDE configuration on a YAML file and share it with your source code. Including servers, deployment, interpreters...