PHP code example of join / php-common

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

    

join / php-common example snippets


├─src
│  ├─encrypt
│  │      SM4.php               国密4加解密
│  └─utils
│          FFmpeg.php           视频处理
│          JwtAuth.php          jwt授权帮助类
│          Pinyin.php           拼音处理
│          Text.php             文本处理
│          Tree.php             树数据处理