calabashdoll/common-script

这是一个通用的脚本库

0.2 2017-09-27 06:41 UTC

This package is not auto-updated.

Last update: 2024-09-29 04:31:21 UTC


README

这是一个为 PHP Composer 初学者教程提供的通用脚本包。

安装

使用 Composer 安装

    composer require "calabashdool/common-script:~0.1.0"

用法

<?php
    require_once "vendor/autoload.php";

    use Calabash\Calabash;

    $hello = new Calabash("葫芦王");

    echo $hello->calabash();