Download the PHP package talentasia/eloquent-insert-on-duplicate-key without Composer
On this page you can find all versions of the php package talentasia/eloquent-insert-on-duplicate-key. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download talentasia/eloquent-insert-on-duplicate-key
More information about talentasia/eloquent-insert-on-duplicate-key
Files in talentasia/eloquent-insert-on-duplicate-key
Download talentasia/eloquent-insert-on-duplicate-key
More information about talentasia/eloquent-insert-on-duplicate-key
Files in talentasia/eloquent-insert-on-duplicate-key
Vendor talentasia
Package eloquent-insert-on-duplicate-key
Short Description A trait for MySQL INSERT ON DUPLICATE KEY UPDATE with Eloquent.
License MIT
Homepage https://github.com/thosuperman/eloquent-insert-on-duplicate-key
Package eloquent-insert-on-duplicate-key
Short Description A trait for MySQL INSERT ON DUPLICATE KEY UPDATE with Eloquent.
License MIT
Homepage https://github.com/thosuperman/eloquent-insert-on-duplicate-key
Please rate this library. Is it a good library?
Informations about the package eloquent-insert-on-duplicate-key
MySQL Insert On Duplicate Key Update Eloquent Trait
Insert Duplicate Key Update is a quick way to do mass insert.
It's a trait meant to be used with Laravel's Eloquent ORM.
Code Example
Multi values insert.
INSERT ON DUPLICATE KEY UPDATE
INSERT IGNORE
REPLACE INTO
created_at and updated_at fields.
created_at and updated_at will not be updated automatically. To update you can pass the fields in the insert array.
Run unit tests
Will this work on Postgresql?
No. On Duplicate Key Update is only available on MySQL.
All versions of eloquent-insert-on-duplicate-key with dependencies
PHP Build Version
Package Version
No informations.
The package talentasia/eloquent-insert-on-duplicate-key contains the following files
Loading the files please wait ....