Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 17, 2024 via composer

robmorgan/phinx 0.16.0

Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
Package summary
Share
0
issues
1
license
21
MIT
Package created
20 Oct 2012
Version published
24 Jan 2024
Maintainers
2
Total deps
21
Direct deps
4
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
21 Packages, Including:
cakephp/chronos@3.0.4
cakephp/core@5.0.8
cakephp/database@5.0.8
cakephp/datasource@5.0.8
cakephp/utility@5.0.8
league/container@4.2.2
psr/container@2.0.2
psr/log@3.0.0
psr/simple-cache@3.0.0
robmorgan/phinx@0.16.0
symfony/config@v7.0.7
symfony/console@v7.0.7
symfony/deprecation-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/process@v7.0.7
symfony/service-contracts@v3.5.0
symfony/string@v7.0.7
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

4
All Dependencies CSV
β“˜ This is a list of robmorgan/phinx 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
cakephp/database5.0.8-MIT
prod
psr/container2.0.23.55 kBMIT
prod dev
symfony/configv7.0.7-MIT
prod dev
symfony/consolev7.0.7-MIT
prod

Visualizations

Frequently Asked Questions

What does robmorgan/phinx do?

The robmorgan/phinx is a highly efficient database migration tool designed specifically for PHP applications. Simplifying database management, Phinx allows for easy creation of database migrations in less than five minutes using database-agnostic PHP code. In addition, it offers the ability to migrate up and down as well as migrate on deployment. It also includes features such as seed data after database creation and easy integration with any app. The best part is that it does all this without the complexities of a database ORM system or framework.

How do you use robmorgan/phinx?

Using robmorgan/phinx is as straightforward as it comes. You can quickly install it using Composer, which is the fastest way to add it into your project. First, you need to install Composer itself with this command:

curl -sS https://getcomposer.org/installer | php

Then, you can add Phinx as a dependency using Composer:

php composer.phar require robmorgan/phinx

Now, you can install Phinx:

php composer.phar install

Finally, to execute Phinx, use the following command:

php vendor/bin/phinx

You can also build Phinx as a Phar archive using the Box application. Clone Phinx from GitHub, install Composer, install the Phinx dependencies, install Box, and create a Phar archive.

Where are the robmorgan/phinx docs?

For comprehensive documentation on the usage and capabilities of robmorgan/phinx, you can refer to the official documentation. It provides detailed insights into the various features and functionalities of the package. The documentation is maintained and updated frequently to ensure users have the latest and most accurate information. There's also a Chinese translation of the documentation available, maintained by @tsy12321.