Libraries tagged by one file
vaimo/composer-changelogs
127070 Downloads
Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources
bayfrontmedia/php-mime-types
35058 Downloads
Simple class used to detect the appropriate MIME type of a file based on it's extension.
causal/fal-protect
50558 Downloads
Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).
piwik/cache
352795 Downloads
PHP caching library based on Doctrine cache
visionbites/usage-reference
4288 Downloads
Show references to a page or file on the objects blueprint.
phrase/phrase-php
186611 Downloads
Phrase Strings API Reference. Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.
georgringer/doc
32008 Downloads
Render documentation based on markdown files directly in the backend
wp-cli/find-command
76344 Downloads
Find WordPress installations on the filesystem.
owncloud/tarstreamer
378688 Downloads
A library for dynamically streaming dynamic tar files without the need to have the complete file stored on the server.
markwalet/laravel-changelog
46951 Downloads
A Laravel package that prevents merge conflicts on your changelog file.
linio/dynamic-form-bundle
26044 Downloads
Generates symfony forms based on YAML configuration files
infostreams/excel-merge
38716 Downloads
A PHP library to merge two or more Excel files into one
diarmuidie/envpopulate
79663 Downloads
Tool to interactively populate a `.env` file based on an `.env.example` file whenever Composer installs or updates.
davidepastore/slim-config
8626 Downloads
A slim middleware to read configuration from different files based on hassankhan/config
robinncode/db_craft
1516 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.