ncuesta / symfony-legacy
symfony 1.4 (Legacy) 项目安装器 -- Propel 风格
0.1.0
2013-06-20 23:05 UTC
Requires
- php: >= 5.2.4, < 5.4
- composer/installers: dev-master
- desarrollo/dc-reference-model-plugin: dev-master
- desarrollo/dc-reloaded-form-extra-plugin: dev-master
- propel/sf-propel-o-r-m-plugin: dev-master
- symfony/symfony1: 1.4
This package is not auto-updated.
Last update: 2024-09-23 13:57:34 UTC
README
使用 Composer 轻松创建新的 symfony 1.4 项目。
包含内容?
此包包含一组预定义的插件,这些插件是我每次开始一个新的 symfony 项目时都会使用的。您可以自由地复制它并定制它以满足您自己的需求。
捆绑插件
- sfPropelORMPlugin
- dcReferenceModelPlugin
- dcReloadedFormExtraPlugin
使用方法
- 获取Composer。
- 使用此安装器创建项目
$ composer create-project ncuesta/symfony-legacy path/to/your/hawt/project
$ cd path/to/your/hawt/project
$ php bin/symfony generate:project HawtnessProject
启动项目的这种相当巧妙的做法将很快实现自动化并得到改进。
许可证
本项目根据 MIT 许可证分发。接下来是法律事宜。
Copyright (c) 2013 José Nahuel Cuesta Luengo
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.