jerome-breton/casperjs-installer
Composer 安装命令:
composer require jerome-breton/casperjs-installer
包简介
A Composer package which installs the CasperJS binary for your project.
README 文档
README
A Composer package which installs the CasperJS and PhantomJS binary (Linux, Windows, Mac) into the bin path of your project.
Installation
To install CasperJS and PhantomJS as a local, per-project dependency to your project, simply add a dependency on
jerome-breton/casperjs-installer to your project's composer.json file.
{
"require": {
"jerome-breton/casperjs-installer": "dev-master"
},
"scripts": {
"post-install-cmd": [
"CasperJsInstaller\\Installer::install"
],
"post-update-cmd": [
"CasperJsInstaller\\Installer::install"
]
}
}
For a development dependency, change require to require-dev.
The version number of the package specifies the CasperJS version! But for now, no versions of PhantomJS are prebuilt for 1.0.* versions, so for now, only dev-master is working, and will fetch the last 1.9.* PhantomJS version.
The download source used is: https://github.com/n1k0/casperjs/zipball/master
You can set the Composer configuration directive bin-dir to change the
vendor binaries
installation folder. Important! Composer will install the binaries into vendor\bin by default.
The scripts section is necessary, because currently Composer does not pass events to the handler scripts of
dependencies. If you leave it away, you might execute the installer manually.
Now, assuming that the scripts section is set up as required, CasperJS and PhantomJS binary will be installed into the bin folder and updated alongside the project's Composer dependencies.
How does this work internally?
-
Fetching the CasperJS Installer In your composer.json you require the package "casperjs-installer". The package is fetched by composer and stored into
./vendor/jerome-breton/casperjs-installer. It contains only one file theCasperJsInstaller\\Installer. -
Fetching PhantomJS This installer depends on jakoch/phantomjs-installer to install PhantomJS and follows the same strategy. This project has been created with major part of Jakoch work. The CasperJsInstaller will call Jakoch's
PhantomJSInstaller\\Installer. -
Platform-specific download of PhantomJS The
PhantomInstaller\\Installeris run as a "post-install-cmd". That's why you need the "scripts" section in your "composer.json". The installer creates a new composer in-memory package "casperjs" and downloads the correct Phantom version to the folder./vendor/jerome-breton/casperjs. All CasperJS files reside there, especially thesamples. -
Installation into bin folder A launcher is created to declare PhantomJS path and launch CasperJS from
./vendor/jerome-breton/casperjsto your composer configuredbin-dirfolder.
jerome-breton/casperjs-installer 适用场景与选型建议
jerome-breton/casperjs-installer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 33.39k 次下载、GitHub Stars 达 3, 最近一次更新时间为 2015 年 07 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「headless」 「phantomjs」 「casperJs」 「binaries」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jerome-breton/casperjs-installer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jerome-breton/casperjs-installer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jerome-breton/casperjs-installer 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
HTML to PDF Symfony bundle. Works with Puppeteer, PhantomJS, and more.
PhantomJS client for SERPS
This extension provides integration with solr to output content from TYPO3 in JSON format.
Instrument headless chrome/chromium instances from php5.6
Admin Hub for GetCandy. A modern headless e-commerce solution for Laravel PHP framework.
PHP Automation Tools
统计信息
- 总下载量: 33.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-02