yramid / lib
yramid/lib is a zero-dependency and easy to use database migration library for php 8.0 and above
2.0.0
2022-02-01 16:12 UTC
Requires
- php: >=8.0
- ext-pdo: *
Requires (Dev)
- ext-pdo_sqlite: *
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
- vimeo/psalm: ^4.19
Suggests
- yramid/symfony-commands: A set of symfony/console commands that utilize yramid/lib
README
yramid/lib
yramid/lib
is a zero-dependency and easy to use database migration library for php 8.0 and above.
This library encapsulates the business logic for yramid/symfony-commands
and yramid/cli
.
In most of the cases yramid/lib
will not have any practical use for you - except you want to write your own database migration tool.