gitextract_hexs_lgu/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .scrutinizer.yml ├── CHANGELOG.md ├── LICENSE ├── README.md ├── RoboFile.php ├── composer.json ├── doc.md ├── examples/ │ ├── Ai.php │ ├── Async-Process.php │ ├── Pre-Process.php │ ├── README.md │ ├── User-Profile.php │ ├── client-upload/ │ │ ├── Readme.md │ │ ├── index.html │ │ ├── normalize.css │ │ └── policy.php │ ├── list-all-file.php │ └── sample/ │ └── sample.pptx ├── phpunit.xml ├── src/ │ └── Upyun/ │ ├── Api/ │ │ ├── Form.php │ │ ├── Pretreat.php │ │ ├── Rest.php │ │ └── SyncVideo.php │ ├── Config.php │ ├── Signature.php │ ├── Uploader.php │ ├── Upyun.php │ └── Util.php └── tests/ ├── SignatureTest.php ├── UpyunTest.php └── bootstrap.php