package demo

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Details

gitee.com/lwlwilliam/demo

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/lwlwilliam/demo

1.0.1 2022-03-21 07:50 UTC

This package is auto-updated.

Last update: 2025-08-21 15:12:26 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