Download the PHP package maduser/argon-phinx without Composer
On this page you can find all versions of the php package maduser/argon-phinx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maduser/argon-phinx
More information about maduser/argon-phinx
Files in maduser/argon-phinx
Download maduser/argon-phinx
More information about maduser/argon-phinx
Files in maduser/argon-phinx
Vendor maduser
Package argon-phinx
Short Description Phinx migration integration for the Argon runtime stack.
License MIT
Package argon-phinx
Short Description Phinx migration integration for the Argon runtime stack.
License MIT
Please rate this library. Is it a good library?
Informations about the package argon-phinx
argon-phinx
Phinx migration integration for the Argon runtime stack.
Installation
Service Providers
Register PhinxServiceProvider, then configure migrations from an application service provider.
For SQLite, Phinx appends .sqlite3 by default. Use 'suffix' => '' when the configured name is already the full database file path.
Console Commands
The provider exposes Phinx through the Argon console command tag:
The command names are prefixed to avoid collisions with application commands.
Boundaries
- This package wires Phinx into Argon. It does not add a migration DSL.
- Applications own migration paths, seed paths, environments, and database credentials.
- Configuration is explicit service-provider code, not automatic file discovery.
- Multiple environments are supported through Phinx configuration arrays.
Quality Gates
All versions of argon-phinx with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
maduser/argon-console Version ^1.0
maduser/argon-container Version ^1.0
robmorgan/phinx Version ^0.16
maduser/argon-console Version ^1.0
maduser/argon-container Version ^1.0
robmorgan/phinx Version ^0.16
The package maduser/argon-phinx contains the following files
Loading the files please wait ...