实例介绍
基于微信小程序的在线教学系统,具有签到、选课、答题等功能以及教师对应的功能
【实例截图】
【核心代码】
code
└── code
└── 2
├── README.md
├── cAuth.sql
├── client
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── config.js
│ ├── image
│ │ ├── 15.png
│ │ ├── 3.png
│ │ ├── finger.png
│ │ ├── index1.jpg
│ │ ├── index2.jpg
│ │ ├── index3.jpg
│ │ ├── index4.jpg
│ │ ├── index5.jpg
│ │ ├── index6.jpg
│ │ ├── index7.jpg
│ │ ├── index8.jpg
│ │ ├── login.jpg
│ │ ├── map.png
│ │ ├── sign.png
│ │ └── star.png
│ ├── index.wxss
│ ├── libs
│ │ └── qqmap-wx-jssdk.min.js
│ ├── pages
│ │ ├── addCgi
│ │ │ ├── addCgi.js
│ │ │ ├── addCgi.json
│ │ │ ├── addCgi.wxml
│ │ │ ├── addCgi.wxss
│ │ │ └── code.jpg
│ │ ├── assign
│ │ │ ├── assign.js
│ │ │ ├── assign.json
│ │ │ ├── assign.wxml
│ │ │ └── assign.wxss
│ │ ├── checkin
│ │ │ ├── checkin.js
│ │ │ ├── checkin.json
│ │ │ ├── checkin.wxml
│ │ │ └── checkin.wxss
│ │ ├── course
│ │ │ ├── course.js
│ │ │ ├── course.json
│ │ │ ├── course.wxml
│ │ │ └── course.wxss
│ │ ├── download
│ │ │ ├── download.js
│ │ │ ├── download.json
│ │ │ ├── download.wxml
│ │ │ └── download.wxss
│ │ ├── final
│ │ │ ├── final.js
│ │ │ ├── final.json
│ │ │ ├── final.wxml
│ │ │ └── final.wxss
│ │ ├── index
│ │ │ ├── index.js
│ │ │ ├── index.wxml
│ │ │ ├── index.wxss
│ │ │ └── user-unlogin.png
│ │ ├── login
│ │ │ ├── login.js
│ │ │ ├── login.json
│ │ │ ├── login.wxml
│ │ │ └── login.wxss
│ │ ├── open
│ │ │ ├── open.js
│ │ │ ├── open.json
│ │ │ ├── open.wxml
│ │ │ └── open.wxss
│ │ ├── paper
│ │ │ ├── paper.js
│ │ │ ├── paper.json
│ │ │ ├── paper.wxml
│ │ │ └── paper.wxss
│ │ ├── question
│ │ │ ├── question.js
│ │ │ ├── question.json
│ │ │ ├── question.wxml
│ │ │ └── question.wxss
│ │ ├── result
│ │ │ ├── result.js
│ │ │ ├── result.json
│ │ │ ├── result.wxml
│ │ │ └── result.wxss
│ │ ├── score
│ │ │ ├── score.js
│ │ │ ├── score.json
│ │ │ ├── score.wxml
│ │ │ └── score.wxss
│ │ ├── select
│ │ │ ├── select.js
│ │ │ ├── select.json
│ │ │ ├── select.wxml
│ │ │ └── select.wxss
│ │ ├── sign
│ │ │ ├── sign.js
│ │ │ ├── sign.json
│ │ │ ├── sign.wxml
│ │ │ └── sign.wxss
│ │ ├── stuApp
│ │ │ ├── stuApp.js
│ │ │ ├── stuApp.json
│ │ │ ├── stuApp.wxml
│ │ │ └── stuApp.wxss
│ │ ├── stuinfo
│ │ │ ├── stuinfo.js
│ │ │ ├── stuinfo.json
│ │ │ ├── stuinfo.wxml
│ │ │ └── stuinfo.wxss
│ │ ├── stuinfotable
│ │ │ ├── stuinfotable.js
│ │ │ ├── stuinfotable.json
│ │ │ ├── stuinfotable.wxml
│ │ │ └── stuinfotable.wxss
│ │ ├── teacherApp
│ │ │ ├── teacherApp.js
│ │ │ ├── teacherApp.json
│ │ │ ├── teacherApp.wxml
│ │ │ └── teacherApp.wxss
│ │ ├── test
│ │ │ ├── test.js
│ │ │ ├── test.json
│ │ │ ├── test.wxml
│ │ │ └── test.wxss
│ │ ├── upload
│ │ │ ├── upload.js
│ │ │ ├── upload.json
│ │ │ ├── upload.wxml
│ │ │ └── upload.wxss
│ │ └── user
│ │ ├── user.js
│ │ ├── user.json
│ │ ├── user.wxml
│ │ └── user.wxss
│ ├── utils
│ │ ├── event.js
│ │ └── util.js
│ ├── vendor
│ │ └── wafer2-client-sdk
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── index.js
│ │ ├── lib
│ │ │ ├── constants.js
│ │ │ ├── login.js
│ │ │ ├── request.js
│ │ │ ├── session.js
│ │ │ ├── tunnel.js
│ │ │ ├── utils.js
│ │ │ └── wxTunnel.js
│ │ └── package.json
│ └── weui.wxss
├── project.config.json
└── server
├── LICENSE
├── README.md
├── application
│ ├── business
│ │ └── ChatTunnelHandler.php
│ ├── cache
│ │ └── index.html
│ ├── config
│ │ ├── autoload.php
│ │ ├── config.php
│ │ ├── constants.php
│ │ ├── database.php
│ │ ├── doctypes.php
│ │ ├── foreign_chars.php
│ │ ├── hooks.php
│ │ ├── index.html
│ │ ├── memcached.php
│ │ ├── migration.php
│ │ ├── mimes.php
│ │ ├── profiler.php
│ │ ├── routes.php
│ │ ├── smileys.php
│ │ └── user_agents.php
│ ├── controllers
│ │ ├── Assign.php
│ │ ├── Checkin.php
│ │ ├── Course.php
│ │ ├── Download.php
│ │ ├── Finals.php
│ │ ├── Index.php
│ │ ├── Login.php
│ │ ├── Open.php
│ │ ├── Question.php
│ │ ├── Score.php
│ │ ├── Select.php
│ │ ├── Sign.php
│ │ ├── Stuinfo.php
│ │ ├── Test.php
│ │ ├── Tunnel.php
│ │ ├── Upload.php
│ │ ├── User.php
│ │ ├── Weixin.php
│ │ ├── Welcome.php
│ │ └── index.html
│ ├── core
│ │ └── index.html
│ ├── helpers
│ │ ├── general_helper.php
│ │ └── index.html
│ ├── hooks
│ │ └── index.html
│ ├── index.html
│ ├── language
│ │ ├── english
│ │ │ └── index.html
│ │ └── index.html
│ ├── libraries
│ │ └── index.html
│ ├── logs
│ │ └── index.html
│ ├── models
│ │ └── index.html
│ ├── third_party
│ │ └── index.html
│ └── views
│ ├── errors
│ │ ├── cli
│ │ │ ├── error_404.php
│ │ │ ├── error_db.php
│ │ │ ├── error_exception.php
│ │ │ ├── error_general.php
│ │ │ ├── error_php.php
│ │ │ └── index.html
│ │ ├── html
│ │ │ ├── error_404.php
│ │ │ ├── error_db.php
│ │ │ ├── error_exception.php
│ │ │ ├── error_general.php
│ │ │ ├── error_php.php
│ │ │ └── index.html
│ │ └── index.html
│ ├── index.html
│ └── welcome_message.php
├── composer.json
├── composer.lock
├── config.php
├── index.php
├── install_qcloud_sdk.php
├── schoolcms
│ ├── Application
│ │ ├── Admin
│ │ │ ├── Common
│ │ │ │ ├── function.php
│ │ │ │ └── index.html
│ │ │ ├── Conf
│ │ │ │ ├── config.php
│ │ │ │ └── index.html
│ │ │ ├── Controller
│ │ │ │ ├── AdminController.class.php
│ │ │ │ ├── CheckinfoController.class.php
│ │ │ │ ├── ClassinfoController.class.php
│ │ │ │ ├── CommonController.class.php
│ │ │ │ ├── IndexController.class.php
│ │ │ │ ├── PowerController.class.php
│ │ │ │ ├── RoleController.class.php
│ │ │ │ ├── StudentinfoController.class.php
│ │ │ │ ├── SubjectinfoController.class.php
│ │ │ │ ├── TeacherinfoController.class.php
│ │ │ │ └── index.html
│ │ │ ├── Lang
│ │ │ │ ├── zh-cn
│ │ │ │ │ ├── admin.php
│ │ │ │ │ ├── checkinfo.php
│ │ │ │ │ ├── classinfo.php
│ │ │ │ │ ├── power.php
│ │ │ │ │ ├── studentinfo.php
│ │ │ │ │ ├── subjectinfo.php
│ │ │ │ │ └── teacherinfo.php
│ │ │ │ └── zh-cn.php
│ │ │ ├── Model
│ │ │ │ ├── AdminModel.class.php
│ │ │ │ ├── CheckinfoModel.class.php
│ │ │ │ ├── ClassinfoModel.class.php
│ │ │ │ ├── CommonModel.class.php
│ │ │ │ ├── PowerModel.class.php
│ │ │ │ ├── RoleModel.class.php
│ │ │ │ ├── StudentinfoModel.class.php
│ │ │ │ ├── SubjectinfoModel.class.php
│ │ │ │ ├── TeacherinfoModel.class.php
│ │ │ │ └── index.html
│ │ │ ├── View
│ │ │ │ ├── Default
│ │ │ │ │ ├── Admin
│ │ │ │ │ │ ├── Index.html
│ │ │ │ │ │ ├── LoginInfo.html
│ │ │ │ │ │ └── SaveInfo.html
│ │ │ │ │ ├── Checkinfo
│ │ │ │ │ │ └── Index.html
│ │ │ │ │ ├── Classinfo
│ │ │ │ │ │ ├── AddInfo.html
│ │ │ │ │ │ ├── Index.html
│ │ │ │ │ │ └── SaveInfo.html
│ │ │ │ │ ├── Index
│ │ │ │ │ │ └── Index.html
│ │ │ │ │ ├── Lib
│ │ │ │ │ │ ├── ControlNav.html
│ │ │ │ │ │ ├── Enable.html
│ │ │ │ │ │ ├── Gender.html
│ │ │ │ │ │ ├── IsShow.html
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── Power
│ │ │ │ │ │ ├── Index.html
│ │ │ │ │ │ ├── Role.html
│ │ │ │ │ │ └── RoleSaveInfo.html
│ │ │ │ │ ├── Public
│ │ │ │ │ │ ├── Footer.html
│ │ │ │ │ │ ├── Header.html
│ │ │ │ │ │ ├── JumpError.html
│ │ │ │ │ │ ├── JumpSuccess.html
│ │ │ │ │ │ ├── Menu.html
│ │ │ │ │ │ ├── Nav.html
│ │ │ │ │ │ ├── NavBar.html
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── Studentinfo
│ │ │ │ │ │ ├── Index.html
│ │ │ │ │ │ ├── StudentAddInfo.html
│ │ │ │ │ │ └── StudentSaveInfo.html
│ │ │ │ │ ├── Subjectinfo
│ │ │ │ │ │ └── Index.html
│ │ │ │ │ ├── Teacherinfo
│ │ │ │ │ │ ├── Index.html
│ │ │ │ │ │ ├── TeacherAddInfo.html
│ │ │ │ │ │ └── TeacherSaveInfo.html
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── Common
│ │ │ ├── Common
│ │ │ │ ├── function.php
│ │ │ │ └── index.html
│ │ │ ├── Conf
│ │ │ │ ├── config.php
│ │ │ │ ├── debug.php
│ │ │ │ ├── develop.php
│ │ │ │ ├── index.html
│ │ │ │ ├── master.php
│ │ │ │ ├── tags.php
│ │ │ │ └── test.php
│ │ │ ├── Lang
│ │ │ │ └── zh-cn.php
│ │ │ └── index.html
│ │ ├── Home
│ │ │ ├── Common
│ │ │ │ ├── function.php
│ │ │ │ └── index.html
│ │ │ ├── Conf
│ │ │ │ ├── config.php
│ │ │ │ └── index.html
│ │ │ ├── Controller
│ │ │ │ ├── IndexController.class.php
│ │ │ │ └── index.html
│ │ │ ├── Model
│ │ │ │ └── index.html
│ │ │ ├── View
│ │ │ │ ├── Default
│ │ │ │ │ ├── Index
│ │ │ │ │ │ └── Index.html
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── README.md
│ │ ├── Runtime
│ │ │ ├── Cache
│ │ │ │ ├── Admin
│ │ │ │ │ ├── 011c0dd7bedb441352ad4ec9fe3daa9d.php
│ │ │ │ │ ├── 02729e81a5f4d19c3325c5f4d7039b42.php
│ │ │ │ │ ├── 1f169ba71f5dd87b33f5661249140a76.php
│ │ │ │ │ ├── 361ab1378b72b46343e46493059b444f.php
│ │ │ │ │ ├── 43b810b04d80286a3efa7a95ad15200e.php
│ │ │ │ │ ├── 52ac647820403a8e2ffe805e5e245b2d.php
│ │ │ │ │ ├── 5b48355521305634078b63569fba84b9.php
│ │ │ │ │ ├── 614949e7b0a52cd2d1b8fe6b135c9340.php
│ │ │ │ │ ├── 6321a3d82ccf50ee8ad21e3d9dc77da1.php
│ │ │ │ │ ├── 6cb746f716ed79c96556f09ebab13f26.php
│ │ │ │ │ ├── 7401dbdfb476389d7661fa7de97cfc09.php
│ │ │ │ │ ├── 9160adb80ad82d51662316f32ba4f05b.php
│ │ │ │ │ ├── 95050afe2cbfea559b1037f319bfadea.php
│ │ │ │ │ ├── 9d7d066d8550f55a358d8839c5004c2c.php
│ │ │ │ │ ├── a66d10afc24c0134adaa474427284739.php
│ │ │ │ │ ├── c2c2f545bcc30a7e5e1104d1f0b7f9da.php
│ │ │ │ │ ├── cd6c193d5a9cd8306122720e52a64377.php
│ │ │ │ │ └── fe220fa55e0e64d94a217ebc7be2d0f4.php
│ │ │ │ ├── Home
│ │ │ │ │ ├── 20914c0f075f91df3579ffbdf5180b02.php
│ │ │ │ │ ├── 4ff1c5b8284f90a50fd957ef30c3e1de.php
│ │ │ │ │ ├── b078c39660146fadcd953bf4591327d3.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── Index
│ │ │ │ │ ├── 20914c0f075f91df3579ffbdf5180b02.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── ggg
│ │ │ │ │ ├── 20914c0f075f91df3579ffbdf5180b02.php
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── Data
│ │ │ │ └── index.html
│ │ │ ├── Logs
│ │ │ │ ├── Admin
│ │ │ │ │ ├── 16_12_02.log
│ │ │ │ │ ├── 16_12_03.log
│ │ │ │ │ ├── 16_12_04.log
│ │ │ │ │ ├── 16_12_05.log
│ │ │ │ │ ├── 16_12_06.log
│ │ │ │ │ ├── 16_12_07.log
│ │ │ │ │ ├── 16_12_08.log
│ │ │ │ │ ├── 16_12_09.log
│ │ │ │ │ ├── 16_12_10.log
│ │ │ │ │ ├── 16_12_11.log
│ │ │ │ │ ├── 16_12_12.log
│ │ │ │ │ ├── 16_12_13.log
│ │ │ │ │ ├── 16_12_14.log
│ │ │ │ │ ├── 16_12_15.log
│ │ │ │ │ ├── 16_12_16.log
│ │ │ │ │ ├── 16_12_17.log
│ │ │ │ │ ├── 16_12_18.log
│ │ │ │ │ ├── 16_12_19.log
│ │ │ │ │ ├── 16_12_20.log
│ │ │ │ │ ├── 16_12_21.log
│ │ │ │ │ ├── 16_12_22.log
│ │ │ │ │ ├── 16_12_23.log
│ │ │ │ │ ├── 16_12_24.log
│ │ │ │ │ └── 16_12_25.log
│ │ │ │ ├── Common
│ │ │ │ │ ├── 16_12_02.log
│ │ │ │ │ ├── 16_12_03.log
│ │ │ │ │ └── 16_12_05.log
│ │ │ │ ├── Home
│ │ │ │ │ ├── 16_12_01.log
│ │ │ │ │ ├── 16_12_02.log
│ │ │ │ │ ├── 16_12_03.log
│ │ │ │ │ ├── 16_12_05.log
│ │ │ │ │ ├── 16_12_08.log
│ │ │ │ │ ├── 16_12_10.log
│ │ │ │ │ ├── 16_12_11.log
│ │ │ │ │ ├── 16_12_12.log
│ │ │ │ │ ├── 16_12_18.log
│ │ │ │ │ ├── 16_12_19.log
│ │ │ │ │ ├── 16_12_20.log
│ │ │ │ │ ├── 16_12_21.log
│ │ │ │ │ ├── 16_12_22.log
│ │ │ │ │ ├── 16_12_24.log
│ │ │ │ │ └── index.html
│ │ │ │ ├── Index
│ │ │ │ │ ├── 16_12_01.log
│ │ │ │ │ └── index.html
│ │ │ │ ├── ggg
│ │ │ │ │ ├── 16_12_02.log
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── My
│ │ │ │ ├── 56c7f0e51a74222422998ce5ae81724e.php
│ │ │ │ └── c20eb212ee345d442da1ebc308b5680c.php
│ │ │ ├── Temp
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ └── index.html
│ ├── Public
│ │ ├── Admin
│ │ │ ├── Css
│ │ │ │ ├── AccessControl.css
│ │ │ │ ├── Admin.css
│ │ │ │ ├── Common.css
│ │ │ │ ├── Init.css
│ │ │ │ └── Power.css
│ │ │ ├── Images
│ │ │ │ ├── login-bg.jpg
│ │ │ │ ├── login-bg1.jpg
│ │ │ │ └── login-bg2.jpg
│ │ │ └── Js
│ │ │ ├── Admin.js
│ │ │ ├── Init.js
│ │ │ └── Power.js
│ │ ├── Common
│ │ │ ├── Js
│ │ │ │ └── Common.js
│ │ │ └── Lib
│ │ │ ├── assets
│ │ │ │ ├── css
│ │ │ │ │ └── amazeui.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── FontAwesome.otf
│ │ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ │ └── fontawesome-webfont.woff2
│ │ │ │ └── js
│ │ │ │ └── amazeui.min.js
│ │ │ ├── echarts
│ │ │ │ └── echarts.min.js
│ │ │ └── jquery
│ │ │ └── jquery-2.1.0.js
│ │ ├── Home
│ │ └── README.md
│ ├── README.md
│ ├── ThinkPHP
│ │ ├── Common
│ │ │ └── functions.php
│ │ ├── Conf
│ │ │ ├── convention.php
│ │ │ └── debug.php
│ │ ├── LICENSE.txt
│ │ ├── Lang
│ │ │ ├── en-us.php
│ │ │ ├── pt-br.php
│ │ │ ├── zh-cn.php
│ │ │ └── zh-tw.php
│ │ ├── Library
│ │ │ ├── Behavior
│ │ │ │ ├── AgentCheckBehavior.class.php
│ │ │ │ ├── BorisBehavior.class.php
│ │ │ │ ├── BrowserCheckBehavior.class.php
│ │ │ │ ├── BuildLiteBehavior.class.php
│ │ │ │ ├── CheckActionRouteBehavior.class.php
│ │ │ │ ├── CheckLangBehavior.class.php
│ │ │ │ ├── ChromeShowPageTraceBehavior.class.php
│ │ │ │ ├── ContentReplaceBehavior.class.php
│ │ │ │ ├── CronRunBehavior.class.php
│ │ │ │ ├── FireShowPageTraceBehavior.class.php
│ │ │ │ ├── ParseTemplateBehavior.class.php
│ │ │ │ ├── ReadHtmlCacheBehavior.class.php
│ │ │ │ ├── RobotCheckBehavior.class.php
│ │ │ │ ├── ShowPageTraceBehavior.class.php
│ │ │ │ ├── ShowRuntimeBehavior.class.php
│ │ │ │ ├── TokenBuildBehavior.class.php
│ │ │ │ ├── UpgradeNoticeBehavior.class.php
│ │ │ │ └── WriteHtmlCacheBehavior.class.php
│ │ │ ├── My
│ │ │ │ └── Page.class.php
│ │ │ ├── Org
│ │ │ │ ├── Net
│ │ │ │ │ ├── Http.class.php
│ │ │ │ │ └── IpLocation.class.php
│ │ │ │ └── Util
│ │ │ │ ├── ArrayList.class.php
│ │ │ │ ├── CodeSwitch.class.php
│ │ │ │ ├── Date.class.php
│ │ │ │ ├── ExcelToArray.class.php
│ │ │ │ ├── Rbac.class.php
│ │ │ │ ├── Stack.class.php
│ │ │ │ └── String.class.php
│ │ │ ├── Think
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Auth.class.php
│ │ │ │ ├── Behavior.class.php
│ │ │ │ ├── Build.class.php
│ │ │ │ ├── Cache
│ │ │ │ │ └── Driver
│ │ │ │ │ ├── Apachenote.class.php
│ │ │ │ │ ├── Apc.class.php
│ │ │ │ │ ├── Db.class.php
│ │ │ │ │ ├── Eaccelerator.class.php
│ │ │ │ │ ├── File.class.php
│ │ │ │ │ ├── Memcache.class.php
│ │ │ │ │ ├── Memcached.class.php
│ │ │ │ │ ├── Memcachesae.class.php
│ │ │ │ │ ├── Redis.class.php
│ │ │ │ │ ├── Shmop.class.php
│ │ │ │ │ ├── Sqlite.class.php
│ │ │ │ │ ├── Wincache.class.php
│ │ │ │ │ └── Xcache.class.php
│ │ │ │ ├── Cache.class.php
│ │ │ │ ├── Controller
│ │ │ │ │ ├── HproseController.class.php
│ │ │ │ │ ├── JsonRpcController.class.php
│ │ │ │ │ ├── RestController.class.php
│ │ │ │ │ ├── RpcController.class.php
│ │ │ │ │ └── YarController.class.php
│ │ │ │ ├── Controller.class.php
│ │ │ │ ├── Crypt
│ │ │ │ │ └── Driver
│ │ │ │ │ ├── Base64.class.php
│ │ │ │ │ ├── Crypt.class.php
│ │ │ │ │ ├── Des.class.php
│ │ │ │ │ ├── Think.class.php
│ │ │ │ │ └── Xxtea.class.php
│ │ │ │ ├── Crypt.class.php
│ │ │ │ ├── Db
│ │ │ │ │ ├── Driver
│ │ │ │ │ │ ├── Firebird.class.php
│ │ │ │ │ │ ├── Mongo.class.php
│ │ │ │ │ │ ├── Mysql.class.php
│ │ │ │ │ │ ├── Oracle.class.php
│ │ │ │ │ │ ├── Pgsql.class.php
│ │ │ │ │ │ ├── Sqlite.class.php
│ │ │ │ │ │ └── Sqlsrv.class.php
│ │ │ │ │ ├── Driver.class.php
│ │ │ │ │ └── Lite.class.php
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Dispatcher.class.php
│ │ │ │ ├── Exception.class.php
│ │ │ │ ├── Hook.class.php
│ │ │ │ ├── Image
│ │ │ │ │ └── Driver
│ │ │ │ │ ├── GIF.class.php
│ │ │ │ │ ├── Gd.class.php
│ │ │ │ │ └── Imagick.class.php
│ │ │ │ ├── Image.class.php
│ │ │ │ ├── Log
│ │ │ │ │ └── Driver
│ │ │ │ │ ├── File.class.php
│ │ │ │ │ └── Sae.class.php
│ │ │ │ ├── Log.class.php
│ │ │ │ ├── Model
│ │ │ │ │ ├── AdvModel.class.php
│ │ │ │ │ ├── MergeModel.class.php
│ │ │ │ │ ├── MongoModel.class.php
│ │ │ │ │ ├── RelationModel.class.php
│ │ │ │ │ └── ViewModel.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ ├── Page.class.php
│ │ │ │ ├── Route.class.php
│ │ │ │ ├── Session
│ │ │ │ │ └── Driver
│ │ │ │ │ ├── Db.class.php
│ │ │ │ │ ├── Memcache.class.php
│ │ │ │ │ └── Mysqli.class.php
│ │ │ │ ├── Storage
│ │ │ │ │ └── Driver
│ │ │ │ │ ├── File.class.php
│ │ │ │ │ └── Sae.class.php
│ │ │ │ ├── Storage.class.php
│ │ │ │ ├── Template
│ │ │ │ │ ├── Driver
│ │ │ │ │ │ ├── Ease.class.php
│ │ │ │ │ │ ├── Lite.class.php
│ │ │ │ │ │ ├── Mobile.class.php
│ │ │ │ │ │ ├── Smart.class.php
│ │ │ │ │ │ └── Smarty.class.php
│ │ │ │ │ ├── TagLib
│ │ │ │ │ │ ├── Cx.class.php
│ │ │ │ │ │ └── Html.class.php
│ │ │ │ │ └── TagLib.class.php
│ │ │ │ ├── Template.class.php
│ │ │ │ ├── Think.class.php
│ │ │ │ ├── Upload
│ │ │ │ │ └── Driver
│ │ │ │ │ ├── Bcs
│ │ │ │ │ │ ├── bcs.class.php
│ │ │ │ │ │ ├── mimetypes.class.php
│ │ │ │ │ │ └── requestcore.class.php
│ │ │ │ │ ├── Bcs.class.php
│ │ │ │ │ ├── Ftp.class.php
│ │ │ │ │ ├── Local.class.php
│ │ │ │ │ ├── Qiniu
│ │ │ │ │ │ └── QiniuStorage.class.php
│ │ │ │ │ ├── Qiniu.class.php
│ │ │ │ │ ├── Sae.class.php
│ │ │ │ │ └── Upyun.class.php
│ │ │ │ ├── Upload.class.php
│ │ │ │ ├── Verify
│ │ │ │ │ ├── bgs
│ │ │ │ │ │ ├── 1.jpg
│ │ │ │ │ │ ├── 2.jpg
│ │ │ │ │ │ ├── 3.jpg
│ │ │ │ │ │ ├── 4.jpg
│ │ │ │ │ │ ├── 5.jpg
│ │ │ │ │ │ ├── 6.jpg
│ │ │ │ │ │ ├── 7.jpg
│ │ │ │ │ │ └── 8.jpg
│ │ │ │ │ └── ttfs
│ │ │ │ │ ├── 1.ttf
│ │ │ │ │ ├── 2.ttf
│ │ │ │ │ ├── 3.ttf
│ │ │ │ │ ├── 4.ttf
│ │ │ │ │ ├── 5.ttf
│ │ │ │ │ └── 6.ttf
│ │ │ │ ├── Verify.class.php
│ │ │ │ └── View.class.php
│ │ │ └── Vendor
│ │ │ ├── Boris
│ │ │ │ ├── Boris.php
│ │ │ │ ├── CLIOptionsHandler.php
│ │ │ │ ├── ColoredInspector.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── DumpInspector.php
│ │ │ │ ├── EvalWorker.php
│ │ │ │ ├── ExportInspector.php
│ │ │ │ ├── Inspector.php
│ │ │ │ ├── ReadlineClient.php
│ │ │ │ └── ShallowParser.php
│ │ │ ├── EaseTemplate
│ │ │ │ ├── template.core.php
│ │ │ │ └── template.ease.php
│ │ │ ├── Hprose
│ │ │ │ ├── HproseClassManager.php
│ │ │ │ ├── HproseClient.php
│ │ │ │ ├── HproseCommon.php
│ │ │ │ ├── HproseFormatter.php
│ │ │ │ ├── HproseHttpClient.php
│ │ │ │ ├── HproseHttpServer.php
│ │ │ │ ├── HproseIO.php
│ │ │ │ ├── HproseIOStream.php
│ │ │ │ ├── HproseReader.php
│ │ │ │ ├── HproseTags.php
│ │ │ │ └── HproseWriter.php
│ │ │ ├── Library.lnk
│ │ │ ├── PHPExcel
│ │ │ │ ├── PHPExcel
│ │ │ │ │ ├── Autoloader.php
│ │ │ │ │ ├── CachedObjectStorage
│ │ │ │ │ │ ├── APC.php
│ │ │ │ │ │ ├── CacheBase.php
│ │ │ │ │ │ ├── DiscISAM.php
│ │ │ │ │ │ ├── ICache.php
│ │ │ │ │ │ ├── Igbinary.php
│ │ │ │ │ │ ├── Memcache.php
│ │ │ │ │ │ ├── Memory.php
│ │ │ │ │ │ ├── MemoryGZip.php
│ │ │ │ │ │ ├── MemorySerialized.php
│ │ │ │ │ │ ├── PHPTemp.php
│ │ │ │ │ │ ├── SQLite.php
│ │ │ │ │ │ ├── SQLite3.php
│ │ │ │ │ │ └── Wincache.php
│ │ │ │ │ ├── CachedObjectStorageFactory.php
│ │ │ │ │ ├── CalcEngine
│ │ │ │ │ │ ├── CyclicReferenceStack.php
│ │ │ │ │ │ └── Logger.php
│ │ │ │ │ ├── Calculation
│ │ │ │ │ │ ├── Database.php
│ │ │ │ │ │ ├── DateTime.php
│ │ │ │ │ │ ├── Engineering.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── ExceptionHandler.php
│ │ │ │ │ │ ├── Financial.php
│ │ │ │ │ │ ├── FormulaParser.php
│ │ │ │ │ │ ├── FormulaToken.php
│ │ │ │ │ │ ├── Function.php
│ │ │ │ │ │ ├── Functions.php
│ │ │ │ │ │ ├── Logical.php
│ │ │ │ │ │ ├── LookupRef.php
│ │ │ │ │ │ ├── MathTrig.php
│ │ │ │ │ │ ├── Statistical.php
│ │ │ │ │ │ ├── TextData.php
│ │ │ │ │ │ ├── Token
│ │ │ │ │ │ │ └── Stack.php
│ │ │ │ │ │ └── functionlist.txt
│ │ │ │ │ ├── Calculation.php
│ │ │ │ │ ├── Cell
│ │ │ │ │ │ ├── AdvancedValueBinder.php
│ │ │ │ │ │ ├── DataType.php
│ │ │ │ │ │ ├── DataValidation.php
│ │ │ │ │ │ ├── DefaultValueBinder.php
│ │ │ │ │ │ ├── Hyperlink.php
│ │ │ │ │ │ └── IValueBinder.php
│ │ │ │ │ ├── Cell.php
│ │ │ │ │ ├── Chart
│ │ │ │ │ │ ├── Axis.php
│ │ │ │ │ │ ├── DataSeries.php
│ │ │ │ │ │ ├── DataSeriesValues.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── GridLines.php
│ │ │ │ │ │ ├── Layout.php
│ │ │ │ │ │ ├── Legend.php
│ │ │ │ │ │ ├── PlotArea.php
│ │ │ │ │ │ ├── Properties.php
│ │ │ │ │ │ ├── Renderer
│ │ │ │ │ │ │ ├── PHP Charting Libraries.txt
│ │ │ │ │ │ │ └── jpgraph.php
│ │ │ │ │ │ └── Title.php
│ │ │ │ │ ├── Chart.php
│ │ │ │ │ ├── Comment.php
│ │ │ │ │ ├── DocumentProperties.php
│ │ │ │ │ ├── DocumentSecurity.php
│ │ │ │ │ ├── Exception.php
│ │ │ │ │ ├── HashTable.php
│ │ │ │ │ ├── Helper
│ │ │ │ │ │ └── HTML.php
│ │ │ │ │ ├── IComparable.php
│ │ │ │ │ ├── IOFactory.php
│ │ │ │ │ ├── NamedRange.php
│ │ │ │ │ ├── Reader
│ │ │ │ │ │ ├── Abstract.php
│ │ │ │ │ │ ├── CSV.php
│ │ │ │ │ │ ├── DefaultReadFilter.php
│ │ │ │ │ │ ├── Excel2003XML.php
│ │ │ │ │ │ ├── Excel2007
│ │ │ │ │ │ │ ├── Chart.php
│ │ │ │ │ │ │ └── Theme.php
│ │ │ │ │ │ ├── Excel2007.php
│ │ │ │ │ │ ├── Excel5
│ │ │ │ │ │ │ ├── Color
│ │ │ │ │ │ │ │ ├── BIFF5.php
│ │ │ │ │ │ │ │ ├── BIFF8.php
│ │ │ │ │ │ │ │ └── BuiltIn.php
│ │ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ │ ├── ErrorCode.php
│ │ │ │ │ │ │ ├── Escher.php
│ │ │ │ │ │ │ ├── MD5.php
│ │ │ │ │ │ │ ├── RC4.php
│ │ │ │ │ │ │ └── Style
│ │ │ │ │ │ │ ├── Border.php
│ │ │ │ │ │ │ └── FillPattern.php
│ │ │ │ │ │ ├── Excel5.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── Gnumeric.php
│ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ ├── IReadFilter.php
│ │ │ │ │ │ ├── IReader.php
│ │ │ │ │ │ ├── OOCalc.php
│ │ │ │ │ │ └── SYLK.php
│ │ │ │ │ ├── ReferenceHelper.php
│ │ │ │ │ ├── RichText
│ │ │ │ │ │ ├── ITextElement.php
│ │ │ │ │ │ ├── Run.php
│ │ │ │ │ │ └── TextElement.php
│ │ │ │ │ ├── RichText.php
│ │ │ │ │ ├── Settings.php
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── CodePage.php
│ │ │ │ │ │ ├── Date.php
│ │ │ │ │ │ ├── Drawing.php
│ │ │ │ │ │ ├── Escher
│ │ │ │ │ │ │ ├── DgContainer
│ │ │ │ │ │ │ │ ├── SpgrContainer
│ │ │ │ │ │ │ │ │ └── SpContainer.php
│ │ │ │ │ │ │ │ └── SpgrContainer.php
│ │ │ │ │ │ │ ├── DgContainer.php
│ │ │ │ │ │ │ ├── DggContainer
│ │ │ │ │ │ │ │ ├── BstoreContainer
│ │ │ │ │ │ │ │ │ ├── BSE
│ │ │ │ │ │ │ │ │ │ └── Blip.php
│ │ │ │ │ │ │ │ │ └── BSE.php
│ │ │ │ │ │ │ │ └── BstoreContainer.php
│ │ │ │ │ │ │ └── DggContainer.php
│ │ │ │ │ │ ├── Escher.php
│ │ │ │ │ │ ├── Excel5.php
│ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ ├── Font.php
│ │ │ │ │ │ ├── JAMA
│ │ │ │ │ │ │ ├── CHANGELOG.TXT
│ │ │ │ │ │ │ ├── CholeskyDecomposition.php
│ │ │ │ │ │ │ ├── EigenvalueDecomposition.php
│ │ │ │ │ │ │ ├── LUDecomposition.php
│ │ │ │ │ │ │ ├── Matrix.php
│ │ │ │ │ │ │ ├── QRDecomposition.php
│ │ │ │ │ │ │ ├── SingularValueDecomposition.php
│ │ │ │ │ │ │ └── utils
│ │ │ │ │ │ │ ├── Error.php
│ │ │ │ │ │ │ └── Maths.php
│ │ │ │ │ │ ├── OLE
│ │ │ │ │ │ │ ├── ChainedBlockStream.php
│ │ │ │ │ │ │ ├── PPS
│ │ │ │ │ │ │ │ ├── File.php
│ │ │ │ │ │ │ │ └── Root.php
│ │ │ │ │ │ │ └── PPS.php
│ │ │ │ │ │ ├── OLE.php
│ │ │ │ │ │ ├── OLERead.php
│ │ │ │ │ │ ├── PCLZip
│ │ │ │ │ │ │ ├── gnu-lgpl.txt
│ │ │ │ │ │ │ ├── pclzip.lib.php
│ │ │ │ │ │ │ └── readme.txt
│ │ │ │ │ │ ├── PasswordHasher.php
│ │ │ │ │ │ ├── String.php
│ │ │ │ │ │ ├── TimeZone.php
│ │ │ │ │ │ ├── XMLWriter.php
│ │ │ │ │ │ ├── ZipArchive.php
│ │ │ │ │ │ ├── ZipStreamWrapper.php
│ │ │ │ │ │ └── trend
│ │ │ │ │ │ ├── bestFitClass.php
│ │ │ │ │ │ ├── exponentialBestFitClass.php
│ │ │ │ │ │ ├── linearBestFitClass.php
│ │ │ │ │ │ ├── logarithmicBestFitClass.php
│ │ │ │ │ │ ├── polynomialBestFitClass.php
│ │ │ │ │ │ ├── powerBestFitClass.php
│ │ │ │ │ │ └── trendClass.php
│ │ │ │ │ ├── Style
│ │ │ │ │ │ ├── Alignment.php
│ │ │ │ │ │ ├── Border.php
│ │ │ │ │ │ ├── Borders.php
│ │ │ │ │ │ ├── Color.php
│ │ │ │ │ │ ├── Conditional.php
│ │ │ │ │ │ ├── Fill.php
│ │ │ │ │ │ ├── Font.php
│ │ │ │ │ │ ├── NumberFormat.php
│ │ │ │ │ │ ├── Protection.php
│ │ │ │ │ │ └── Supervisor.php
│ │ │ │ │ ├── Style.php
│ │ │ │ │ ├── Worksheet
│ │ │ │ │ │ ├── AutoFilter
│ │ │ │ │ │ │ ├── Column
│ │ │ │ │ │ │ │ └── Rule.php
│ │ │ │ │ │ │ └── Column.php
│ │ │ │ │ │ ├── AutoFilter.php
│ │ │ │ │ │ ├── BaseDrawing.php
│ │ │ │ │ │ ├── CellIterator.php
│ │ │ │ │ │ ├── Column.php
│ │ │ │ │ │ ├── ColumnCellIterator.php
│ │ │ │ │ │ ├── ColumnDimension.php
│ │ │ │ │ │ ├── ColumnIterator.php
│ │ │ │ │ │ ├── Dimension.php
│ │ │ │ │ │ ├── Drawing
│ │ │ │ │ │ │ └── Shadow.php
│ │ │ │ │ │ ├── Drawing.php
│ │ │ │ │ │ ├── HeaderFooter.php
│ │ │ │ │ │ ├── HeaderFooterDrawing.php
│ │ │ │ │ │ ├── MemoryDrawing.php
│ │ │ │ │ │ ├── PageMargins.php
│ │ │ │ │ │ ├── PageSetup.php
│ │ │ │ │ │ ├── Protection.php
│ │ │ │ │ │ ├── Row.php
│ │ │ │ │ │ ├── RowCellIterator.php
│ │ │ │ │ │ ├── RowDimension.php
│ │ │ │ │ │ ├── RowIterator.php
│ │ │ │ │ │ └── SheetView.php
│ │ │ │ │ ├── Worksheet.php
│ │ │ │ │ ├── WorksheetIterator.php
│ │ │ │ │ ├── Writer
│ │ │ │ │ │ ├── Abstract.php
│ │ │ │ │ │ ├── CSV.php
│ │ │ │ │ │ ├── Excel2007
│ │ │ │ │ │ │ ├── Chart.php
│ │ │ │ │ │ │ ├── Comments.php
│ │ │ │ │ │ │ ├── ContentTypes.php
│ │ │ │ │ │ │ ├── DocProps.php
│ │ │ │ │ │ │ ├── Drawing.php
│ │ │ │ │ │ │ ├── Rels.php
│ │ │ │ │ │ │ ├── RelsRibbon.php
│ │ │ │ │ │ │ ├── RelsVBA.php
│ │ │ │ │ │ │ ├── StringTable.php
│ │ │ │ │ │ │ ├── Style.php
│ │ │ │ │ │ │ ├── Theme.php
│ │ │ │ │ │ │ ├── Workbook.php
│ │ │ │ │ │ │ ├── Worksheet.php
│ │ │ │ │ │ │ └── WriterPart.php
│ │ │ │ │ │ ├── Excel2007.php
│ │ │ │ │ │ ├── Excel5
│ │ │ │ │ │ │ ├── BIFFwriter.php
│ │ │ │ │ │ │ ├── Escher.php
│ │ │ │ │ │ │ ├── Font.php
│ │ │ │ │ │ │ ├── Parser.php
│ │ │ │ │ │ │ ├── Workbook.php
│ │ │ │ │ │ │ ├── Worksheet.php
│ │ │ │ │ │ │ └── Xf.php
│ │ │ │ │ │ ├── Excel5.php
│ │ │ │ │ │ ├── Exception.php
│ │ │ │ │ │ ├── HTML.php
│ │ │ │ │ │ ├── IWriter.php
│ │ │ │ │ │ ├── OpenDocument
│ │ │ │ │ │ │ ├── Cell
│ │ │ │ │ │ │ │ └── Comment.php
│ │ │ │ │ │ │ ├── Content.php
│ │ │ │ │ │ │ ├── Meta.php
│ │ │ │ │ │ │ ├── MetaInf.php
│ │ │ │ │ │ │ ├── Mimetype.php
│ │ │ │ │ │ │ ├── Settings.php
│ │ │ │ │ │ │ ├── Styles.php
│ │ │ │ │ │ │ ├── Thumbnails.php
│ │ │ │ │ │ │ └── WriterPart.php
│ │ │ │ │ │ ├── OpenDocument.php
│ │ │ │ │ │ │ ├── Core.php
│ │ │ │ │ │ │ ├── DomPDF.php
│ │ │ │ │ │ │ ├── mPDF.php
│ │ │ │ │ │ │ └── tcPDF.php
│ │ │ │ │ │ └── PDF.php
│ │ │ │ │ └── locale
│ │ │ │ │ ├── bg
│ │ │ │ │ │ └── config
│ │ │ │ │ ├── cs
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── da
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── de
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── en
│ │ │ │ │ │ └── uk
│ │ │ │ │ │ └── config
│ │ │ │ │ ├── es
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── fi
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── fr
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── hu
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── it
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── nl
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── no
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── pl
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── pt
│ │ │ │ │ │ ├── br
│ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ └── functions
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── ru
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ ├── sv
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── functions
│ │ │ │ │ └── tr
│ │ │ │ │ ├── config
│ │ │ │ │ └── functions
│ │ │ │ └── PHPExcel.php
│ │ │ ├── README.txt
│ │ │ ├── SmartTemplate
│ │ │ │ ├── class.smarttemplate.php
│ │ │ │ ├── class.smarttemplatedebugger.php
│ │ │ │ └── class.smarttemplateparser.php
│ │ │ ├── Smarty
│ │ │ │ ├── Smarty.class.php
│ │ │ │ ├── SmartyBC.class.php
│ │ │ │ ├── debug.tpl
│ │ │ │ ├── plugins
│ │ │ │ │ ├── block.textformat.php
│ │ │ │ │ ├── function.counter.php
│ │ │ │ │ ├── function.cycle.php
│ │ │ │ │ ├── function.fetch.php
│ │ │ │ │ ├── function.html_checkboxes.php
│ │ │ │ │ ├── function.html_image.php
│ │ │ │ │ ├── function.html_options.php
│ │ │ │ │ ├── function.html_radios.php
│ │ │ │ │ ├── function.html_select_date.php
│ │ │ │ │ ├── function.html_select_time.php
│ │ │ │ │ ├── function.html_table.php
│ │ │ │ │ ├── function.mailto.php
│ │ │ │ │ ├── function.math.php
│ │ │ │ │ ├── modifier.capitalize.php
│ │ │ │ │ ├── modifier.date_format.php
│ │ │ │ │ ├── modifier.debug_print_var.php
│ │ │ │ │ ├── modifier.escape.php
│ │ │ │ │ ├── modifier.regex_replace.php
│ │ │ │ │ ├── modifier.replace.php
│ │ │ │ │ ├── modifier.spacify.php
│ │ │ │ │ ├── modifier.truncate.php
│ │ │ │ │ ├── modifiercompiler.cat.php
│ │ │ │ │ ├── modifiercompiler.count_characters.php
│ │ │ │ │ ├── modifiercompiler.count_paragraphs.php
│ │ │ │ │ ├── modifiercompiler.count_sentences.php
│ │ │ │ │ ├── modifiercompiler.count_words.php
│ │ │ │ │ ├── modifiercompiler.default.php
│ │ │ │ │ ├── modifiercompiler.escape.php
│ │ │ │ │ ├── modifiercompiler.from_charset.php
│ │ │ │ │ ├── modifiercompiler.indent.php
│ │ │ │ │ ├── modifiercompiler.lower.php
│ │ │ │ │ ├── modifiercompiler.noprint.php
│ │ │ │ │ ├── modifiercompiler.string_format.php
│ │ │ │ │ ├── modifiercompiler.strip.php
│ │ │ │ │ ├── modifiercompiler.strip_tags.php
│ │ │ │ │ ├── modifiercompiler.to_charset.php
│ │ │ │ │ ├── modifiercompiler.unescape.php
│ │ │ │ │ ├── modifiercompiler.upper.php
│ │ │ │ │ ├── modifiercompiler.wordwrap.php
│ │ │ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ │ │ ├── shared.escape_special_chars.php
│ │ │ │ │ ├── shared.literal_compiler_param.php
│ │ │ │ │ ├── shared.make_timestamp.php
│ │ │ │ │ ├── shared.mb_str_replace.php
│ │ │ │ │ ├── shared.mb_unicode.php
│ │ │ │ │ ├── shared.mb_wordwrap.php
│ │ │ │ │ └── variablefilter.htmlspecialchars.php
│ │ │ │ └── sysplugins
│ │ │ │ ├── smarty_cacheresource.php
│ │ │ │ ├── smarty_cacheresource_custom.php
│ │ │ │ ├── smarty_cacheresource_keyvaluestore.php
│ │ │ │ ├── smarty_config_source.php
│ │ │ │ ├── smarty_internal_cacheresource_file.php
│ │ │ │ ├── smarty_internal_compile_append.php
│ │ │ │ ├── smarty_internal_compile_assign.php
│ │ │ │ ├── smarty_internal_compile_block.php
│ │ │ │ ├── smarty_internal_compile_break.php
│ │ │ │ ├── smarty_internal_compile_call.php
│ │ │ │ ├── smarty_internal_compile_capture.php
│ │ │ │ ├── smarty_internal_compile_config_load.php
│ │ │ │ ├── smarty_internal_compile_continue.php
│ │ │ │ ├── smarty_internal_compile_debug.php
│ │ │ │ ├── smarty_internal_compile_eval.php
│ │ │ │ ├── smarty_internal_compile_extends.php
│ │ │ │ ├── smarty_internal_compile_for.php
│ │ │ │ ├── smarty_internal_compile_foreach.php
│ │ │ │ ├── smarty_internal_compile_function.php
│ │ │ │ ├── smarty_internal_compile_if.php
│ │ │ │ ├── smarty_internal_compile_include.php
│ │ │ │ ├── smarty_internal_compile_include_php.php
│ │ │ │ ├── smarty_internal_compile_insert.php
│ │ │ │ ├── smarty_internal_compile_ldelim.php
│ │ │ │ ├── smarty_internal_compile_nocache.php
│ │ │ │ ├── smarty_internal_compile_private_block_plugin.php
│ │ │ │ ├── smarty_internal_compile_private_function_plugin.php
│ │ │ │ ├── smarty_internal_compile_private_modifier.php
│ │ │ │ ├── smarty_internal_compile_private_object_block_function.php
│ │ │ │ ├── smarty_internal_compile_private_object_function.php
│ │ │ │ ├── smarty_internal_compile_private_print_expression.php
│ │ │ │ ├── smarty_internal_compile_private_registered_block.php
│ │ │ │ ├── smarty_internal_compile_private_registered_function.php
│ │ │ │ ├── smarty_internal_compile_private_special_variable.php
│ │ │ │ ├── smarty_internal_compile_rdelim.php
│ │ │ │ ├── smarty_internal_compile_section.php
│ │ │ │ ├── smarty_internal_compile_setfilter.php
│ │ │ │ ├── smarty_internal_compile_while.php
│ │ │ │ ├── smarty_internal_compilebase.php
│ │ │ │ ├── smarty_internal_config.php
│ │ │ │ ├── smarty_internal_config_file_compiler.php
│ │ │ │ ├── smarty_internal_configfilelexer.php
│ │ │ │ ├── smarty_internal_configfileparser.php
│ │ │ │ ├── smarty_internal_data.php
│ │ │ │ ├── smarty_internal_debug.php
│ │ │ │ ├── smarty_internal_filter_handler.php
│ │ │ │ ├── smarty_internal_function_call_handler.php
│ │ │ │ ├── smarty_internal_get_include_path.php
│ │ │ │ ├── smarty_internal_nocache_insert.php
│ │ │ │ ├── smarty_internal_parsetree.php
│ │ │ │ ├── smarty_internal_resource_eval.php
│ │ │ │ ├── smarty_internal_resource_extends.php
│ │ │ │ ├── smarty_internal_resource_file.php
│ │ │ │ ├── smarty_internal_resource_php.php
│ │ │ │ ├── smarty_internal_resource_registered.php
│ │ │ │ ├── smarty_internal_resource_stream.php
│ │ │ │ ├── smarty_internal_resource_string.php
│ │ │ │ ├── smarty_internal_smartytemplatecompiler.php
│ │ │ │ ├── smarty_internal_template.php
│ │ │ │ ├── smarty_internal_templatebase.php
│ │ │ │ ├── smarty_internal_templatecompilerbase.php
│ │ │ │ ├── smarty_internal_templatelexer.php
│ │ │ │ ├── smarty_internal_templateparser.php
│ │ │ │ ├── smarty_internal_utility.php
│ │ │ │ ├── smarty_internal_write_file.php
│ │ │ │ ├── smarty_resource.php
│ │ │ │ ├── smarty_resource_custom.php
│ │ │ │ ├── smarty_resource_recompiled.php
│ │ │ │ ├── smarty_resource_uncompiled.php
│ │ │ │ └── smarty_security.php
│ │ │ ├── TemplateLite
│ │ │ │ ├── class.compiler.php
│ │ │ │ ├── class.config.php
│ │ │ │ ├── class.template.php
│ │ │ │ └── internal
│ │ │ │ ├── compile.compile_config.php
│ │ │ │ ├── compile.compile_custom_block.php
│ │ │ │ ├── compile.compile_custom_function.php
│ │ │ │ ├── compile.compile_if.php
│ │ │ │ ├── compile.generate_compiler_debug_output.php
│ │ │ │ ├── compile.include.php
│ │ │ │ ├── compile.parse_is_expr.php
│ │ │ │ ├── compile.section_start.php
│ │ │ │ ├── debug.tpl
│ │ │ │ ├── template.build_dir.php
│ │ │ │ ├── template.config_loader.php
│ │ │ │ ├── template.destroy_dir.php
│ │ │ │ ├── template.fetch_compile_include.php
│ │ │ │ └── template.generate_debug_output.php
│ │ │ ├── jsonRPC
│ │ │ │ ├── jsonRPCClient.php
│ │ │ │ └── jsonRPCServer.php
│ │ │ ├── phpRPC
│ │ │ │ ├── bigint.php
│ │ │ │ ├── compat.php
│ │ │ │ ├── dhparams
│ │ │ │ │ ├── 1024.dhp
│ │ │ │ │ ├── 128.dhp
│ │ │ │ │ ├── 1536.dhp
│ │ │ │ │ ├── 160.dhp
│ │ │ │ │ ├── 192.dhp
│ │ │ │ │ ├── 2048.dhp
│ │ │ │ │ ├── 256.dhp
│ │ │ │ │ ├── 3072.dhp
│ │ │ │ │ ├── 4096.dhp
│ │ │ │ │ ├── 512.dhp
│ │ │ │ │ ├── 768.dhp
│ │ │ │ │ └── 96.dhp
│ │ │ │ ├── dhparams.php
│ │ │ │ ├── pecl
│ │ │ │ │ └── xxtea
│ │ │ │ │ ├── CREDITS
│ │ │ │ │ ├── INSTALL
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── README
│ │ │ │ │ ├── config.m4
│ │ │ │ │ ├── config.w32
│ │ │ │ │ ├── php_xxtea.c
│ │ │ │ │ ├── php_xxtea.dsp
│ │ │ │ │ ├── php_xxtea.h
│ │ │ │ │ ├── php_xxtea.sln
│ │ │ │ │ ├── php_xxtea.vcproj
│ │ │ │ │ ├── test
│ │ │ │ │ │ └── test.php
│ │ │ │ │ ├── xxtea.c
│ │ │ │ │ └── xxtea.h
│ │ │ │ ├── phprpc_client.php
│ │ │ │ ├── phprpc_date.php
│ │ │ │ ├── phprpc_server.php
│ │ │ │ └── xxtea.php
│ │ │ └── spyc
│ │ │ ├── COPYING
│ │ │ ├── README.md
│ │ │ ├── Spyc.php
│ │ │ ├── composer.json
│ │ │ ├── examples
│ │ │ │ ├── yaml-dump.php
│ │ │ │ └── yaml-load.php
│ │ │ ├── php4
│ │ │ │ ├── 5to4.php
│ │ │ │ ├── spyc.php4
│ │ │ │ └── test.php4
│ │ │ ├── spyc.yaml
│ │ │ └── tests
│ │ │ ├── DumpTest.php
│ │ │ ├── IndentTest.php
│ │ │ ├── ParseTest.php
│ │ │ ├── RoundTripTest.php
│ │ │ ├── comments.yaml
│ │ │ ├── failing1.yaml
│ │ │ ├── indent_1.yaml
│ │ │ └── quotes.yaml
│ │ ├── Mode
│ │ │ ├── Api
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Controller.class.php
│ │ │ │ ├── Dispatcher.class.php
│ │ │ │ └── functions.php
│ │ │ ├── Lite
│ │ │ │ ├── App.class.php
│ │ │ │ ├── Controller.class.php
│ │ │ │ ├── Dispatcher.class.php
│ │ │ │ ├── Model.class.php
│ │ │ │ ├── View.class.php
│ │ │ │ ├── convention.php
│ │ │ │ └── functions.php
│ │ │ ├── Sae
│ │ │ │ └── convention.php
│ │ │ ├── api.php
│ │ │ ├── common.php
│ │ │ ├── lite.php
│ │ │ └── sae.php
│ │ ├── ThinkPHP.php
│ │ ├── Tpl
│ │ │ ├── dispatch_jump.tpl
│ │ │ ├── page_trace.tpl
│ │ │ └── think_exception.tpl
│ │ └── logo.png
│ ├── admin.php
│ ├── composer.json
│ ├── core.php
│ ├── index.php
│ └── schoolcms.sql
├── system
│ ├── core
│ │ ├── Benchmark.php
│ │ ├── CodeIgniter.php
│ │ ├── Common.php
│ │ ├── Config.php
│ │ ├── Controller.php
│ │ ├── Exceptions.php
│ │ ├── Hooks.php
│ │ ├── Input.php
│ │ ├── Lang.php
│ │ ├── Loader.php
│ │ ├── Log.php
│ │ ├── Model.php
│ │ ├── Output.php
│ │ ├── Router.php
│ │ ├── Security.php
│ │ ├── URI.php
│ │ ├── Utf8.php
│ │ ├── compat
│ │ │ ├── hash.php
│ │ │ ├── index.html
│ │ │ ├── mbstring.php
│ │ │ ├── password.php
│ │ │ └── standard.php
│ │ └── index.html
│ ├── database
│ │ ├── DB.php
│ │ ├── DB_cache.php
│ │ ├── DB_driver.php
│ │ ├── DB_forge.php
│ │ ├── DB_query_builder.php
│ │ ├── DB_result.php
│ │ ├── DB_utility.php
│ │ ├── drivers
│ │ │ ├── cubrid
│ │ │ │ ├── cubrid_driver.php
│ │ │ │ ├── cubrid_forge.php
│ │ │ │ ├── cubrid_result.php
│ │ │ │ ├── cubrid_utility.php
│ │ │ │ └── index.html
│ │ │ ├── ibase
│ │ │ │ ├── ibase_driver.php
│ │ │ │ ├── ibase_forge.php
│ │ │ │ ├── ibase_result.php
│ │ │ │ ├── ibase_utility.php
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── mssql
│ │ │ │ ├── index.html
│ │ │ │ ├── mssql_driver.php
│ │ │ │ ├── mssql_forge.php
│ │ │ │ ├── mssql_result.php
│ │ │ │ └── mssql_utility.php
│ │ │ ├── mysql
│ │ │ │ ├── index.html
│ │ │ │ ├── mysql_driver.php
│ │ │ │ ├── mysql_forge.php
│ │ │ │ ├── mysql_result.php
│ │ │ │ └── mysql_utility.php
│ │ │ ├── mysqli
│ │ │ │ ├── index.html
│ │ │ │ ├── mysqli_driver.php
│ │ │ │ ├── mysqli_forge.php
│ │ │ │ ├── mysqli_result.php
│ │ │ │ └── mysqli_utility.php
│ │ │ ├── oci8
│ │ │ │ ├── index.html
│ │ │ │ ├── oci8_driver.php
│ │ │ │ ├── oci8_forge.php
│ │ │ │ ├── oci8_result.php
│ │ │ │ └── oci8_utility.php
│ │ │ ├── odbc
│ │ │ │ ├── index.html
│ │ │ │ ├── odbc_driver.php
│ │ │ │ ├── odbc_forge.php
│ │ │ │ ├── odbc_result.php
│ │ │ │ └── odbc_utility.php
│ │ │ ├── pdo
│ │ │ │ ├── index.html
│ │ │ │ ├── pdo_driver.php
│ │ │ │ ├── pdo_forge.php
│ │ │ │ ├── pdo_result.php
│ │ │ │ ├── pdo_utility.php
│ │ │ │ └── subdrivers
│ │ │ │ ├── index.html
│ │ │ │ ├── pdo_4d_driver.php
│ │ │ │ ├── pdo_4d_forge.php
│ │ │ │ ├── pdo_cubrid_driver.php
│ │ │ │ ├── pdo_cubrid_forge.php
│ │ │ │ ├── pdo_dblib_driver.php
│ │ │ │ ├── pdo_dblib_forge.php
│ │ │ │ ├── pdo_firebird_driver.php
│ │ │ │ ├── pdo_firebird_forge.php
│ │ │ │ ├── pdo_ibm_driver.php
│ │ │ │ ├── pdo_ibm_forge.php
│ │ │ │ ├── pdo_informix_driver.php
│ │ │ │ ├── pdo_informix_forge.php
│ │ │ │ ├── pdo_mysql_driver.php
│ │ │ │ ├── pdo_mysql_forge.php
│ │ │ │ ├── pdo_oci_driver.php
│ │ │ │ ├── pdo_oci_forge.php
│ │ │ │ ├── pdo_odbc_driver.php
│ │ │ │ ├── pdo_odbc_forge.php
│ │ │ │ ├── pdo_pgsql_driver.php
│ │ │ │ ├── pdo_pgsql_forge.php
│ │ │ │ ├── pdo_sqlite_driver.php
│ │ │ │ ├── pdo_sqlite_forge.php
│ │ │ │ ├── pdo_sqlsrv_driver.php
│ │ │ │ └── pdo_sqlsrv_forge.php
│ │ │ ├── postgre
│ │ │ │ ├── index.html
│ │ │ │ ├── postgre_driver.php
│ │ │ │ ├── postgre_forge.php
│ │ │ │ ├── postgre_result.php
│ │ │ │ └── postgre_utility.php
│ │ │ ├── sqlite
│ │ │ │ ├── index.html
│ │ │ │ ├── sqlite_driver.php
│ │ │ │ ├── sqlite_forge.php
│ │ │ │ ├── sqlite_result.php
│ │ │ │ └── sqlite_utility.php
│ │ │ ├── sqlite3
│ │ │ │ ├── index.html
│ │ │ │ ├── sqlite3_driver.php
│ │ │ │ ├── sqlite3_forge.php
│ │ │ │ ├── sqlite3_result.php
│ │ │ │ └── sqlite3_utility.php
│ │ │ └── sqlsrv
│ │ │ ├── index.html
│ │ │ ├── sqlsrv_driver.php
│ │ │ ├── sqlsrv_forge.php
│ │ │ ├── sqlsrv_result.php
│ │ │ └── sqlsrv_utility.php
│ │ └── index.html
│ ├── fonts
│ │ ├── index.html
│ │ └── texb.ttf
│ ├── helpers
│ │ ├── array_helper.php
│ │ ├── captcha_helper.php
│ │ ├── cookie_helper.php
│ │ ├── date_helper.php
│ │ ├── directory_helper.php
│ │ ├── download_helper.php
│ │ ├── email_helper.php
│ │ ├── file_helper.php
│ │ ├── form_helper.php
│ │ ├── html_helper.php
│ │ ├── index.html
│ │ ├── inflector_helper.php
│ │ ├── language_helper.php
│ │ ├── number_helper.php
│ │ ├── path_helper.php
│ │ ├── security_helper.php
│ │ ├── smiley_helper.php
│ │ ├── string_helper.php
│ │ ├── text_helper.php
│ │ ├── typography_helper.php
│ │ ├── url_helper.php
│ │ └── xml_helper.php
│ ├── index.html
│ ├── language
│ │ ├── english
│ │ │ ├── calendar_lang.php
│ │ │ ├── date_lang.php
│ │ │ ├── db_lang.php
│ │ │ ├── email_lang.php
│ │ │ ├── form_validation_lang.php
│ │ │ ├── ftp_lang.php
│ │ │ ├── imglib_lang.php
│ │ │ ├── index.html
│ │ │ ├── migration_lang.php
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── profiler_lang.php
│ │ │ ├── unit_test_lang.php
│ │ │ └── upload_lang.php
│ │ └── index.html
│ └── libraries
│ ├── Cache
│ │ ├── Cache.php
│ │ ├── drivers
│ │ │ ├── Cache_apc.php
│ │ │ ├── Cache_dummy.php
│ │ │ ├── Cache_file.php
│ │ │ ├── Cache_memcached.php
│ │ │ ├── Cache_redis.php
│ │ │ ├── Cache_wincache.php
│ │ │ └── index.html
│ │ └── index.html
│ ├── Calendar.php
│ ├── Cart.php
│ ├── Driver.php
│ ├── Email.php
│ ├── Encrypt.php
│ ├── Encryption.php
│ ├── Form_validation.php
│ ├── Ftp.php
│ ├── Image_lib.php
│ ├── Javascript
│ │ ├── Jquery.php
│ │ └── index.html
│ ├── Javascript.php
│ ├── Migration.php
│ ├── Pagination.php
│ ├── Parser.php
│ ├── Profiler.php
│ ├── Session
│ │ ├── Session.php
│ │ ├── SessionHandlerInterface.php
│ │ ├── Session_driver.php
│ │ ├── drivers
│ │ │ ├── Session_database_driver.php
│ │ │ ├── Session_files_driver.php
│ │ │ ├── Session_memcached_driver.php
│ │ │ ├── Session_redis_driver.php
│ │ │ └── index.html
│ │ └── index.html
│ ├── Table.php
│ ├── Trackback.php
│ ├── Typography.php
│ ├── Unit_test.php
│ ├── Upload.php
│ ├── User_agent.php
│ ├── Xmlrpc.php
│ ├── Xmlrpcs.php
│ ├── Zip.php
│ └── index.html
└── vendor
├── autoload.php
├── composer
│ ├── ClassLoader.php
│ ├── LICENSE
│ ├── autoload_classmap.php
│ ├── autoload_namespaces.php
│ ├── autoload_psr4.php
│ ├── autoload_real.php
│ ├── autoload_static.php
│ └── installed.json
├── guzzle
│ └── guzzle
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── README.md
│ ├── UPGRADING.md
│ ├── build.xml
│ ├── composer.json
│ ├── docs
│ │ ├── Makefile
│ │ ├── _downloads
│ │ │ └── guzzle-schema-1.0.json
│ │ ├── _static
│ │ │ ├── guzzle-icon.png
│ │ │ ├── homepage.css
│ │ │ ├── logo.png
│ │ │ ├── prettify.css
│ │ │ └── prettify.js
│ │ ├── _templates
│ │ │ ├── index.html
│ │ │ ├── leftbar.html
│ │ │ └── nav_links.html
│ │ ├── batching
│ │ │ └── batching.rst
│ │ ├── conf.py
│ │ ├── docs.rst
│ │ ├── getting-started
│ │ │ ├── faq.rst
│ │ │ ├── installation.rst
│ │ │ └── overview.rst
│ │ ├── http-client
│ │ │ ├── client.rst
│ │ │ ├── entity-bodies.rst
│ │ │ ├── http-redirects.rst
│ │ │ ├── request.rst
│ │ │ ├── response.rst
│ │ │ └── uri-templates.rst
│ │ ├── index.rst
│ │ ├── iterators
│ │ │ ├── guzzle-iterators.rst
│ │ │ └── resource-iterators.rst
│ │ ├── plugins
│ │ │ ├── async-plugin.rst
│ │ │ ├── backoff-plugin.rst
│ │ │ ├── cache-plugin.rst
│ │ │ ├── cookie-plugin.rst
│ │ │ ├── creating-plugins.rst
│ │ │ ├── curl-auth-plugin.rst
│ │ │ ├── history-plugin.rst
│ │ │ ├── log-plugin.rst
│ │ │ ├── md5-validator-plugin.rst
│ │ │ ├── mock-plugin.rst
│ │ │ ├── oauth-plugin.rst
│ │ │ ├── plugins-list.rst.inc
│ │ │ └── plugins-overview.rst
│ │ ├── requirements.txt
│ │ ├── testing
│ │ │ └── unit-testing.rst
│ │ └── webservice-client
│ │ ├── guzzle-service-descriptions.rst
│ │ ├── using-the-service-builder.rst
│ │ └── webservice-client.rst
│ ├── phar-stub.php
│ ├── phing
│ │ ├── build.properties.dist
│ │ ├── imports
│ │ │ ├── dependencies.xml
│ │ │ └── deploy.xml
│ │ └── tasks
│ │ ├── ComposerLintTask.php
│ │ ├── GuzzlePearPharPackageTask.php
│ │ └── GuzzleSubSplitTask.php
│ ├── phpunit.xml.dist
│ ├── src
│ │ └── Guzzle
│ │ ├── Batch
│ │ │ ├── AbstractBatchDecorator.php
│ │ │ ├── Batch.php
│ │ │ ├── BatchBuilder.php
│ │ │ ├── BatchClosureDivisor.php
│ │ │ ├── BatchClosureTransfer.php
│ │ │ ├── BatchCommandTransfer.php
│ │ │ ├── BatchDivisorInterface.php
│ │ │ ├── BatchInterface.php
│ │ │ ├── BatchRequestTransfer.php
│ │ │ ├── BatchSizeDivisor.php
│ │ │ ├── BatchTransferInterface.php
│ │ │ ├── Exception
│ │ │ │ └── BatchTransferException.php
│ │ │ ├── ExceptionBufferingBatch.php
│ │ │ ├── FlushingBatch.php
│ │ │ ├── HistoryBatch.php
│ │ │ ├── NotifyingBatch.php
│ │ │ └── composer.json
│ │ ├── Cache
│ │ │ ├── AbstractCacheAdapter.php
│ │ │ ├── CacheAdapterFactory.php
│ │ │ ├── CacheAdapterInterface.php
│ │ │ ├── ClosureCacheAdapter.php
│ │ │ ├── DoctrineCacheAdapter.php
│ │ │ ├── NullCacheAdapter.php
│ │ │ ├── Zf1CacheAdapter.php
│ │ │ ├── Zf2CacheAdapter.php
│ │ │ └── composer.json
│ │ ├── Common
│ │ │ ├── AbstractHasDispatcher.php
│ │ │ ├── Collection.php
│ │ │ ├── Event.php
│ │ │ ├── Exception
│ │ │ │ ├── BadMethodCallException.php
│ │ │ │ ├── ExceptionCollection.php
│ │ │ │ ├── GuzzleException.php
│ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ ├── RuntimeException.php
│ │ │ │ └── UnexpectedValueException.php
│ │ │ ├── FromConfigInterface.php
│ │ │ ├── HasDispatcherInterface.php
│ │ │ ├── ToArrayInterface.php
│ │ │ ├── Version.php
│ │ │ └── composer.json
│ │ ├── Http
│ │ │ ├── AbstractEntityBodyDecorator.php
│ │ │ ├── CachingEntityBody.php
│ │ │ ├── Client.php
│ │ │ ├── ClientInterface.php
│ │ │ ├── Curl
│ │ │ │ ├── CurlHandle.php
│ │ │ │ ├── CurlMulti.php
│ │ │ │ ├── CurlMultiInterface.php
│ │ │ │ ├── CurlMultiProxy.php
│ │ │ │ ├── CurlVersion.php
│ │ │ │ └── RequestMediator.php
│ │ │ ├── EntityBody.php
│ │ │ ├── EntityBodyInterface.php
│ │ │ ├── Exception
│ │ │ │ ├── BadResponseException.php
│ │ │ │ ├── ClientErrorResponseException.php
│ │ │ │ ├── CouldNotRewindStreamException.php
│ │ │ │ ├── CurlException.php
│ │ │ │ ├── HttpException.php
│ │ │ │ ├── MultiTransferException.php
│ │ │ │ ├── RequestException.php
│ │ │ │ ├── ServerErrorResponseException.php
│ │ │ │ └── TooManyRedirectsException.php
│ │ │ ├── IoEmittingEntityBody.php
│ │ │ ├── Message
│ │ │ │ ├── AbstractMessage.php
│ │ │ │ ├── EntityEnclosingRequest.php
│ │ │ │ ├── EntityEnclosingRequestInterface.php
│ │ │ │ ├── Header
│ │ │ │ │ ├── CacheControl.php
│ │ │ │ │ ├── HeaderCollection.php
│ │ │ │ │ ├── HeaderFactory.php
│ │ │ │ │ ├── HeaderFactoryInterface.php
│ │ │ │ │ ├── HeaderInterface.php
│ │ │ │ │ └── Link.php
│ │ │ │ ├── Header.php
│ │ │ │ ├── MessageInterface.php
│ │ │ │ ├── PostFile.php
│ │ │ │ ├── PostFileInterface.php
│ │ │ │ ├── Request.php
│ │ │ │ ├── RequestFactory.php
│ │ │ │ ├── RequestFactoryInterface.php
│ │ │ │ ├── RequestInterface.php
│ │ │ │ └── Response.php
│ │ │ ├── Mimetypes.php
│ │ │ ├── QueryAggregator
│ │ │ │ ├── CommaAggregator.php
│ │ │ │ ├── DuplicateAggregator.php
│ │ │ │ ├── PhpAggregator.php
│ │ │ │ └── QueryAggregatorInterface.php
│ │ │ ├── QueryString.php
│ │ │ ├── ReadLimitEntityBody.php
│ │ │ ├── RedirectPlugin.php
│ │ │ ├── Resources
│ │ │ │ └── cacert.pem
│ │ │ ├── StaticClient.php
│ │ │ ├── Url.php
│ │ │ └── composer.json
│ │ ├── Inflection
│ │ │ ├── Inflector.php
│ │ │ ├── InflectorInterface.php
│ │ │ ├── MemoizingInflector.php
│ │ │ ├── PreComputedInflector.php
│ │ │ └── composer.json
│ │ ├── Iterator
│ │ │ ├── AppendIterator.php
│ │ │ ├── ChunkedIterator.php
│ │ │ ├── FilterIterator.php
│ │ │ ├── MapIterator.php
│ │ │ ├── MethodProxyIterator.php
│ │ │ ├── README.md
│ │ │ └── composer.json
│ │ ├── Log
│ │ │ ├── AbstractLogAdapter.php
│ │ │ ├── ArrayLogAdapter.php
│ │ │ ├── ClosureLogAdapter.php
│ │ │ ├── LogAdapterInterface.php
│ │ │ ├── MessageFormatter.php
│ │ │ ├── MonologLogAdapter.php
│ │ │ ├── PsrLogAdapter.php
│ │ │ ├── Zf1LogAdapter.php
│ │ │ ├── Zf2LogAdapter.php
│ │ │ └── composer.json
│ │ ├── Parser
│ │ │ ├── Cookie
│ │ │ │ ├── CookieParser.php
│ │ │ │ └── CookieParserInterface.php
│ │ │ ├── Message
│ │ │ │ ├── AbstractMessageParser.php
│ │ │ │ ├── MessageParser.php
│ │ │ │ ├── MessageParserInterface.php
│ │ │ │ └── PeclHttpMessageParser.php
│ │ │ ├── ParserRegistry.php
│ │ │ ├── UriTemplate
│ │ │ │ ├── PeclUriTemplate.php
│ │ │ │ ├── UriTemplate.php
│ │ │ │ └── UriTemplateInterface.php
│ │ │ ├── Url
│ │ │ │ ├── UrlParser.php
│ │ │ │ └── UrlParserInterface.php
│ │ │ └── composer.json
│ │ ├── Plugin
│ │ │ ├── Async
│ │ │ │ ├── AsyncPlugin.php
│ │ │ │ └── composer.json
│ │ │ ├── Backoff
│ │ │ │ ├── AbstractBackoffStrategy.php
│ │ │ │ ├── AbstractErrorCodeBackoffStrategy.php
│ │ │ │ ├── BackoffLogger.php
│ │ │ │ ├── BackoffPlugin.php
│ │ │ │ ├── BackoffStrategyInterface.php
│ │ │ │ ├── CallbackBackoffStrategy.php
│ │ │ │ ├── ConstantBackoffStrategy.php
│ │ │ │ ├── CurlBackoffStrategy.php
│ │ │ │ ├── ExponentialBackoffStrategy.php
│ │ │ │ ├── HttpBackoffStrategy.php
│ │ │ │ ├── LinearBackoffStrategy.php
│ │ │ │ ├── ReasonPhraseBackoffStrategy.php
│ │ │ │ ├── TruncatedBackoffStrategy.php
│ │ │ │ └── composer.json
│ │ │ ├── Cache
│ │ │ │ ├── CacheKeyProviderInterface.php
│ │ │ │ ├── CachePlugin.php
│ │ │ │ ├── CacheStorageInterface.php
│ │ │ │ ├── CallbackCanCacheStrategy.php
│ │ │ │ ├── CanCacheStrategyInterface.php
│ │ │ │ ├── DefaultCacheKeyProvider.php
│ │ │ │ ├── DefaultCacheStorage.php
│ │ │ │ ├── DefaultCanCacheStrategy.php
│ │ │ │ ├── DefaultRevalidation.php
│ │ │ │ ├── DenyRevalidation.php
│ │ │ │ ├── RevalidationInterface.php
│ │ │ │ ├── SkipRevalidation.php
│ │ │ │ └── composer.json
│ │ │ ├── Cookie
│ │ │ │ ├── Cookie.php
│ │ │ │ ├── CookieJar
│ │ │ │ │ ├── ArrayCookieJar.php
│ │ │ │ │ ├── CookieJarInterface.php
│ │ │ │ │ └── FileCookieJar.php
│ │ │ │ ├── CookiePlugin.php
│ │ │ │ ├── Exception
│ │ │ │ │ └── InvalidCookieException.php
│ │ │ │ └── composer.json
│ │ │ ├── CurlAuth
│ │ │ │ ├── CurlAuthPlugin.php
│ │ │ │ └── composer.json
│ │ │ ├── ErrorResponse
│ │ │ │ ├── ErrorResponseExceptionInterface.php
│ │ │ │ ├── ErrorResponsePlugin.php
│ │ │ │ ├── Exception
│ │ │ │ │ └── ErrorResponseException.php
│ │ │ │ └── composer.json
│ │ │ ├── History
│ │ │ │ ├── HistoryPlugin.php
│ │ │ │ └── composer.json
│ │ │ ├── Log
│ │ │ │ ├── LogPlugin.php
│ │ │ │ └── composer.json
│ │ │ ├── Md5
│ │ │ │ ├── CommandContentMd5Plugin.php
│ │ │ │ ├── Md5ValidatorPlugin.php
│ │ │ │ └── composer.json
│ │ │ ├── Mock
│ │ │ │ ├── MockPlugin.php
│ │ │ │ └── composer.json
│ │ │ ├── Oauth
│ │ │ │ ├── OauthPlugin.php
│ │ │ │ └── composer.json
│ │ │ └── composer.json
│ │ ├── Service
│ │ │ ├── AbstractConfigLoader.php
│ │ │ ├── Builder
│ │ │ │ ├── ServiceBuilder.php
│ │ │ │ ├── ServiceBuilderInterface.php
│ │ │ │ └── ServiceBuilderLoader.php
│ │ │ ├── CachingConfigLoader.php
│ │ │ ├── Client.php
│ │ │ ├── ClientInterface.php
│ │ │ ├── Command
│ │ │ │ ├── AbstractCommand.php
│ │ │ │ ├── ClosureCommand.php
│ │ │ │ ├── CommandInterface.php
│ │ │ │ ├── CreateResponseClassEvent.php
│ │ │ │ ├── DefaultRequestSerializer.php
│ │ │ │ ├── DefaultResponseParser.php
│ │ │ │ ├── Factory
│ │ │ │ │ ├── AliasFactory.php
│ │ │ │ │ ├── CompositeFactory.php
│ │ │ │ │ ├── ConcreteClassFactory.php
│ │ │ │ │ ├── FactoryInterface.php
│ │ │ │ │ ├── MapFactory.php
│ │ │ │ │ └── ServiceDescriptionFactory.php
│ │ │ │ ├── LocationVisitor
│ │ │ │ │ ├── Request
│ │ │ │ │ │ ├── AbstractRequestVisitor.php
│ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ ├── PostFieldVisitor.php
│ │ │ │ │ │ ├── PostFileVisitor.php
│ │ │ │ │ │ ├── QueryVisitor.php
│ │ │ │ │ │ ├── RequestVisitorInterface.php
│ │ │ │ │ │ ├── ResponseBodyVisitor.php
│ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ ├── Response
│ │ │ │ │ │ ├── AbstractResponseVisitor.php
│ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ ├── ReasonPhraseVisitor.php
│ │ │ │ │ │ ├── ResponseVisitorInterface.php
│ │ │ │ │ │ ├── StatusCodeVisitor.php
│ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ └── VisitorFlyweight.php
│ │ │ │ ├── OperationCommand.php
│ │ │ │ ├── OperationResponseParser.php
│ │ │ │ ├── RequestSerializerInterface.php
│ │ │ │ ├── ResponseClassInterface.php
│ │ │ │ └── ResponseParserInterface.php
│ │ │ ├── ConfigLoaderInterface.php
│ │ │ ├── Description
│ │ │ │ ├── Operation.php
│ │ │ │ ├── OperationInterface.php
│ │ │ │ ├── Parameter.php
│ │ │ │ ├── SchemaFormatter.php
│ │ │ │ ├── SchemaValidator.php
│ │ │ │ ├── ServiceDescription.php
│ │ │ │ ├── ServiceDescriptionInterface.php
│ │ │ │ ├── ServiceDescriptionLoader.php
│ │ │ │ └── ValidatorInterface.php
│ │ │ ├── Exception
│ │ │ │ ├── CommandException.php
│ │ │ │ ├── CommandTransferException.php
│ │ │ │ ├── DescriptionBuilderException.php
│ │ │ │ ├── InconsistentClientTransferException.php
│ │ │ │ ├── ResponseClassException.php
│ │ │ │ ├── ServiceBuilderException.php
│ │ │ │ ├── ServiceNotFoundException.php
│ │ │ │ └── ValidationException.php
│ │ │ ├── Resource
│ │ │ │ ├── AbstractResourceIteratorFactory.php
│ │ │ │ ├── CompositeResourceIteratorFactory.php
│ │ │ │ ├── MapResourceIteratorFactory.php
│ │ │ │ ├── Model.php
│ │ │ │ ├── ResourceIterator.php
│ │ │ │ ├── ResourceIteratorApplyBatched.php
│ │ │ │ ├── ResourceIteratorClassFactory.php
│ │ │ │ ├── ResourceIteratorFactoryInterface.php
│ │ │ │ └── ResourceIteratorInterface.php
│ │ │ └── composer.json
│ │ └── Stream
│ │ ├── PhpStreamRequestFactory.php
│ │ ├── Stream.php
│ │ ├── StreamInterface.php
│ │ ├── StreamRequestFactoryInterface.php
│ │ └── composer.json
│ └── tests
│ ├── Guzzle
│ │ └── Tests
│ │ ├── Batch
│ │ │ ├── AbstractBatchDecoratorTest.php
│ │ │ ├── BatchBuilderTest.php
│ │ │ ├── BatchClosureDivisorTest.php
│ │ │ ├── BatchClosureTransferTest.php
│ │ │ ├── BatchCommandTransferTest.php
│ │ │ ├── BatchRequestTransferTest.php
│ │ │ ├── BatchSizeDivisorTest.php
│ │ │ ├── BatchTest.php
│ │ │ ├── ExceptionBufferingBatchTest.php
│ │ │ ├── FlushingBatchTest.php
│ │ │ ├── HistoryBatchTest.php
│ │ │ └── NotifyingBatchTest.php
│ │ ├── Cache
│ │ │ ├── CacheAdapterFactoryTest.php
│ │ │ ├── CacheAdapterTest.php
│ │ │ ├── ClosureCacheAdapterTest.php
│ │ │ ├── NullCacheAdapterTest.php
│ │ │ └── Zf2CacheAdapterTest.php
│ │ ├── Common
│ │ │ ├── AbstractHasDispatcherTest.php
│ │ │ ├── CollectionTest.php
│ │ │ ├── EventTest.php
│ │ │ ├── Exception
│ │ │ │ ├── BatchTransferExceptionTest.php
│ │ │ │ └── ExceptionCollectionTest.php
│ │ │ └── VersionTest.php
│ │ ├── GuzzleTestCase.php
│ │ ├── Http
│ │ │ ├── AbstractEntityBodyDecoratorTest.php
│ │ │ ├── CachingEntityBodyTest.php
│ │ │ ├── ClientTest.php
│ │ │ ├── Curl
│ │ │ │ ├── CurlHandleTest.php
│ │ │ │ ├── CurlMultiProxyTest.php
│ │ │ │ ├── CurlMultiTest.php
│ │ │ │ ├── CurlVersionTest.php
│ │ │ │ └── RequestMediatorTest.php
│ │ │ ├── EntityBodyTest.php
│ │ │ ├── Exception
│ │ │ │ ├── CurlExceptionTest.php
│ │ │ │ ├── ExceptionTest.php
│ │ │ │ └── MultiTransferExceptionTest.php
│ │ │ ├── IoEmittingEntityBodyTest.php
│ │ │ ├── Message
│ │ │ │ ├── AbstractMessageTest.php
│ │ │ │ ├── EntityEnclosingRequestTest.php
│ │ │ │ ├── Header
│ │ │ │ │ ├── HeaderFactoryTest.php
│ │ │ │ │ └── LinkTest.php
│ │ │ │ ├── HeaderComparison.php
│ │ │ │ ├── HeaderComparisonTest.php
│ │ │ │ ├── HeaderTest.php
│ │ │ │ ├── PostFileTest.php
│ │ │ │ ├── RequestFactoryTest.php
│ │ │ │ ├── RequestTest.php
│ │ │ │ └── ResponseTest.php
│ │ │ ├── MimetypesTest.php
│ │ │ ├── QueryAggregator
│ │ │ │ ├── CommaAggregatorTest.php
│ │ │ │ ├── DuplicateAggregatorTest.php
│ │ │ │ └── PhpAggregatorTest.php
│ │ │ ├── QueryStringTest.php
│ │ │ ├── ReadLimitEntityBodyTest.php
│ │ │ ├── RedirectPluginTest.php
│ │ │ ├── Server.php
│ │ │ ├── StaticClientTest.php
│ │ │ ├── UrlTest.php
│ │ │ └── server.js
│ │ ├── Inflection
│ │ │ ├── InflectorTest.php
│ │ │ ├── MemoizingInflectorTest.php
│ │ │ └── PreComputedInflectorTest.php
│ │ ├── Iterator
│ │ │ ├── AppendIteratorTest.php
│ │ │ ├── ChunkedIteratorTest.php
│ │ │ ├── FilterIteratorTest.php
│ │ │ ├── MapIteratorTest.php
│ │ │ └── MethodProxyIteratorTest.php
│ │ ├── Log
│ │ │ ├── ArrayLogAdapterTest.php
│ │ │ ├── ClosureLogAdapterTest.php
│ │ │ ├── MessageFormatterTest.php
│ │ │ ├── PsrLogAdapterTest.php
│ │ │ └── Zf2LogAdapterTest.php
│ │ ├── Mock
│ │ │ ├── CustomResponseModel.php
│ │ │ ├── ErrorResponseMock.php
│ │ │ ├── ExceptionMock.php
│ │ │ ├── MockMulti.php
│ │ │ ├── MockObserver.php
│ │ │ └── MockSubject.php
│ │ ├── Parser
│ │ │ ├── Cookie
│ │ │ │ ├── CookieParserProvider.php
│ │ │ │ └── CookieParserTest.php
│ │ │ ├── Message
│ │ │ │ ├── MessageParserProvider.php
│ │ │ │ ├── MessageParserTest.php
│ │ │ │ └── PeclHttpMessageParserTest.php
│ │ │ ├── ParserRegistryTest.php
│ │ │ └── UriTemplate
│ │ │ ├── AbstractUriTemplateTest.php
│ │ │ ├── PeclUriTemplateTest.php
│ │ │ └── UriTemplateTest.php
│ │ ├── Plugin
│ │ │ ├── Async
│ │ │ │ └── AsyncPluginTest.php
│ │ │ ├── Backoff
│ │ │ │ ├── AbstractBackoffStrategyTest.php
│ │ │ │ ├── BackoffLoggerTest.php
│ │ │ │ ├── BackoffPluginTest.php
│ │ │ │ ├── CallbackBackoffStrategyTest.php
│ │ │ │ ├── ConstantBackoffStrategyTest.php
│ │ │ │ ├── CurlBackoffStrategyTest.php
│ │ │ │ ├── ExponentialBackoffStrategyTest.php
│ │ │ │ ├── HttpBackoffStrategyTest.php
│ │ │ │ ├── LinearBackoffStrategyTest.php
│ │ │ │ ├── ReasonPhraseBackoffStrategyTest.php
│ │ │ │ └── TruncatedBackoffStrategyTest.php
│ │ │ ├── Cache
│ │ │ │ ├── CachePluginTest.php
│ │ │ │ ├── CallbackCanCacheStrategyTest.php
│ │ │ │ ├── DefaultCacheStorageTest.php
│ │ │ │ ├── DefaultCanCacheStrategyTest.php
│ │ │ │ ├── DefaultRevalidationTest.php
│ │ │ │ ├── DenyRevalidationTest.php
│ │ │ │ └── SkipRevalidationTest.php
│ │ │ ├── Cookie
│ │ │ │ ├── CookieJar
│ │ │ │ │ ├── ArrayCookieJarTest.php
│ │ │ │ │ └── FileCookieJarTest.php
│ │ │ │ ├── CookiePluginTest.php
│ │ │ │ └── CookieTest.php
│ │ │ ├── CurlAuth
│ │ │ │ └── CurlAuthPluginTest.php
│ │ │ ├── ErrorResponse
│ │ │ │ └── ErrorResponsePluginTest.php
│ │ │ ├── History
│ │ │ │ └── HistoryPluginTest.php
│ │ │ ├── Log
│ │ │ │ └── LogPluginTest.php
│ │ │ ├── Md5
│ │ │ │ ├── CommandContentMd5PluginTest.php
│ │ │ │ └── Md5ValidatorPluginTest.php
│ │ │ ├── Mock
│ │ │ │ └── MockPluginTest.php
│ │ │ └── Oauth
│ │ │ └── OauthPluginTest.php
│ │ ├── Service
│ │ │ ├── AbstractConfigLoaderTest.php
│ │ │ ├── Builder
│ │ │ │ ├── ServiceBuilderLoaderTest.php
│ │ │ │ └── ServiceBuilderTest.php
│ │ │ ├── CachingConfigLoaderTest.php
│ │ │ ├── ClientTest.php
│ │ │ ├── Command
│ │ │ │ ├── AbstractCommandTest.php
│ │ │ │ ├── ClosureCommandTest.php
│ │ │ │ ├── CommandTest.php
│ │ │ │ ├── DefaultRequestSerializerTest.php
│ │ │ │ ├── DefaultResponseParserTest.php
│ │ │ │ ├── Factory
│ │ │ │ │ ├── AliasFactoryTest.php
│ │ │ │ │ ├── CompositeFactoryTest.php
│ │ │ │ │ ├── ConcreteClassFactoryTest.php
│ │ │ │ │ ├── MapFactoryTest.php
│ │ │ │ │ └── ServiceDescriptionFactoryTest.php
│ │ │ │ ├── LocationVisitor
│ │ │ │ │ ├── Request
│ │ │ │ │ │ ├── AbstractVisitorTestCase.php
│ │ │ │ │ │ ├── BodyVisitorTest.php
│ │ │ │ │ │ ├── HeaderVisitorTest.php
│ │ │ │ │ │ ├── JsonVisitorTest.php
│ │ │ │ │ │ ├── PostFieldVisitorTest.php
│ │ │ │ │ │ ├── PostFileVisitorTest.php
│ │ │ │ │ │ ├── QueryVisitorTest.php
│ │ │ │ │ │ ├── ResponseBodyVisitorTest.php
│ │ │ │ │ │ └── XmlVisitorTest.php
│ │ │ │ │ ├── Response
│ │ │ │ │ │ ├── AbstractResponseVisitorTest.php
│ │ │ │ │ │ ├── BodyVisitorTest.php
│ │ │ │ │ │ ├── HeaderVisitorTest.php
│ │ │ │ │ │ ├── JsonVisitorTest.php
│ │ │ │ │ │ ├── ReasonPhraseVisitorTest.php
│ │ │ │ │ │ ├── StatusCodeVisitorTest.php
│ │ │ │ │ │ └── XmlVisitorTest.php
│ │ │ │ │ └── VisitorFlyweightTest.php
│ │ │ │ ├── OperationCommandTest.php
│ │ │ │ └── OperationResponseParserTest.php
│ │ │ ├── Description
│ │ │ │ ├── OperationTest.php
│ │ │ │ ├── ParameterTest.php
│ │ │ │ ├── SchemaFormatterTest.php
│ │ │ │ ├── SchemaValidatorTest.php
│ │ │ │ ├── ServiceDescriptionLoaderTest.php
│ │ │ │ └── ServiceDescriptionTest.php
│ │ │ ├── Exception
│ │ │ │ ├── CommandTransferExceptionTest.php
│ │ │ │ ├── InconsistentClientTransferExceptionTest.php
│ │ │ │ └── ValidationExceptionTest.php
│ │ │ ├── Mock
│ │ │ │ ├── Command
│ │ │ │ │ ├── IterableCommand.php
│ │ │ │ │ ├── MockCommand.php
│ │ │ │ │ ├── OtherCommand.php
│ │ │ │ │ └── Sub
│ │ │ │ │ └── Sub.php
│ │ │ │ ├── MockClient.php
│ │ │ │ └── Model
│ │ │ │ └── MockCommandIterator.php
│ │ │ └── Resource
│ │ │ ├── CompositeResourceIteratorFactoryTest.php
│ │ │ ├── MapResourceIteratorFactoryTest.php
│ │ │ ├── ModelTest.php
│ │ │ ├── ResourceIteratorClassFactoryTest.php
│ │ │ └── ResourceIteratorTest.php
│ │ ├── Stream
│ │ │ ├── PhpStreamRequestFactoryTest.php
│ │ │ └── StreamTest.php
│ │ └── TestData
│ │ ├── FileBody.txt
│ │ ├── description
│ │ │ ├── bar.json
│ │ │ ├── baz.json
│ │ │ ├── foo.json
│ │ │ └── recursive.json
│ │ ├── mock_response
│ │ ├── services
│ │ │ ├── json1.json
│ │ │ ├── json2.json
│ │ │ └── services.json
│ │ ├── test_service.json
│ │ ├── test_service2.json
│ │ └── test_service_3.json
│ └── bootstrap.php
├── qcloud
│ ├── cos-sdk-v5
│ │ ├── README.md
│ │ ├── composer.json
│ │ ├── cos-autoloader-generator.php
│ │ ├── cos-autoloader.php
│ │ ├── phpunit.xml
│ │ ├── sample.php
│ │ └── src
│ │ ├── Guzzle
│ │ │ ├── Batch
│ │ │ │ ├── AbstractBatchDecorator.php
│ │ │ │ ├── Batch.php
│ │ │ │ ├── BatchBuilder.php
│ │ │ │ ├── BatchClosureDivisor.php
│ │ │ │ ├── BatchClosureTransfer.php
│ │ │ │ ├── BatchCommandTransfer.php
│ │ │ │ ├── BatchDivisorInterface.php
│ │ │ │ ├── BatchInterface.php
│ │ │ │ ├── BatchRequestTransfer.php
│ │ │ │ ├── BatchSizeDivisor.php
│ │ │ │ ├── BatchTransferInterface.php
│ │ │ │ ├── Exception
│ │ │ │ │ └── BatchTransferException.php
│ │ │ │ ├── ExceptionBufferingBatch.php
│ │ │ │ ├── FlushingBatch.php
│ │ │ │ ├── HistoryBatch.php
│ │ │ │ ├── NotifyingBatch.php
│ │ │ │ └── composer.json
│ │ │ ├── Cache
│ │ │ │ ├── AbstractCacheAdapter.php
│ │ │ │ ├── CacheAdapterFactory.php
│ │ │ │ ├── CacheAdapterInterface.php
│ │ │ │ ├── ClosureCacheAdapter.php
│ │ │ │ ├── DoctrineCacheAdapter.php
│ │ │ │ ├── NullCacheAdapter.php
│ │ │ │ ├── Zf1CacheAdapter.php
│ │ │ │ ├── Zf2CacheAdapter.php
│ │ │ │ └── composer.json
│ │ │ ├── Common
│ │ │ │ ├── AbstractHasDispatcher.php
│ │ │ │ ├── Collection.php
│ │ │ │ ├── Event.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── BadMethodCallException.php
│ │ │ │ │ ├── ExceptionCollection.php
│ │ │ │ │ ├── GuzzleException.php
│ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ ├── RuntimeException.php
│ │ │ │ │ └── UnexpectedValueException.php
│ │ │ │ ├── FromConfigInterface.php
│ │ │ │ ├── HasDispatcherInterface.php
│ │ │ │ ├── ToArrayInterface.php
│ │ │ │ ├── Version.php
│ │ │ │ └── composer.json
│ │ │ ├── Http
│ │ │ │ ├── AbstractEntityBodyDecorator.php
│ │ │ │ ├── CachingEntityBody.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Curl
│ │ │ │ │ ├── CurlHandle.php
│ │ │ │ │ ├── CurlMulti.php
│ │ │ │ │ ├── CurlMultiInterface.php
│ │ │ │ │ ├── CurlMultiProxy.php
│ │ │ │ │ ├── CurlVersion.php
│ │ │ │ │ └── RequestMediator.php
│ │ │ │ ├── EntityBody.php
│ │ │ │ ├── EntityBodyInterface.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── BadResponseException.php
│ │ │ │ │ ├── ClientErrorResponseException.php
│ │ │ │ │ ├── CouldNotRewindStreamException.php
│ │ │ │ │ ├── CurlException.php
│ │ │ │ │ ├── HttpException.php
│ │ │ │ │ ├── MultiTransferException.php
│ │ │ │ │ ├── RequestException.php
│ │ │ │ │ ├── ServerErrorResponseException.php
│ │ │ │ │ └── TooManyRedirectsException.php
│ │ │ │ ├── IoEmittingEntityBody.php
│ │ │ │ ├── Message
│ │ │ │ │ ├── AbstractMessage.php
│ │ │ │ │ ├── EntityEnclosingRequest.php
│ │ │ │ │ ├── EntityEnclosingRequestInterface.php
│ │ │ │ │ ├── Header
│ │ │ │ │ │ ├── CacheControl.php
│ │ │ │ │ │ ├── HeaderCollection.php
│ │ │ │ │ │ ├── HeaderFactory.php
│ │ │ │ │ │ ├── HeaderFactoryInterface.php
│ │ │ │ │ │ ├── HeaderInterface.php
│ │ │ │ │ │ └── Link.php
│ │ │ │ │ ├── Header.php
│ │ │ │ │ ├── MessageInterface.php
│ │ │ │ │ ├── PostFile.php
│ │ │ │ │ ├── PostFileInterface.php
│ │ │ │ │ ├── Request.php
│ │ │ │ │ ├── RequestFactory.php
│ │ │ │ │ ├── RequestFactoryInterface.php
│ │ │ │ │ ├── RequestInterface.php
│ │ │ │ │ └── Response.php
│ │ │ │ ├── Mimetypes.php
│ │ │ │ ├── QueryAggregator
│ │ │ │ │ ├── CommaAggregator.php
│ │ │ │ │ ├── DuplicateAggregator.php
│ │ │ │ │ ├── PhpAggregator.php
│ │ │ │ │ └── QueryAggregatorInterface.php
│ │ │ │ ├── QueryString.php
│ │ │ │ ├── ReadLimitEntityBody.php
│ │ │ │ ├── RedirectPlugin.php
│ │ │ │ ├── Resources
│ │ │ │ │ └── cacert.pem
│ │ │ │ ├── StaticClient.php
│ │ │ │ ├── Url.php
│ │ │ │ └── composer.json
│ │ │ ├── Inflection
│ │ │ │ ├── Inflector.php
│ │ │ │ ├── InflectorInterface.php
│ │ │ │ ├── MemoizingInflector.php
│ │ │ │ ├── PreComputedInflector.php
│ │ │ │ └── composer.json
│ │ │ ├── Iterator
│ │ │ │ ├── AppendIterator.php
│ │ │ │ ├── ChunkedIterator.php
│ │ │ │ ├── FilterIterator.php
│ │ │ │ ├── MapIterator.php
│ │ │ │ ├── MethodProxyIterator.php
│ │ │ │ ├── README.md
│ │ │ │ └── composer.json
│ │ │ ├── Log
│ │ │ │ ├── AbstractLogAdapter.php
│ │ │ │ ├── ArrayLogAdapter.php
│ │ │ │ ├── ClosureLogAdapter.php
│ │ │ │ ├── LogAdapterInterface.php
│ │ │ │ ├── MessageFormatter.php
│ │ │ │ ├── MonologLogAdapter.php
│ │ │ │ ├── PsrLogAdapter.php
│ │ │ │ ├── Zf1LogAdapter.php
│ │ │ │ ├── Zf2LogAdapter.php
│ │ │ │ └── composer.json
│ │ │ ├── Parser
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── CookieParser.php
│ │ │ │ │ └── CookieParserInterface.php
│ │ │ │ ├── Message
│ │ │ │ │ ├── AbstractMessageParser.php
│ │ │ │ │ ├── MessageParser.php
│ │ │ │ │ ├── MessageParserInterface.php
│ │ │ │ │ └── PeclHttpMessageParser.php
│ │ │ │ ├── ParserRegistry.php
│ │ │ │ ├── UriTemplate
│ │ │ │ │ ├── PeclUriTemplate.php
│ │ │ │ │ ├── UriTemplate.php
│ │ │ │ │ └── UriTemplateInterface.php
│ │ │ │ ├── Url
│ │ │ │ │ ├── UrlParser.php
│ │ │ │ │ └── UrlParserInterface.php
│ │ │ │ └── composer.json
│ │ │ ├── Plugin
│ │ │ │ ├── Async
│ │ │ │ │ ├── AsyncPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Backoff
│ │ │ │ │ ├── AbstractBackoffStrategy.php
│ │ │ │ │ ├── AbstractErrorCodeBackoffStrategy.php
│ │ │ │ │ ├── BackoffLogger.php
│ │ │ │ │ ├── BackoffPlugin.php
│ │ │ │ │ ├── BackoffStrategyInterface.php
│ │ │ │ │ ├── CallbackBackoffStrategy.php
│ │ │ │ │ ├── ConstantBackoffStrategy.php
│ │ │ │ │ ├── CurlBackoffStrategy.php
│ │ │ │ │ ├── ExponentialBackoffStrategy.php
│ │ │ │ │ ├── HttpBackoffStrategy.php
│ │ │ │ │ ├── LinearBackoffStrategy.php
│ │ │ │ │ ├── ReasonPhraseBackoffStrategy.php
│ │ │ │ │ ├── TruncatedBackoffStrategy.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Cache
│ │ │ │ │ ├── CacheKeyProviderInterface.php
│ │ │ │ │ ├── CachePlugin.php
│ │ │ │ │ ├── CacheStorageInterface.php
│ │ │ │ │ ├── CallbackCanCacheStrategy.php
│ │ │ │ │ ├── CanCacheStrategyInterface.php
│ │ │ │ │ ├── DefaultCacheKeyProvider.php
│ │ │ │ │ ├── DefaultCacheStorage.php
│ │ │ │ │ ├── DefaultCanCacheStrategy.php
│ │ │ │ │ ├── DefaultRevalidation.php
│ │ │ │ │ ├── DenyRevalidation.php
│ │ │ │ │ ├── RevalidationInterface.php
│ │ │ │ │ ├── SkipRevalidation.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Cookie
│ │ │ │ │ ├── Cookie.php
│ │ │ │ │ ├── CookieJar
│ │ │ │ │ │ ├── ArrayCookieJar.php
│ │ │ │ │ │ ├── CookieJarInterface.php
│ │ │ │ │ │ └── FileCookieJar.php
│ │ │ │ │ ├── CookiePlugin.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ └── InvalidCookieException.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── CurlAuth
│ │ │ │ │ ├── CurlAuthPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── ErrorResponse
│ │ │ │ │ ├── ErrorResponseExceptionInterface.php
│ │ │ │ │ ├── ErrorResponsePlugin.php
│ │ │ │ │ ├── Exception
│ │ │ │ │ │ └── ErrorResponseException.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── History
│ │ │ │ │ ├── HistoryPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Log
│ │ │ │ │ ├── LogPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Md5
│ │ │ │ │ ├── CommandContentMd5Plugin.php
│ │ │ │ │ ├── Md5ValidatorPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Mock
│ │ │ │ │ ├── MockPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ ├── Oauth
│ │ │ │ │ ├── OauthPlugin.php
│ │ │ │ │ └── composer.json
│ │ │ │ └── composer.json
│ │ │ ├── Service
│ │ │ │ ├── AbstractConfigLoader.php
│ │ │ │ ├── Builder
│ │ │ │ │ ├── ServiceBuilder.php
│ │ │ │ │ ├── ServiceBuilderInterface.php
│ │ │ │ │ └── ServiceBuilderLoader.php
│ │ │ │ ├── CachingConfigLoader.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── Command
│ │ │ │ │ ├── AbstractCommand.php
│ │ │ │ │ ├── ClosureCommand.php
│ │ │ │ │ ├── CommandInterface.php
│ │ │ │ │ ├── CreateResponseClassEvent.php
│ │ │ │ │ ├── DefaultRequestSerializer.php
│ │ │ │ │ ├── DefaultResponseParser.php
│ │ │ │ │ ├── Factory
│ │ │ │ │ │ ├── AliasFactory.php
│ │ │ │ │ │ ├── CompositeFactory.php
│ │ │ │ │ │ ├── ConcreteClassFactory.php
│ │ │ │ │ │ ├── FactoryInterface.php
│ │ │ │ │ │ ├── MapFactory.php
│ │ │ │ │ │ └── ServiceDescriptionFactory.php
│ │ │ │ │ ├── LocationVisitor
│ │ │ │ │ │ ├── Request
│ │ │ │ │ │ │ ├── AbstractRequestVisitor.php
│ │ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ │ ├── PostFieldVisitor.php
│ │ │ │ │ │ │ ├── PostFileVisitor.php
│ │ │ │ │ │ │ ├── QueryVisitor.php
│ │ │ │ │ │ │ ├── RequestVisitorInterface.php
│ │ │ │ │ │ │ ├── ResponseBodyVisitor.php
│ │ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ │ ├── Response
│ │ │ │ │ │ │ ├── AbstractResponseVisitor.php
│ │ │ │ │ │ │ ├── BodyVisitor.php
│ │ │ │ │ │ │ ├── HeaderVisitor.php
│ │ │ │ │ │ │ ├── JsonVisitor.php
│ │ │ │ │ │ │ ├── ReasonPhraseVisitor.php
│ │ │ │ │ │ │ ├── ResponseVisitorInterface.php
│ │ │ │ │ │ │ ├── StatusCodeVisitor.php
│ │ │ │ │ │ │ └── XmlVisitor.php
│ │ │ │ │ │ └── VisitorFlyweight.php
│ │ │ │ │ ├── OperationCommand.php
│ │ │ │ │ ├── OperationResponseParser.php
│ │ │ │ │ ├── RequestSerializerInterface.php
│ │ │ │ │ ├── ResponseClassInterface.php
│ │ │ │ │ └── ResponseParserInterface.php
│ │ │ │ ├── ConfigLoaderInterface.php
│ │ │ │ ├── Description
│ │ │ │ │ ├── Operation.php
│ │ │ │ │ ├── OperationInterface.php
│ │ │ │ │ ├── Parameter.php
│ │ │ │ │ ├── SchemaFormatter.php
│ │ │ │ │ ├── SchemaValidator.php
│ │ │ │ │ ├── ServiceDescription.php
│ │ │ │ │ ├── ServiceDescriptionInterface.php
│ │ │ │ │ ├── ServiceDescriptionLoader.php
│ │ │ │ │ └── ValidatorInterface.php
│ │ │ │ ├── Exception
│ │ │ │ │ ├── CommandException.php
│ │ │ │ │ ├── CommandTransferException.php
│ │ │ │ │ ├── DescriptionBuilderException.php
│ │ │ │ │ ├── InconsistentClientTransferException.php
│ │ │ │ │ ├── ResponseClassException.php
│ │ │ │ │ ├── ServiceBuilderException.php
│ │ │ │ │ ├── ServiceNotFoundException.php
│ │ │ │ │ └── ValidationException.php
│ │ │ │ ├── Resource
│ │ │ │ │ ├── AbstractResourceIteratorFactory.php
│ │ │ │ │ ├── CompositeResourceIteratorFactory.php
│ │ │ │ │ ├── MapResourceIteratorFactory.php
│ │ │ │ │ ├── Model.php
│ │ │ │ │ ├── ResourceIterator.php
│ │ │ │ │ ├── ResourceIteratorApplyBatched.php
│ │ │ │ │ ├── ResourceIteratorClassFactory.php
│ │ │ │ │ ├── ResourceIteratorFactoryInterface.php
│ │ │ │ │ └── ResourceIteratorInterface.php
│ │ │ │ └── composer.json
│ │ │ └── Stream
│ │ │ ├── PhpStreamRequestFactory.php
│ │ │ ├── Stream.php
│ │ │ ├── StreamInterface.php
│ │ │ ├── StreamRequestFactoryInterface.php
│ │ │ └── composer.json
│ │ ├── Qcloud
│ │ │ └── Cos
│ │ │ ├── BucketStyleListener.php
│ │ │ ├── Client.php
│ │ │ ├── Command.php
│ │ │ ├── Exception
│ │ │ │ ├── BucketAlreadyExistsException.php
│ │ │ │ ├── BucketNotEmptyException.php
│ │ │ │ ├── CosException.php
│ │ │ │ ├── CurlException.php
│ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ ├── NoSuchBucketException.php
│ │ │ │ ├── NoSuchKeyException.php
│ │ │ │ ├── NoSuchUploadException.php
│ │ │ │ └── ServiceResponseException.php
│ │ │ ├── ExceptionListener.php
│ │ │ ├── ExceptionParser.php
│ │ │ ├── Md5Listener.php
│ │ │ ├── MultipartUpload.php
│ │ │ ├── Service.php
│ │ │ ├── Signature.php
│ │ │ ├── SignatureListener.php
│ │ │ ├── Tests
│ │ │ │ ├── BucketTest.php
│ │ │ │ ├── ObjectTest.php
│ │ │ │ └── TestHelper.php
│ │ │ ├── TokenListener.php
│ │ │ └── UploadBodyListener.php
│ │ └── Symfony
│ │ └── Component
│ │ └── EventDispatcher
│ │ ├── CHANGELOG.md
│ │ ├── ContainerAwareEventDispatcher.php
│ │ ├── Debug
│ │ │ └── TraceableEventDispatcherInterface.php
│ │ ├── Event.php
│ │ ├── EventDispatcher.php
│ │ ├── EventDispatcherInterface.php
│ │ ├── EventSubscriberInterface.php
│ │ ├── GenericEvent.php
│ │ ├── ImmutableEventDispatcher.php
│ │ ├── LICENSE
│ │ ├── README.md
│ │ ├── Tests
│ │ │ ├── ContainerAwareEventDispatcherTest.php
│ │ │ ├── EventDispatcherTest.php
│ │ │ ├── EventTest.php
│ │ │ ├── GenericEventTest.php
│ │ │ ├── ImmutableEventDispatcherTest.php
│ │ │ └── bootstrap.php
│ │ ├── composer.json
│ │ └── phpunit.xml.dist
│ └── weapp-sdk
│ ├── API.md
│ ├── AutoLoader.php
│ ├── LICENSE
│ ├── README.md
│ ├── composer.json
│ ├── lib
│ │ ├── Auth
│ │ │ ├── AuthAPI.php
│ │ │ └── LoginService.php
│ │ ├── Conf.php
│ │ ├── Constants.php
│ │ ├── Cos
│ │ │ └── CosAPI.php
│ │ ├── Helper
│ │ │ ├── Logger.php
│ │ │ ├── Request.php
│ │ │ └── Util.php
│ │ ├── Model
│ │ │ └── User.php
│ │ ├── Mysql
│ │ │ └── Mysql.php
│ │ └── Tunnel
│ │ ├── ITunnelHandler.php
│ │ ├── Signature.php
│ │ ├── TunnelAPI.php
│ │ └── TunnelService.php
│ ├── phpunit.xml.dist
│ └── tests
│ ├── README.md
│ ├── test-server
│ │ ├── controllers
│ │ │ ├── auth.php
│ │ │ ├── tunnel-get-wsurl.php
│ │ │ └── tunnel-ws-push.php
│ │ ├── helper.php
│ │ └── index.php
│ └── test-suite
│ ├── Auth
│ │ └── LoginServiceTest.php
│ ├── ConfTest.php
│ └── Tunnel
│ └── TunnelServiceTest.php
└── symfony
└── event-dispatcher
├── CHANGELOG.md
├── ContainerAwareEventDispatcher.php
├── Debug
│ ├── TraceableEventDispatcher.php
│ ├── TraceableEventDispatcherInterface.php
│ └── WrappedListener.php
├── DependencyInjection
│ └── RegisterListenersPass.php
├── Event.php
├── EventDispatcher.php
├── EventDispatcherInterface.php
├── EventSubscriberInterface.php
├── GenericEvent.php
├── ImmutableEventDispatcher.php
├── LICENSE
├── README.md
├── Tests
│ ├── AbstractEventDispatcherTest.php
│ ├── ContainerAwareEventDispatcherTest.php
│ ├── Debug
│ │ └── TraceableEventDispatcherTest.php
│ ├── DependencyInjection
│ │ └── RegisterListenersPassTest.php
│ ├── EventDispatcherTest.php
│ ├── EventTest.php
│ ├── GenericEventTest.php
│ └── ImmutableEventDispatcherTest.php
├── composer.json
└── phpunit.xml.dist
462 directories, 2095 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)