nextras / migrations
Database migrations runner
Installs: 1 033 151
Dependents: 16
Suggesters: 4
Security: 0
Stars: 101
Watchers: 17
Forks: 40
Open Issues: 24
Requires
- php: >=7.1
Requires (Dev)
- ext-openssl: *
- dibi/dibi: ~3.0 | ~4.0 | ~5.0
- doctrine/cache: ~1.11 | ~2.0
- doctrine/dbal: ~2.5 | ~3.0
- doctrine/orm: ~2.5
- mockery/mockery: ~1.3
- nette/database: ~2.4 | ~3.0
- nette/di: ~2.4.10 | ~3.0
- nette/tester: ~2.3
- nette/utils: ~2.3 | ~3.0 | ~4.0
- nextras/dbal: ~1.0 | ~2.0 | ~3.0 | ~4.0 | ~5.0@dev
- symfony/config: ~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0
- symfony/console: ~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0
- symfony/dependency-injection: ~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0
- symfony/framework-bundle: ~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0
- symfony/http-kernel: ~2.6 | ~3.0 | ~4.0 | ~5.0 | ~6.0 | ~7.0
- tracy/tracy: ~2.6
Suggests
- dibi/dibi: to use DibiAdapter
- doctrine/dbal: to use DoctrineAdapter
- doctrine/orm: to generate migrations with Doctrine SchemaTool
- nette/database: to use NetteAdapter
- nextras/dbal: to use NextrasAdapter
- symfony/console: to use Symfony commands
- v3.3.1
- v3.3.0
- v3.2.x-dev
- v3.2.0
- v3.1.x-dev
- dev-master / 3.1.x-dev
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.1.0-rc5
- v3.1.0-rc4
- v3.1.0-rc3
- v3.1.0-rc2
- v3.1.0-rc1
- v3.1.0-beta2
- v3.1.0-beta1
- v3.0.x-dev
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-rc2
- v3.0.0-rc1
- v3.0.0-beta1
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.0
- dev-pr/nextras_lazy_connect
- dev-pr/lazy_connect
- dev-snapshots
- dev-config
This package is auto-updated.
Last update: 2024-10-26 15:03:29 UTC
README
For more information read documentation.
Supported databases:
- PostgreSQL
- MySQL
Supported DBALs:
Development & Running Integration Tests in Docker
- Create
./tests/*.ini
filescp tests/php.docker.ini tests/php.ini cp tests/drivers.docker.ini tests/drivers.ini
- Start containers
docker-compose up --detach
- Run tests
tests/run-in-docker.sh php81 tests/run-integration.sh
License
Based on Clevis\Migration by Petr Procházka and further improved.
New BSD License. See full license.