Libraries tagged by file include
ajgl/csv
8877 Downloads
Simple library to read and write CSV files (includes a RFC 4180 compliant implementation)
larajs/i18n
139 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
jackmartin/laravel-vue-i18n-generator
340 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
evert/phpincludes
23 Downloads
PHPIncludes traverses your source and automatically creates an 'includes' file.
barbosa89/laravel-vue-i18n-generator
302 Downloads
Generates a vue-i18n compatible include file from your Laravel translations.
carbon/filecontent
3681 Downloads
Include file content helper for Neos CMS
jvelletti/jve-upgradewizard
244 Downloads
Update helper for lts12 Fixes the ways Typoscript and TSconfig included files have been added in database.
texnixe/kirby3-spreadsheet
60 Downloads
Kirby 3 plugin to include spreadsheet files as tables in Kirby textarea fields
sashabo/nginx-conf-parser
3011 Downloads
Parsing nginx.conf files and following includes
samuell/cdn-plugin
323 Downloads
Push, sync, clear and serve assets to/from a CDN or include manifest files from webpack or laravel-mix.
clgsru/composer-modify-autoload
410 Downloads
Simple library for updated the vendor/autoload.php so it manually includes any files specified in composer.json's files array.
zoopcommerce/juggernaut
1444 Downloads
A caching module for PHP that includes adapters for File System, APC and Memcached. It also includes a number of helper classes for DB caching and full page cache
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
sqonk/phext-datakit
178 Downloads
Datakit is a library that assists with data analysis and research. It includes classes for working with tables of data and deriving statistical information, importing those tables from file formats such as CSV, a class wrapper with statistical methods for PHP arrays, as well as memory efficient packed arrays.
ozwild/iseed
4539 Downloads
Generate Laravel seed files from database state. This is a fork of orangehill/iseed that includes support for Laravel 8