# demo **Repository Path**: lwlwilliam/demo ## Basic Information - **Project Name**: demo - **Description**: composer 包 demo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # composer package demo ## 安装 ```bash $ composer require lwlwilliam/demo ``` ## 使用 ```php world(); ``` ## 执行 ```bash $ php index.php Hello world ```