thecodingmachine/drupal
Composer 安装命令:
composer require thecodingmachine/drupal
包简介
This package is an installer that will download Drupal from the http://drupal.org website and unpack it at the root of your Composer project.
README 文档
README
This is a simple Composer package that will install Drupal at the root of your Composer project.
Drupal is not directly contained in this project. It is downloaded from the drupal.org website.
Installing Drupal using this Composer package:
Not used to Composer? The first step is installing Composer. This is essentially a one line process:
curl -s https://getcomposer.org/installer | php
Windows users can download the phar file here: [http://getcomposer.org/download/](install composer). Then create a composer.json file at the root of your project:
{
"require": {
"thecodingmachine/drupal": "~7.23"
}
}
and finally, run
php composer.phar install
This will download and unpack the Drupal archive at the root of your project. In this example, the version downloaded is 7.18 or greater, but lower than 8.0 (this is the meaning of the ~ just before the version number).
Find more:
Want to learn more about this package? Check out the original blog post presenting thecodingmachine/composer
thecodingmachine/drupal 适用场景与选型建议
thecodingmachine/drupal 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 494 次下载、GitHub Stars 达 9, 最近一次更新时间为 2013 年 01 月 08 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「installer」 「drupal」 「thecodingmachine」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 thecodingmachine/drupal 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 thecodingmachine/drupal 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 thecodingmachine/drupal 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Provides an add-on purchasable entity.
Installs Aura packages to the Aura system "package" directory.
Drupal integration module for the Kalastatic prototyping and styleguide tool
Provides a base set of configuration and module dependencies for starting new Drupal projects.
This module extends Drupal Migrate framework.
Install WordPress must-use plugins with Composer
统计信息
- 总下载量: 494
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-08