calabashdoll/common-script

this is a common script library

Maintainers

Package info

github.com/calabashdoll/CommonScript

pkg:composer/calabashdoll/common-script

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.2 2017-09-27 06:41 UTC

This package is not auto-updated.

Last update: 2026-03-15 12:20:52 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();