moro/team-migrations-silex
最新稳定版本:2.1.1
Composer 安装命令:
composer require moro/team-migrations-silex
包简介
Integration project for team-migrations package
README 文档
README
Migrations system for storage structure and database schema.
Requirements
- PHP >= 5.5
- moro/team-migrations-common ~ 1.6.1
- silex/silex ~ 2.0
- symfony/console ~3.0
- symfony/event-dispatcher ~3.0
- symfony/finder ~3.0
Installation
php composer.phar require moro/team-migrations-silex "~2.0"
Registration
<?php // bootstrap.php $app->register(new TeamMigrationsServiceProvider(), [ 'team-migrations.options' => [ 'environment' => 'development', 'path.project' => dirname(__DIR__), /* ... */ ], 'team-migrations.providers' => [ new FilesStorageHandlerProvider(), /* ... */ ], ]);
License
Package moro/team-migrations-silex is licensed under the MIT license.
2015-2016
统计信息
- 总下载量: 117
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-08