package demo

1.0.1 2022-03-21 07:50 UTC

This package is auto-updated.

Last update: 2024-09-21 13:07:33 UTC


README

composer package demo

安装

$ composer require lwlwilliam/demo

使用

<?php
// index.php

include 'vendor/autoload.php';

$ins = new Demo\Hello();
$ins->world();

执行

$ php index.php
Hello world