phpolar / migrations
Adds support for running database migrations in your application
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/phpolar/migrations
Requires
- php: >=8.4
- php-contrib/migration: ^1.0
- psr/log: ^3.0.2
Requires (Dev)
- phan/phan: ~6.0.0-beta
- php-coveralls/php-coveralls: ^2.7.0
- phpunit/phpunit: ^12
- squizlabs/php_codesniffer: ^4
This package is auto-updated.
Last update: 2025-12-11 12:14:54 UTC
README
Adds support for running database migrations in your application
Objectives
A database agnostic library that provides support for handling creation, running, and reverting migrations.
Requirements
- A PDO connection.
- The queries and statements compatible with the database variant you choose.
API Documentation
See https://phpolar.github.io/migrations/
Thresholds
Source Code Size: *15kB
| Command | Memory Usage |
|---|---|
| create | 100 kB |
| run | 22 kB |
| revert | 20 kB |
- Note: Does not include comments.