phpolar / migrations
Adds support for running database migrations in your application
Installs: 38
Dependents: 1
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
- dev-main
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/composer/phpunit/phpunit-12.5.4
- dev-generate-docs
- dev-remove-name-param-from-revert-command
- dev-rename-param-args-and-make-optional
- dev-reduce-assertion-scope
- dev-dependabot/github_actions/all-actions-97f38a5d32
- dev-add-error-insert-stmt
- dev-remove-unnecessary-param
- dev-update-ledger-schema
- dev-composer-in-installation
This package is auto-updated.
Last update: 2025-12-15 09:34:07 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 | 39 kB |
| revert | 109 kB |
- Note: Does not include comments.