PHP code example of yjyer / efs-php-sdk

1. Go to this page and download the library: Download yjyer/efs-php-sdk 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/ */

    

yjyer / efs-php-sdk example snippets




namespace app\test;

use yjyer\EasyFileStorageSDK;

/**
 * 测试类
 */
class Test
{
    /**
     * 测试
     */
    public function test()
    {
       
       

    }
}


shell
# 第一步,先将 example/efsconfig.php 复制到 config目录下