mauris/concrete
最新稳定版本:1.2.1
Composer 安装命令:
composer require mauris/concrete
包简介
Rock solid PHAR compiler for PHP
README 文档
README
#Concrete
Rock-solid PHAR compiler for PHP
##What is Concrete?
Concrete is a simple CLI tool that helps you to compile your PHP application into PHAR binary for distribution.
##Usage
There are three ways of using Concrete. Through Composer, you can install Concrete to your system hassle-free or include it as a library on your project. Alternatively, you can build Concrete into a PHAR archive and use the binary.
###Usage - Composer CLI Application
With great thanks to Composer, you can install Concrete on your machine. You must ensure that Composer is installed on your system. Run the following command to install Concrete.
composer global require mauris/concrete
After installation is complete, you will be able to use concrete:
concrete build
###Usage - Composer Library
You can use Concrete by adding the following mauris/concrete into your composer.json file like this:
{
"require":{
"mauris/concrete": "1.2.*"
},
}
Then install your dependencies by following the Composer installation command:
$ php composer.phar install
After which, you may create a Compiler class that extends from \Concrete\Compiler and you may write your build script within the protected overriding method compile(). To build your PHAR binary, write a script to run the build() method of your Compiler class.
###Usage - PHAR Binary
You can use Concrete as a standalone PHAR binary. Either
- Download from the Release page; or,
- Follow the instructions found in "Building Concrete" to build the
concrete.phar.
##Building Concrete
Concrete uses concrete.json to compile itself into concrete.phar by running:
$ php bin/concrete
Concrete will use the information found in the concrete.json file of the project directory to build itself.
Afterwhich, you will find the concrete.phar generated in the current working directory.
##License
Concrete is released open source under the BSD 3-Clause License. See the LICENSE file in repository for details.
mauris/concrete 适用场景与选型建议
mauris/concrete 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 30 次下载、GitHub Stars 达 30, 最近一次更新时间为 2014 年 11 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「cli」 「compiler」 「phar」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 mauris/concrete 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mauris/concrete 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 mauris/concrete 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A token based Javascript parser/minifier designed for compressing inline scripts on the fly, written in PHP
A token based CSS Document parser and minifier written in PHP
A token based HTML document parser and minifier. Minify HTML documents including inline CSS, Javascript, and SVG's on the fly. Extract document text, attributes, and fragments. Full test suite.
Simple class that compiles Laravel Blade files
A configurable LESS compiler for Symfony projects.
Env builder is a package which collects different env files within a specified directory and compiles them into one single .env file, useful when you have different .env files laying around in different folders and you want to have one single big file that you can load with Symfony's DotEnv loader o
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 30
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-11-28