Download the PHP package khanhicetea/phinx without Composer
On this page you can find all versions of the php package khanhicetea/phinx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download khanhicetea/phinx
More information about khanhicetea/phinx
Files in khanhicetea/phinx
Package phinx
Short Description Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
License MIT
Homepage https://phinx.org
Informations about the package phinx
Phinx: Simple PHP Database Migrations
Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes you can install Phinx and create your first database migration. Phinx is just about migrations without all the bloat of a database ORM system or framework.
Check out http://docs.phinx.org for the comprehensive documentation.
Features
- Write database migrations using database agnostic PHP code.
- Migrate up and down.
- Migrate on deployment.
- Seed data after database creation.
- Get going in less than 5 minutes.
- Stop worrying about the state of your database.
- Take advantage of SCM features such as branching.
- Integrate with any app.
Supported Adapters
Phinx natively supports the following database adapters:
- MySQL
- PostgreSQL
- SQLite
- Microsoft SQL Server
Install & Run
Composer
The fastest way to install Phinx is to add it to your project using Composer (http://getcomposer.org/).
-
Install Composer:
-
Require Phinx as a dependency using Composer:
-
Install Phinx:
- Execute Phinx:
As a Phar
You can also use the Box application to build Phinx as a Phar archive (https://box-project.github.io/box2/).
-
Clone Phinx from GitHub
-
Install Composer
-
Install the Phinx dependencies
-
Install Box:
- Create a Phar archive
Documentation
Check out http://docs.phinx.org for the comprehensive documentation.
Contributing
Please read the CONTRIBUTING document.
News & Updates
Follow Rob (@_rjm_) on Twitter to stay up to date (http://twitter.com/_rjm_)
Misc
Version History
Please read the CHANGELOG document.
License
(The MIT license)
Copyright (c) 2015 Rob Morgan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of phinx with dependencies
symfony/console Version ~2.8|~3.0|~4.0
symfony/config Version ~2.8|~3.0|~4.0
symfony/yaml Version ~2.8|~3.0|~4.0