calabashdoll/common-script

this is a common script library

0.2 2017-09-27 06:41 UTC

This package is not auto-updated.

Last update: 2025-08-03 09:09:51 UTC


README

This is a common script package for php composer beginners tutorial.

安装

使用 Composer安装:

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

Usage

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

    use Calabash\Calabash;

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

    echo $hello->calabash();