lazer-database / migrate-to-lazer-database
PHP library to transfer data to Lazer-Database
Fund package maintenance!
anant-svc
Requires
- php: ^7.1
- greg0/lazer-database: ^2.0
Requires (Dev)
- kahlan/kahlan: ^5.2
- mikey179/vfsstream: ~1.6
This package is not auto-updated.
Last update: 2025-03-31 05:16:22 UTC
README
Easiest way to Migrate tables to Lazer-Database
It will convert the key/value paired array to Lazer-Database table
Features:
- Dynamically create table and columns with the data type based on the value
- Add records after the table is created
- Adds callback for the objects like classes etc.
Requirements
- PHP 7.0+
- Composer
To add library to your dependencies, execute:
composer require lazer-database/migrate-to-lazer-database
Tests
Easiest way to run unit tests is to use composer script
composer run-script test
Hope you are doing well.
Regards