27/09
2017
this is a common script library
This is a common script package for php composer beginners tutorial., (*1)
使用 Composer安装:, (*2)
composer require "calabashdool/common-script:~0.1.0"
<?php require_once "vendor/autoload.php"; use Calabash\Calabash; $hello = new Calabash("葫芦王"); echo $hello->calabash();