Libraries tagged by local file
cooperaj/bolt-dokku-config
39 Downloads
Takes configuration information made available in the environment by dokku and writes out a config_local.yml configuration file so Bolt can make use of it.
clickalicious/install
6 Downloads
Installer for installing binary-, phar-, shell- or batch-files from local or remote source.
marvinjanssen/magicmounter
28 Downloads
PHP stream wrapper library to magically mount local or remote filesystems.
frdl/mount-manager
58 Downloads
PHP stream wrapper library to magically mount local or remote filesystems.
collei/lowcache
10 Downloads
A simple filesystem-based local cache implementation.
newbury/vagrant-setup
7 Downloads
Generate files for Vagrant local environment
phramz/staticfiles
52 Downloads
This library will serve static files from a local directory
ratiborro/laravel-scopes
52 Downloads
Generating local scopes for model in existing file by database columns
iperamuna/laravel-auto-translations
0 Downloads
Auto-generate JSON language files, AI translations, and a local-only language browser.
copyimages/testing
21 Downloads
Small package for copy files from host to your local computer. Work in Linux and Windows
ekoukltd/s3-import-export
31 Downloads
Easy import & export of Laravel models (tables) to local or S3 Storage as a JSON file. For when you don't want to restore a whole backup, just a few tables.
tormjens/workbench
91 Downloads
Simple local Composer development that does not mess up your lock file.
supergnaw/playfab-php
11 Downloads
A single-file PHP class for simple PlayFab API calls that uses the local database for caching.
smarty-gettext-custom/smarty-gettext-custom
15 Downloads
Gettext plugin enabling internationalization in Smarty Package files. This is package forked from https://packagist.org/packages/smarty-gettext/smarty-gettext to adopt for Local from GET or Session parameter.
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.