Libraries tagged by file intel
mindscreen/yarnlock
172468 Downloads
A package for parsing and interpreting yarn.lock files
gorriecoe/silverstripe-link
259851 Downloads
Adds a Link Object that can be link to a URL, Email, Phone number, an internal Page or File.
christeredvartsen/php-bittorrent
20673 Downloads
A set of components that can be used to interact with torrent files (read+write) and classes that can encode/decode to/from the BitTorrent format.
robinncode/db_craft
5043 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.
oohology/dotenvwriter
65355 Downloads
Interface for editing .env files in PHP.
diarmuidie/envpopulate
96797 Downloads
Tool to interactively populate a `.env` file based on an `.env.example` file whenever Composer installs or updates.
plesk/wappspector
13045 Downloads
Command-line interface utility to analyze the file structure of a web hosting server and identify the frameworks and CMS used in the websites hosted on it.
pharaonic/laravel-readable
83855 Downloads
Laravel - Readable Number (Integer|decimal) & DateTime & Time Length & File Size.
egroupware/egroupware
1720 Downloads
EGroupware extends a classic groupware with an integrated CRM-system, a secure file-server and Collabora Online Office.
yii2tech/filedb
89468 Downloads
Provides ActiveRecord interface for data declared in static files
rmunate/php2js
8298 Downloads
Effortlessly share PHP Laravel values with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS.
pixxio/pixxio-extension
19018 Downloads
Integrate pixx.io DAM Digital Asset Management into TYPO3. Use files from your pixx.io media pool with TYPO3 easily and without any detour. Use the search field to search through your pixx.io media library and find the right picture in a flash.
kunstmaan/translator-bundle
129061 Downloads
A bundle which enables editing translations in the admin interface without need for editing the translations files. Translations will be stored in a (default) database and retrieved on the most efficient way possible.
datatables.net/datatables.net-buttons
37909 Downloads
The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables
badoo/soft-mocks
35594 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.