Libraries tagged by one file
yangze/page-cache
32 Downloads
Caches responses as static files on disk for lightning fast page loads..
xcalder/page-cache
10 Downloads
Caches responses as static files on disk for lightning fast page loads..
wamland/wam-amazon-s3-php
47 Downloads
This service allows to send and receive a file on Amazon S3
vynatu/database-config
9 Downloads
Overrides the config facade to provide a dual-stack (Database + Filesystem) config system. Checks on the database first and then on the file system
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
tecbeast/basic-auth-with-env
1126 Downloads
A middleware for Laravel 5.1+ where you can use basic auth with any webserver. Dependend only one config file.
sudocoder/s3fileuploader
5 Downloads
This package makes it easy to handle files on Amazon S3 for multiple systems. You can upload, copy between buckets, check if a file exists, and download files – all by just providing bucket details and file names. Simple file management for smooth data handling.
siteorigin/laravel-page-cache
141 Downloads
Caches responses as static files on disk for lightning fast page loads.
sergey-s-moiseev/torrent-scraper
354 Downloads
Provide an abstraction to seach for torrent files on many websites.
secra/caching-proxy
17 Downloads
Converts a bunch of .css/.js files to one minified file and precompress them with gzip. Rewrite all relative path of ressources in css files.
raydabbah/remote-tinker
8 Downloads
Run local files on a remote instance of a Laravel application
psyipm/zf-tcpdf
27 Downloads
Zend module wrapper for tcpdf class created by Nicola Asuni. TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions. This library includes also a class to extract data from existing PDF documents and classes to generate 1D and 2D barcodes in various formats.
petitchevalroux/di
26 Downloads
Simple DI for boostraping dependencies based on require file
peekphp/peek
6 Downloads
A package to ask any AI Client to give detailed answer of improvements on PHP files/snippets.
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.