triaubaral/phaster
Composer 安装命令:
composer require triaubaral/phaster
包简介
Collection of meta tasks based on phing in order to make your build process easy.
README 文档
README
Collection of meta tasks based on phing in order to make your build process easy.
Installation
The installation of phaster is a two steps process. First you install phaster with composer then your need to execute a custom phing script.
-
Composer
The preferred method to install Phaster is through [Composer](https://getcomposer.org/).
Add [triaubaral/phaster](https://packagist.org/packages/triaubaral/phaster) to the
require-dev or require section of your project’s composer.json
configuration file, and run 'composer install':
{
"require-dev": {
"phing/phing": "^2.16"
"triaubaral/phaster": "@dev"
}
}
-
Custom Phing Script
Copy/paste the following command in your terminal
./vendor/bin/phing -f vendor/triaubaral/phaster/build.xml phaster:install -Dprofil=dev
| Important |
The -Dprofil accepted values are : dev, qualif or prod |
It installs into src/resources/phaster a directory tree contening all meta tasks It installs into the directory where the preceding command has been done a build.xml file
Check your installation
The command :
./vendor/bin/phing -l
will give the following output for the dev profil :
Collection of meta task based on phing in order to make your build process easy Default target: ------------------------------------------------------------------------------- phaster:props Main targets: ------------------------------------------------------------------------------- 00:source:prepare Clean working dir 01:source:clone Copy source and test dir to a build dir 02:source:resolve Resolve source dependencies 03:source:compile Compile source code 04:source:score Analyse source and test written quality 05:source:test Execute unit tests 06:source:track Deploy source code 07:source:package Transform source code into binary format 08:binary:deploy Deploy binary 09:binary:resolve Current build's external dependencies installation to make the app to run 10:binary:host Current build installation on specific infrastructure 11:binary:test Execute functionnal tests 12:binary:score Execute performance tests
How it works !
As mentionned above those tasks are meta !! You have to implement them in order to feet your current build need. They are only the representation of what I consider a quality build.
triaubaral/phaster 适用场景与选型建议
triaubaral/phaster 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 39 次下载、GitHub Stars 达 0, 最近一次更新时间为 2019 年 01 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「build」 「task」 「tool」 「phing」 「phaster」 「meta-task」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 triaubaral/phaster 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 triaubaral/phaster 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 triaubaral/phaster 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Backend Google Sign On for Magento 2
An app setting manager tool for laravel nova
A simple library for make Lexer and Parsers to build a language
Expose the DDev executable commands to the Robo task runner.
Dash (LOVE) Docset Builder in PHP (LOVE).
The Message Submission Agent Diagnostics tool (msadiag) facilitates testing the compatibility of third party message submission agents.
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2019-01-01