34 lines
634 B
ReStructuredText
34 lines
634 B
ReStructuredText
|
:orphan:
|
||
|
|
||
|
Phinx Documentation
|
||
|
===================
|
||
|
|
||
|
Phinx makes it ridiculously easy to manage the database migrations for your PHP
|
||
|
app. In less than 5 minutes, you can install Phinx using Composer and create
|
||
|
your first database migration. Phinx is just about migrations without all the
|
||
|
bloat of a database ORM system or application framework.
|
||
|
|
||
|
Phinx requires a 64-bit version of PHP to function.
|
||
|
|
||
|
Contents
|
||
|
========
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
intro
|
||
|
goals
|
||
|
install
|
||
|
migrations
|
||
|
seeding
|
||
|
commands
|
||
|
configuration
|
||
|
copyright
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`modindex`
|
||
|
* :ref:`search`
|