calabashdoll/common-script

this is a common script library

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/calabashdoll/common-script

0.2 2017-09-27 06:41 UTC

This package is not auto-updated.

Last update: 2025-10-12 10:13:10 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();