首页 > Web开发 > 详细

htmlbuilder php phantomjs

时间:2016-11-17 10:33:15      阅读:223      评论:0      收藏:0      [点我收藏+]

*

参考文章:php-phantomjs

composer.json

{
        "scripts": {
			"post-install-cmd": [
				"PhantomInstaller\\Installer::installPhantomJS"
			],
			"post-update-cmd": [
				"PhantomInstaller\\Installer::installPhantomJS"
			]
		},
		"config": {
			"bin-dir": "bin"
		},
        "require": {
                "jonnyw/php-phantomjs": "4.*"
        }
}

*

cmd

D:\software\WebServer\apache\Apache24\htdocs\builder_front>composer require "jonnyw/php-phantomjs:4.*"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)

*

结果

技术分享

*

 产生的文件目录

技术分享

*

技术分享

 

*

htmlbuilder php phantomjs

原文:http://www.cnblogs.com/qingmaple/p/6072525.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!