Libraries tagged by one file
causal/fal-protect
54125 Downloads
Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).
piwik/cache
353246 Downloads
PHP caching library based on Doctrine cache
visionbites/usage-reference
4664 Downloads
Show references to a page or file on the objects blueprint.
phrase/phrase-php
194937 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.
wp-cli/find-command
76990 Downloads
Find WordPress installations on the filesystem.
markwalet/laravel-changelog
48034 Downloads
A Laravel package that prevents merge conflicts on your changelog file.
linio/dynamic-form-bundle
26618 Downloads
Generates symfony forms based on YAML configuration files
infostreams/excel-merge
39710 Downloads
A PHP library to merge two or more Excel files into one
elephfront/robo-js-minify
19155 Downloads
Robo task to perform minification on your JS files.
diarmuidie/envpopulate
82089 Downloads
Tool to interactively populate a `.env` file based on an `.env.example` file whenever Composer installs or updates.
cheesegrits/iseed
2313 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
robinncode/db_craft
2184 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.
rmunate/php2js
7097 Downloads
Effortlessly share PHP Laravel values with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS.
davcpas1234/laravelpdfviewer
11971 Downloads
A Laravel Package for viewing PDF files or documents on Web App
badoo/soft-mocks
34696 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.