PHP code example of hw / lib-php

1. Go to this page and download the library: Download hw/lib-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

hw / lib-php example snippets


lib-php  跟目录
├─log                  日志目录
│  └─Log.php           日志类文件
│
├─src                  src目录
│  ├─Output.php        输出类文件 
│  └─StatusCode.php    状态码与映射归类文件
│
├─composer.json         composer 定义文件
├─README.md             README 文件