Libraries tagged by file based
piwik/cache
366889 Downloads
PHP caching library based on Doctrine cache
clue/reactphp-sqlite
43493 Downloads
Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (ext-sqlite3), built on top of ReactPHP.
dfridrich/php-mime-type
287289 Downloads
Simple PHP class for guessing file mime type based on file extension with ability to use in Symfony project.
wp-cli/dist-archive-command
55803 Downloads
Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file.
nervo/yuicompressor
1570588 Downloads
YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.
jkribeiro/drupal-composer-paranoia-acquia
2045418 Downloads
Composer plugin to improve the security of composer-based Drupal projects by moving all PHP files out of docroot for Acquia Environments.
white-rabbit-1-sketch/php-file-hash-map
4517 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
rapidwebltd/rw-file-cache
196272 Downloads
RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
mmamedov/page-cache
13392 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
bayfrontmedia/php-mime-types
83687 Downloads
Simple class used to detect the appropriate MIME type of a file based on it's extension.
gugglegum/memory-size
13395 Downloads
Parser and formatter for human-friendly memory or file sizes based on standards
causal/fal-protect
77880 Downloads
Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).
primetime/wp-plugin-activation-manifest
53058 Downloads
Simple file-based plugin activation control for WordPress
maxserv/fal_s3
88209 Downloads
Connect FAL/TYPO3 to any of the configured S3 buckets with a few clicks. File based configuration allows specific buckets depending on the context of your application.
diarmuidie/envpopulate
95860 Downloads
Tool to interactively populate a `.env` file based on an `.env.example` file whenever Composer installs or updates.