Download the PHP package hareku/laravel-bulk without Composer
On this page you can find all versions of the php package hareku/laravel-bulk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hareku/laravel-bulk
More information about hareku/laravel-bulk
Files in hareku/laravel-bulk
Package laravel-bulk
Short Description The Laravel package for bulk insert/update.
License MIT
Informations about the package laravel-bulk
laravel-bulk
laravel-bulk
provides functions that execute bulk insert/update.
Packagist: https://packagist.org/packages/hareku/laravel-bulk
Installation
Composer: composer require hareku/laravel-bulk
.
Usage
EloquentBulk
EloquentBulk
provides bulk functions for Eloquent models.
BulkProcessor
BulkProcessor
provides functions without Eloquent features (auto resolving table names, and filling timestamp columns).
So you have to give the table name.
Contribution
Please open an issue or a pull request.
Local development
You can develop on VSCode remote container that already installed PHP and other dependencies. Otherwise, you have to install PHP and composer to the local, or run tests on Github Actions.
- Install dependencies:
composer install
- Test with PHPUnit:
composer test
- Test with PHPUnit and Xdebug coverage:
composer test:coverage-text
orcomposer test:coverage-html
All versions of laravel-bulk with dependencies
illuminate/contracts Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/database Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0