Libraries tagged by file path
mathiasverraes/uptodocs
276 Downloads
UpToDocs scans a Markdown file for PHP code blocks, and executes each one in a separate process. Include this in your CI workflows, to make sure your documentation is always up to date with your code.
marcel-mathias-nolte/contao-filesmanager-fileusage
1383 Downloads
This bundles displays an icon, which shows whether an file is used anywhere or not and shows details on where it is used if you click on it.
didix16/php-hydrator
7410 Downloads
A simple library that uses the hydration pattern to fill objects given different sources of data.
krafjp/simplexmlreader
10055 Downloads
Fork from dkrnl/simplexmlreader. Adjust php 8.1+. Wrapper XMLReader class, for simple SAX-reading(and simple XPath-queries) of huge(testing over 1G file) xml.
hoa-math-community/file
633 Downloads
The Hoa\File library.
cse/helpers-math-converter
71 Downloads
A mathematics helpers, providing functionality for numbers converter.
aedart/athenaeum-config
2279 Downloads
A loader that is able to load various types of configuration files
mathiasreker/php-chmod
501 Downloads
php-chmod is a PHP library for easily changing file/directory permissions recursively.
markcell/salvaon
802 Downloads
Package for Laravel based on Eloquent to manage XML files.
cathedral/builder
384 Downloads
Database Layer builder library with Basic Web & Console interface
okipa/laravel-model-json-storage
1375 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
syonix/log-viewer-lib
1121 Downloads
A library to gather log files from different sources and use them in a unified format.
bradp/static-404
149 Downloads
Quickly output a 404 for static files that aren't found, rather than loading the normal 404 page
marcel-mathias-nolte/hide-files
22 Downloads
Provides a toggable visibility icon in the file manager.
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.