Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Created December 12, 2018 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MozyOk/70accdbe0cc57e10e7a973d73269384c to your computer and use it in GitHub Desktop.
Save MozyOk/70accdbe0cc57e10e7a973d73269384c to your computer and use it in GitHub Desktop.
Fuel PHP oil createした結果
.
├── CHANGELOG.md
├── CONTRIBUTING.md
├── LICENSE.md
├── README.md
├── TESTING.md
├── composer.json
├── composer.lock
├── composer.phar
├── docs
│   ├── assets
│   │   ├── css
│   │   │   └── combined.css
│   │   ├── fonts
│   │   │   ├── BebasNeue-webfont.eot
│   │   │   ├── BebasNeue-webfont.svg
│   │   │   ├── BebasNeue-webfont.ttf
│   │   │   ├── BebasNeue-webfont.woff
│   │   │   ├── DroidSans-Bold-webfont.eot
│   │   │   ├── DroidSans-Bold-webfont.svg
│   │   │   ├── DroidSans-Bold-webfont.ttf
│   │   │   └── DroidSans-Bold-webfont.woff
│   │   ├── img
│   │   │   ├── clear.gif
│   │   │   ├── fuel.png
│   │   │   ├── h-split.png
│   │   │   ├── handle.png
│   │   │   ├── header-bg.jpg
│   │   │   ├── nestedset.gif
│   │   │   ├── nestedset2.gif
│   │   │   ├── point.png
│   │   │   ├── profiler.png
│   │   │   └── v-split.png
│   │   └── js
│   │   └── combined.js
│   ├── classes
│   │   ├── agent
│   │   │   ├── config.html
│   │   │   └── usage.html
│   │   ├── arr.html
│   │   ├── asset
│   │   │   ├── advanced.html
│   │   │   ├── config.html
│   │   │   └── usage.html
│   │   ├── autoloader.html
│   │   ├── cache
│   │   │   ├── advanced.html
│   │   │   ├── config.html
│   │   │   └── usage.html
│   │   ├── cli.html
│   │   ├── config.html
│   │   ├── cookie.html
│   │   ├── crypt
│   │   │   ├── advanced.html
│   │   │   ├── config.html
│   │   │   └── usage.html
│   │   ├── database
│   │   │   ├── db.html
│   │   │   ├── dbutil.html
│   │   │   ├── introduction.html
│   │   │   ├── qb.html
│   │   │   ├── qb_builder.html
│   │   │   ├── qb_delete.html
│   │   │   ├── qb_insert.html
│   │   │   ├── qb_select.html
│   │   │   ├── qb_update.html
│   │   │   ├── qb_where.html
│   │   │   └── usage.html
│   │   ├── date.html
│   │   ├── debug.html
│   │   ├── event.html
│   │   ├── fieldset
│   │   │   ├── field.html
│   │   │   └── fieldset.html
│   │   ├── file
│   │   │   ├── advanced.html
│   │   │   ├── handlers.html
│   │   │   ├── intro.html
│   │   │   └── usage.html
│   │   ├── finder.html
│   │   ├── form.html
│   │   ├── format.html
│   │   ├── ftp.html
│   │   ├── fuel.html
│   │   ├── html.html
│   │   ├── image.html
│   │   ├── inflector.html
│   │   ├── input.html
│   │   ├── lang.html
│   │   ├── log.html
│   │   ├── markdown.html
│   │   ├── migrate.html
│   │   ├── model_crud
│   │   │   ├── introduction.html
│   │   │   └── methods.html
│   │   ├── module.html
│   │   ├── mongo
│   │   │   ├── introduction.html
│   │   │   └── methods.html
│   │   ├── num.html
│   │   ├── package.html
│   │   ├── pagination.html
│   │   ├── presenter.html
│   │   ├── profiler.html
│   │   ├── redis.html
│   │   ├── request
│   │   │   ├── curl.html
│   │   │   ├── request.html
│   │   │   └── soap.html
│   │   ├── response.html
│   │   ├── router.html
│   │   ├── security.html
│   │   ├── session
│   │   │   ├── advanced.html
│   │   │   ├── config.html
│   │   │   └── usage.html
│   │   ├── str.html
│   │   ├── theme
│   │   │   ├── advanced.html
│   │   │   ├── introduction.html
│   │   │   └── methods.html
│   │   ├── upload
│   │   │   ├── config.html
│   │   │   └── usage.html
│   │   ├── uri.html
│   │   ├── validation
│   │   │   ├── errors.html
│   │   │   ├── methods.html
│   │   │   └── validation.html
│   │   └── view.html
│   ├── composer.json
│   ├── contribute.html
│   ├── credits.html
│   ├── favicon.ico
│   ├── favicon.png
│   ├── general
│   │   ├── classes.html
│   │   ├── coding_standards.html
│   │   ├── configuration.html
│   │   ├── constants.html
│   │   ├── controllers
│   │   │   ├── base.html
│   │   │   ├── hybrid.html
│   │   │   ├── rest.html
│   │   │   └── template.html
│   │   ├── environments.html
│   │   ├── error.html
│   │   ├── extending_core.html
│   │   ├── hmvc.html
│   │   ├── migrations.html
│   │   ├── models.html
│   │   ├── modules.html
│   │   ├── mvc.html
│   │   ├── namespacing.html
│   │   ├── packages.html
│   │   ├── presenters.html
│   │   ├── profiling.html
│   │   ├── routing.html
│   │   ├── security.html
│   │   ├── tasks.html
│   │   ├── unit_testing.html
│   │   ├── viewmodels.html
│   │   └── views.html
│   ├── index.html
│   ├── installation
│   │   ├── download.html
│   │   ├── external.html
│   │   ├── instructions.html
│   │   ├── troubleshooting.html
│   │   └── upgrade.html
│   ├── license.html
│   ├── packages
│   │   ├── auth
│   │   │   ├── drivers.html
│   │   │   ├── examples
│   │   │   │   ├── auth.html
│   │   │   │   └── opauth.html
│   │   │   ├── intro.html
│   │   │   ├── opauth
│   │   │   │   ├── intro.html
│   │   │   │   └── usage.html
│   │   │   ├── ormauth
│   │   │   │   ├── intro.html
│   │   │   │   └── usage.html
│   │   │   ├── simpleauth
│   │   │   │   ├── intro.html
│   │   │   │   └── usage.html
│   │   │   └── types
│   │   │   ├── acl.html
│   │   │   ├── group.html
│   │   │   └── login.html
│   │   ├── email
│   │   │   ├── introduction.html
│   │   │   ├── methods.html
│   │   │   ├── troubleshooting.html
│   │   │   └── usage.html
│   │   ├── oil
│   │   │   ├── console.html
│   │   │   ├── generate.html
│   │   │   ├── intro.html
│   │   │   ├── package.html
│   │   │   ├── refine.html
│   │   │   ├── server.html
│   │   │   └── test.html
│   │   ├── orm
│   │   │   ├── creating_models.html
│   │   │   ├── crud.html
│   │   │   ├── eav.html
│   │   │   ├── intro.html
│   │   │   ├── model
│   │   │   │   ├── nestedset.html
│   │   │   │   ├── soft.html
│   │   │   │   └── temporal.html
│   │   │   ├── observers
│   │   │   │   ├── creating.html
│   │   │   │   ├── included.html
│   │   │   │   └── intro.html
│   │   │   └── relations
│   │   │   ├── belongs_to.html
│   │   │   ├── has_many.html
│   │   │   ├── has_one.html
│   │   │   ├── intro.html
│   │   │   └── many_many.html
│   │   └── parser
│   │   └── intro.html
│   ├── requirements.html
│   ├── templates
│   │   └── index.html
│   ├── toc.html
│   └── vendor
│   ├── htmlawed.html
│   ├── intro.html
│   ├── markdown.html
│   ├── phpquickprofiler.html
│   ├── phpseclib.html
│   └── spyc.html
├── fuel
│   ├── app
│   │   ├── bootstrap.php
│   │   ├── cache
│   │   ├── classes
│   │   │   ├── controller
│   │   │   │   └── welcome.php
│   │   │   ├── model
│   │   │   └── presenter
│   │   │   └── welcome
│   │   │   ├── 404.php
│   │   │   └── hello.php
│   │   ├── config
│   │   │   ├── config.php
│   │   │   ├── db.php
│   │   │   ├── development
│   │   │   │   └── db.php
│   │   │   ├── production
│   │   │   │   └── db.php
│   │   │   ├── routes.php
│   │   │   ├── staging
│   │   │   │   └── db.php
│   │   │   └── test
│   │   │   └── db.php
│   │   ├── lang
│   │   │   └── en
│   │   ├── logs
│   │   ├── migrations
│   │   ├── modules
│   │   ├── tasks
│   │   │   └── robots.php
│   │   ├── tests
│   │   │   ├── controller
│   │   │   ├── model
│   │   │   ├── presenter
│   │   │   └── view
│   │   ├── themes
│   │   ├── tmp
│   │   ├── vendor
│   │   └── views
│   │   └── welcome
│   │   ├── 404.php
│   │   ├── hello.php
│   │   └── index.php
│   ├── core
│   │   ├── CONTRIBUTING.md
│   │   ├── base.php
│   │   ├── base56.php
│   │   ├── bootstrap.php
│   │   ├── bootstrap_phpunit.php
│   │   ├── classes
│   │   │   ├── agent.php
│   │   │   ├── arr.php
│   │   │   ├── asset
│   │   │   │   └── instance.php
│   │   │   ├── asset.php
│   │   │   ├── autoloader.php
│   │   │   ├── cache
│   │   │   │   ├── handler
│   │   │   │   │   ├── driver.php
│   │   │   │   │   ├── json.php
│   │   │   │   │   ├── serialized.php
│   │   │   │   │   └── string.php
│   │   │   │   ├── notfound.php
│   │   │   │   └── storage
│   │   │   │   ├── apc.php
│   │   │   │   ├── driver.php
│   │   │   │   ├── file.php
│   │   │   │   ├── memcached.php
│   │   │   │   ├── redis.php
│   │   │   │   └── xcache.php
│   │   │   ├── cache.php
│   │   │   ├── cli.php
│   │   │   ├── config
│   │   │   │   ├── db.php
│   │   │   │   ├── file.php
│   │   │   │   ├── ini.php
│   │   │   │   ├── interface.php
│   │   │   │   ├── json.php
│   │   │   │   ├── memcached.php
│   │   │   │   ├── php.php
│   │   │   │   └── yml.php
│   │   │   ├── config.php
│   │   │   ├── controller
│   │   │   │   ├── hybrid.php
│   │   │   │   ├── rest.php
│   │   │   │   └── template.php
│   │   │   ├── controller.php
│   │   │   ├── cookie.php
│   │   │   ├── crypt.php
│   │   │   ├── database
│   │   │   │   ├── connection.php
│   │   │   │   ├── dblib
│   │   │   │   │   └── connection.php
│   │   │   │   ├── exception.php
│   │   │   │   ├── expression.php
│   │   │   │   ├── mysql
│   │   │   │   │   └── connection.php
│   │   │   │   ├── mysqli
│   │   │   │   │   ├── cached.php
│   │   │   │   │   ├── connection.php
│   │   │   │   │   └── result.php
│   │   │   │   ├── pdo
│   │   │   │   │   ├── cached.php
│   │   │   │   │   ├── connection.php
│   │   │   │   │   └── result.php
│   │   │   │   ├── query
│   │   │   │   │   ├── builder
│   │   │   │   │   │   ├── delete.php
│   │   │   │   │   │   ├── insert.php
│   │   │   │   │   │   ├── join.php
│   │   │   │   │   │   ├── select.php
│   │   │   │   │   │   ├── update.php
│   │   │   │   │   │   └── where.php
│   │   │   │   │   └── builder.php
│   │   │   │   ├── query.php
│   │   │   │   ├── result
│   │   │   │   │   └── cached.php
│   │   │   │   ├── result.php
│   │   │   │   ├── schema.php
│   │   │   │   ├── sqlite
│   │   │   │   │   ├── builder
│   │   │   │   │   │   ├── delete.php
│   │   │   │   │   │   └── update.php
│   │   │   │   │   └── connection.php
│   │   │   │   └── sqlsrv
│   │   │   │   └── connection.php
│   │   │   ├── date.php
│   │   │   ├── db.php
│   │   │   ├── dbutil.php
│   │   │   ├── debug.php
│   │   │   ├── errorhandler.php
│   │   │   ├── event
│   │   │   │   └── instance.php
│   │   │   ├── event.php
│   │   │   ├── fieldset
│   │   │   │   └── field.php
│   │   │   ├── fieldset.php
│   │   │   ├── file
│   │   │   │   ├── area.php
│   │   │   │   └── handler
│   │   │   │   ├── directory.php
│   │   │   │   └── file.php
│   │   │   ├── file.php
│   │   │   ├── finder.php
│   │   │   ├── form
│   │   │   │   └── instance.php
│   │   │   ├── form.php
│   │   │   ├── format.php
│   │   │   ├── ftp.php
│   │   │   ├── fuel.php
│   │   │   ├── html.php
│   │   │   ├── httpexception.php
│   │   │   ├── httpexceptions.php
│   │   │   ├── image
│   │   │   │   ├── driver.php
│   │   │   │   ├── gd.php
│   │   │   │   ├── imagemagick.php
│   │   │   │   └── imagick.php
│   │   │   ├── image.php
│   │   │   ├── inflector.php
│   │   │   ├── input
│   │   │   │   └── instance.php
│   │   │   ├── input.php
│   │   │   ├── lang
│   │   │   │   ├── db.php
│   │   │   │   ├── file.php
│   │   │   │   ├── ini.php
│   │   │   │   ├── interface.php
│   │   │   │   ├── json.php
│   │   │   │   ├── php.php
│   │   │   │   └── yml.php
│   │   │   ├── lang.php
│   │   │   ├── log.php
│   │   │   ├── markdown.php
│   │   │   ├── migrate.php
│   │   │   ├── model
│   │   │   │   └── crud.php
│   │   │   ├── model.php
│   │   │   ├── module.php
│   │   │   ├── mongo
│   │   │   │   └── db.php
│   │   │   ├── num.php
│   │   │   ├── package.php
│   │   │   ├── pagination.php
│   │   │   ├── presenter.php
│   │   │   ├── profiler.php
│   │   │   ├── redis
│   │   │   │   └── db.php
│   │   │   ├── request
│   │   │   │   ├── curl.php
│   │   │   │   ├── driver.php
│   │   │   │   └── soap.php
│   │   │   ├── request.php
│   │   │   ├── response.php
│   │   │   ├── route.php
│   │   │   ├── router.php
│   │   │   ├── sanitization.php
│   │   │   ├── security.php
│   │   │   ├── session
│   │   │   │   ├── cookie.php
│   │   │   │   ├── db.php
│   │   │   │   ├── driver.php
│   │   │   │   ├── exception.php
│   │   │   │   ├── file.php
│   │   │   │   ├── memcached.php
│   │   │   │   └── redis.php
│   │   │   ├── session.php
│   │   │   ├── str.php
│   │   │   ├── testcase.php
│   │   │   ├── testcase_ns.php
│   │   │   ├── theme.php
│   │   │   ├── unzip.php
│   │   │   ├── upload.php
│   │   │   ├── uri.php
│   │   │   ├── validation
│   │   │   │   └── error.php
│   │   │   ├── validation.php
│   │   │   ├── view.php
│   │   │   └── viewmodel.php
│   │   ├── composer.json
│   │   ├── config
│   │   │   ├── agent.php
│   │   │   ├── ascii.php
│   │   │   ├── asset.php
│   │   │   ├── cache.php
│   │   │   ├── config.php
│   │   │   ├── date.php
│   │   │   ├── db.php
│   │   │   ├── doctypes.php
│   │   │   ├── file.php
│   │   │   ├── form.php
│   │   │   ├── format.php
│   │   │   ├── ftp.php
│   │   │   ├── image.php
│   │   │   ├── index.html
│   │   │   ├── migrations.php
│   │   │   ├── mimes.php
│   │   │   ├── num.php
│   │   │   ├── package.php
│   │   │   ├── pagination.php
│   │   │   ├── rest.php
│   │   │   ├── session.php
│   │   │   ├── test
│   │   │   │   └── agent.php
│   │   │   ├── theme.php
│   │   │   └── upload.php
│   │   ├── lang
│   │   │   └── en
│   │   │   ├── byte_units.php
│   │   │   ├── date.php
│   │   │   ├── inflector.php
│   │   │   ├── pagination.php
│   │   │   ├── test.php
│   │   │   ├── upload.php
│   │   │   └── validation.php
│   │   ├── phpunit.xml
│   │   ├── tasks
│   │   │   ├── install.php
│   │   │   ├── migrate.php
│   │   │   └── session.php
│   │   ├── tests
│   │   │   ├── agent
│   │   │   │   └── browscap.ini
│   │   │   ├── agent.php
│   │   │   ├── arr.php
│   │   │   ├── asset.php
│   │   │   ├── autoloader.php
│   │   │   ├── cache
│   │   │   │   ├── exception.php
│   │   │   │   ├── handler
│   │   │   │   │   ├── driver.php
│   │   │   │   │   ├── json.php
│   │   │   │   │   ├── serialized.php
│   │   │   │   │   └── string.php
│   │   │   │   └── storage
│   │   │   │   ├── driver.php
│   │   │   │   ├── file.php
│   │   │   │   ├── memcached.php
│   │   │   │   └── redis.php
│   │   │   ├── cache.php
│   │   │   ├── cli.php
│   │   │   ├── config.php
│   │   │   ├── controller
│   │   │   │   ├── rest.php
│   │   │   │   └── template.php
│   │   │   ├── controller.php
│   │   │   ├── cookie.php
│   │   │   ├── crypt.php
│   │   │   ├── database
│   │   │   │   ├── connection.php
│   │   │   │   ├── dblib
│   │   │   │   │   └── connection.php
│   │   │   │   ├── exception.php
│   │   │   │   ├── expression.php
│   │   │   │   ├── mysql
│   │   │   │   │   ├── connection.php
│   │   │   │   │   └── result.php
│   │   │   │   ├── mysqli
│   │   │   │   │   ├── cached.php
│   │   │   │   │   ├── connection.php
│   │   │   │   │   └── result.php
│   │   │   │   ├── pdo
│   │   │   │   │   ├── cached.php
│   │   │   │   │   ├── connection.php
│   │   │   │   │   └── result.php
│   │   │   │   ├── query
│   │   │   │   │   ├── builder
│   │   │   │   │   │   ├── delete.php
│   │   │   │   │   │   ├── insert.php
│   │   │   │   │   │   ├── join.php
│   │   │   │   │   │   ├── select.php
│   │   │   │   │   │   ├── update.php
│   │   │   │   │   │   └── where.php
│   │   │   │   │   └── builder.php
│   │   │   │   ├── query.php
│   │   │   │   ├── result
│   │   │   │   │   └── cached.php
│   │   │   │   ├── result.php
│   │   │   │   ├── sqlite
│   │   │   │   │   └── connection.php
│   │   │   │   ├── sqlsrv
│   │   │   │   │   └── connection.php
│   │   │   │   └── transaction.php
│   │   │   ├── date.php
│   │   │   ├── db.php
│   │   │   ├── dbutil.php
│   │   │   ├── debug.php
│   │   │   ├── email
│   │   │   │   ├── driver.php
│   │   │   │   ├── mail.php
│   │   │   │   ├── sendmail.php
│   │   │   │   └── smtp.php
│   │   │   ├── email.php
│   │   │   ├── error.php
│   │   │   ├── event.php
│   │   │   ├── fieldset
│   │   │   │   └── field.php
│   │   │   ├── fieldset.php
│   │   │   ├── file
│   │   │   │   ├── area.php
│   │   │   │   ├── driver
│   │   │   │   │   ├── directory.php
│   │   │   │   │   └── file.php
│   │   │   │   └── exception.php
│   │   │   ├── file.php
│   │   │   ├── form.php
│   │   │   ├── format.php
│   │   │   ├── ftp.php
│   │   │   ├── fuel
│   │   │   │   └── exception.php
│   │   │   ├── fuel.php
│   │   │   ├── html.php
│   │   │   ├── image
│   │   │   │   ├── driver.php
│   │   │   │   ├── gd.php
│   │   │   │   └── imagemagick.php
│   │   │   ├── image.php
│   │   │   ├── inflector.php
│   │   │   ├── input.php
│   │   │   ├── lang.php
│   │   │   ├── migrate.php
│   │   │   ├── model
│   │   │   │   └── crud.php
│   │   │   ├── model.php
│   │   │   ├── num.php
│   │   │   ├── pagination.php
│   │   │   ├── profiler.php
│   │   │   ├── redis
│   │   │   │   └── exception.php
│   │   │   ├── redis.php
│   │   │   ├── request.php
│   │   │   ├── response.php
│   │   │   ├── route.php
│   │   │   ├── router
│   │   │   │   └── mock.php
│   │   │   ├── router.php
│   │   │   ├── security.php
│   │   │   ├── session
│   │   │   │   ├── cookie.php
│   │   │   │   ├── db.php
│   │   │   │   ├── driver.php
│   │   │   │   ├── exception.php
│   │   │   │   ├── file.php
│   │   │   │   ├── memcached.php
│   │   │   │   └── redis.php
│   │   │   ├── session.php
│   │   │   ├── str.php
│   │   │   ├── testcase.php
│   │   │   ├── unzip.php
│   │   │   ├── upload.php
│   │   │   ├── uri.php
│   │   │   ├── validation
│   │   │   │   └── error.php
│   │   │   ├── validation.php
│   │   │   ├── view
│   │   │   │   ├── child.txt
│   │   │   │   ├── exception.php
│   │   │   │   └── parent.txt
│   │   │   ├── view.php
│   │   │   └── viewmodel.php
│   │   ├── vendor
│   │   │   ├── htmlawed
│   │   │   │   └── htmlawed.php
│   │   │   ├── paragonie.php
│   │   │   ├── phpquickprofiler
│   │   │   │   ├── console.php
│   │   │   │   ├── display.php
│   │   │   │   └── phpquickprofiler.php
│   │   │   └── spyc
│   │   │   └── spyc.php
│   │   └── views
│   │   ├── 400.php
│   │   ├── 403.php
│   │   ├── 404.php
│   │   ├── 500.php
│   │   └── errors
│   │   ├── crypt_keys.php
│   │   ├── php_error.php
│   │   ├── php_fatal_error.php
│   │   ├── php_short.php
│   │   └── production.php
│   ├── packages
│   │   ├── auth
│   │   │   ├── bootstrap.php
│   │   │   ├── classes
│   │   │   │   ├── auth
│   │   │   │   │   ├── acl
│   │   │   │   │   │   ├── driver.php
│   │   │   │   │   │   ├── ormacl.php
│   │   │   │   │   │   └── simpleacl.php
│   │   │   │   │   ├── driver.php
│   │   │   │   │   ├── exceptions.php
│   │   │   │   │   ├── group
│   │   │   │   │   │   ├── driver.php
│   │   │   │   │   │   ├── ormgroup.php
│   │   │   │   │   │   └── simplegroup.php
│   │   │   │   │   ├── login
│   │   │   │   │   │   ├── driver.php
│   │   │   │   │   │   ├── ormauth.php
│   │   │   │   │   │   └── simpleauth.php
│   │   │   │   │   └── opauth.php
│   │   │   │   ├── auth.php
│   │   │   │   └── model
│   │   │   │   └── auth
│   │   │   │   ├── group.php
│   │   │   │   ├── grouppermission.php
│   │   │   │   ├── metadata.php
│   │   │   │   ├── permission.php
│   │   │   │   ├── provider.php
│   │   │   │   ├── role.php
│   │   │   │   ├── rolepermission.php
│   │   │   │   ├── user.php
│   │   │   │   └── userpermission.php
│   │   │   ├── composer.json
│   │   │   ├── config
│   │   │   │   ├── auth.php
│   │   │   │   ├── opauth.php
│   │   │   │   ├── ormauth.php
│   │   │   │   └── simpleauth.php
│   │   │   ├── lang
│   │   │   │   └── en
│   │   │   │   ├── auth_model_group.php
│   │   │   │   ├── auth_model_permission.php
│   │   │   │   ├── auth_model_role.php
│   │   │   │   └── auth_model_user.php
│   │   │   ├── migrations
│   │   │   │   ├── 001_auth_create_usertables.php
│   │   │   │   ├── 002_auth_create_grouptables.php
│   │   │   │   ├── 003_auth_create_roletables.php
│   │   │   │   ├── 004_auth_create_permissiontables.php
│   │   │   │   ├── 005_auth_create_authdefaults.php
│   │   │   │   ├── 006_auth_add_authactions.php
│   │   │   │   ├── 007_auth_add_permissionsfilter.php
│   │   │   │   ├── 008_auth_create_providers.php
│   │   │   │   ├── 009_auth_create_oauth2tables.php
│   │   │   │   ├── 010_auth_fix_jointables.php
│   │   │   │   └── 011_auth_group_optional.php
│   │   │   ├── normalizedrivertypes.php
│   │   │   ├── readme.md
│   │   │   └── tasks
│   │   │   └── simple2orm.php
│   │   ├── email
│   │   │   ├── bootstrap.php
│   │   │   ├── classes
│   │   │   │   ├── email
│   │   │   │   │   ├── driver
│   │   │   │   │   │   ├── mail.php
│   │   │   │   │   │   ├── mailgun.php
│   │   │   │   │   │   ├── mandrill.php
│   │   │   │   │   │   ├── noop.php
│   │   │   │   │   │   ├── sendmail.php
│   │   │   │   │   │   └── smtp.php
│   │   │   │   │   └── driver.php
│   │   │   │   └── email.php
│   │   │   ├── composer.json
│   │   │   ├── config
│   │   │   │   └── email.php
│   │   │   └── readme.md
│   │   ├── oil
│   │   │   ├── bootstrap.php
│   │   │   ├── classes
│   │   │   │   ├── cell.php
│   │   │   │   ├── command.php
│   │   │   │   ├── console.php
│   │   │   │   ├── exception.php
│   │   │   │   ├── generate
│   │   │   │   │   ├── admin.php
│   │   │   │   │   ├── migration
│   │   │   │   │   │   └── actions.php
│   │   │   │   │   └── scaffold.php
│   │   │   │   ├── generate.php
│   │   │   │   ├── package.php
│   │   │   │   └── refine.php
│   │   │   ├── composer.json
│   │   │   ├── config
│   │   │   │   └── oil.php
│   │   │   ├── phpserver.php
│   │   │   ├── tasks
│   │   │   │   └── fromdb.php
│   │   │   └── views
│   │   │   ├── admin
│   │   │   │   ├── crud
│   │   │   │   │   ├── actions
│   │   │   │   │   │   ├── create.php
│   │   │   │   │   │   ├── delete.php
│   │   │   │   │   │   ├── edit.php
│   │   │   │   │   │   ├── index.php
│   │   │   │   │   │   └── view.php
│   │   │   │   │   ├── controller.php
│   │   │   │   │   ├── controllers
│   │   │   │   │   │   ├── admin.php
│   │   │   │   │   │   └── base.php
│   │   │   │   │   ├── model.php
│   │   │   │   │   └── views
│   │   │   │   │   └── actions
│   │   │   │   │   ├── _form.php
│   │   │   │   │   ├── create.php
│   │   │   │   │   ├── edit.php
│   │   │   │   │   ├── index.php
│   │   │   │   │   └── view.php
│   │   │   │   ├── dashboard.php
│   │   │   │   ├── login.php
│   │   │   │   ├── orm
│   │   │   │   │   ├── actions
│   │   │   │   │   │   ├── create.php
│   │   │   │   │   │   ├── delete.php
│   │   │   │   │   │   ├── edit.php
│   │   │   │   │   │   ├── index.php
│   │   │   │   │   │   └── view.php
│   │   │   │   │   ├── controller.php
│   │   │   │   │   ├── controllers
│   │   │   │   │   │   ├── admin.php
│   │   │   │   │   │   └── base.php
│   │   │   │   │   ├── model.php
│   │   │   │   │   └── views
│   │   │   │   │   └── actions
│   │   │   │   │   ├── _form.php
│   │   │   │   │   ├── create.php
│   │   │   │   │   ├── edit.php
│   │   │   │   │   ├── index.php
│   │   │   │   │   └── view.php
│   │   │   │   └── template.php
│   │   │   └── scaffolding
│   │   │   ├── crud
│   │   │   │   ├── actions
│   │   │   │   │   ├── create.php
│   │   │   │   │   ├── delete.php
│   │   │   │   │   ├── edit.php
│   │   │   │   │   ├── index.php
│   │   │   │   │   └── view.php
│   │   │   │   ├── controller.php
│   │   │   │   ├── controllers
│   │   │   │   │   ├── admin.php
│   │   │   │   │   └── base.php
│   │   │   │   ├── model.php
│   │   │   │   └── views
│   │   │   │   └── actions
│   │   │   │   ├── _form.php
│   │   │   │   ├── create.php
│   │   │   │   ├── edit.php
│   │   │   │   ├── index.php
│   │   │   │   └── view.php
│   │   │   ├── orm
│   │   │   │   ├── actions
│   │   │   │   │   ├── create.php
│   │   │   │   │   ├── delete.php
│   │   │   │   │   ├── edit.php
│   │   │   │   │   ├── index.php
│   │   │   │   │   └── view.php
│   │   │   │   ├── controller.php
│   │   │   │   ├── model.php
│   │   │   │   └── views
│   │   │   │   └── actions
│   │   │   │   ├── _form.php
│   │   │   │   ├── create.php
│   │   │   │   ├── edit.php
│   │   │   │   ├── index.php
│   │   │   │   └── view.php
│   │   │   └── template.php
│   │   ├── orm
│   │   │   ├── bootstrap.php
│   │   │   ├── classes
│   │   │   │   ├── belongsto.php
│   │   │   │   ├── hasmany.php
│   │   │   │   ├── hasone.php
│   │   │   │   ├── manymany.php
│   │   │   │   ├── model
│   │   │   │   │   ├── nestedset.php
│   │   │   │   │   ├── soft.php
│   │   │   │   │   └── temporal.php
│   │   │   │   ├── model.php
│   │   │   │   ├── observer
│   │   │   │   │   ├── createdat.php
│   │   │   │   │   ├── self.php
│   │   │   │   │   ├── slug.php
│   │   │   │   │   ├── typing.php
│   │   │   │   │   ├── updatedat.php
│   │   │   │   │   └── validation.php
│   │   │   │   ├── observer.php
│   │   │   │   ├── query
│   │   │   │   │   ├── soft.php
│   │   │   │   │   └── temporal.php
│   │   │   │   ├── query.php
│   │   │   │   └── relation.php
│   │   │   ├── composer.json
│   │   │   └── config
│   │   │   └── orm.php
│   │   └── parser
│   │   ├── README.md
│   │   ├── bootstrap.php
│   │   ├── classes
│   │   │   ├── smarty
│   │   │   │   └── fuel
│   │   │   │   └── extension.php
│   │   │   ├── twig
│   │   │   │   └── fuel
│   │   │   │   └── extension.php
│   │   │   ├── view
│   │   │   │   ├── dwoo.php
│   │   │   │   ├── haml.php
│   │   │   │   ├── hamltwig.php
│   │   │   │   ├── handlebars.php
│   │   │   │   ├── jade.php
│   │   │   │   ├── lex.php
│   │   │   │   ├── markdown.php
│   │   │   │   ├── mustache.php
│   │   │   │   ├── phptal.php
│   │   │   │   ├── smarty.php
│   │   │   │   └── twig.php
│   │   │   └── view.php
│   │   ├── composer.json
│   │   └── config
│   │   └── parser.php
│   └── vendor
│   ├── autoload.php
│   ├── composer
│   │   ├── ClassLoader.php
│   │   ├── LICENSE
│   │   ├── autoload_classmap.php
│   │   ├── autoload_files.php
│   │   ├── autoload_namespaces.php
│   │   ├── autoload_psr4.php
│   │   ├── autoload_real.php
│   │   ├── autoload_static.php
│   │   ├── installed.json
│   │   └── installers
│   │   ├── LICENSE
│   │   ├── composer.json
│   │   └── src
│   │   ├── Composer
│   │   │   └── Installers
│   │   │   ├── AglInstaller.php
│   │   │   ├── AimeosInstaller.php
│   │   │   ├── AnnotateCmsInstaller.php
│   │   │   ├── AsgardInstaller.php
│   │   │   ├── AttogramInstaller.php
│   │   │   ├── BaseInstaller.php
│   │   │   ├── BitrixInstaller.php
│   │   │   ├── BonefishInstaller.php
│   │   │   ├── CakePHPInstaller.php
│   │   │   ├── ChefInstaller.php
│   │   │   ├── CiviCrmInstaller.php
│   │   │   ├── ClanCatsFrameworkInstaller.php
│   │   │   ├── CockpitInstaller.php
│   │   │   ├── CodeIgniterInstaller.php
│   │   │   ├── Concrete5Installer.php
│   │   │   ├── CraftInstaller.php
│   │   │   ├── CroogoInstaller.php
│   │   │   ├── DecibelInstaller.php
│   │   │   ├── DokuWikiInstaller.php
│   │   │   ├── DolibarrInstaller.php
│   │   │   ├── DrupalInstaller.php
│   │   │   ├── ElggInstaller.php
│   │   │   ├── EliasisInstaller.php
│   │   │   ├── ExpressionEngineInstaller.php
│   │   │   ├── EzPlatformInstaller.php
│   │   │   ├── FuelInstaller.php
│   │   │   ├── FuelphpInstaller.php
│   │   │   ├── GravInstaller.php
│   │   │   ├── HuradInstaller.php
│   │   │   ├── ImageCMSInstaller.php
│   │   │   ├── Installer.php
│   │   │   ├── ItopInstaller.php
│   │   │   ├── JoomlaInstaller.php
│   │   │   ├── KanboardInstaller.php
│   │   │   ├── KirbyInstaller.php
│   │   │   ├── KodiCMSInstaller.php
│   │   │   ├── KohanaInstaller.php
│   │   │   ├── LanManagementSystemInstaller.php
│   │   │   ├── LaravelInstaller.php
│   │   │   ├── LavaLiteInstaller.php
│   │   │   ├── LithiumInstaller.php
│   │   │   ├── MODULEWorkInstaller.php
│   │   │   ├── MODXEvoInstaller.php
│   │   │   ├── MagentoInstaller.php
│   │   │   ├── MajimaInstaller.php
│   │   │   ├── MakoInstaller.php
│   │   │   ├── MauticInstaller.php
│   │   │   ├── MayaInstaller.php
│   │   │   ├── MediaWikiInstaller.php
│   │   │   ├── MicroweberInstaller.php
│   │   │   ├── ModxInstaller.php
│   │   │   ├── MoodleInstaller.php
│   │   │   ├── OctoberInstaller.php
│   │   │   ├── OntoWikiInstaller.php
│   │   │   ├── OsclassInstaller.php
│   │   │   ├── OxidInstaller.php
│   │   │   ├── PPIInstaller.php
│   │   │   ├── PhiftyInstaller.php
│   │   │   ├── PhpBBInstaller.php
│   │   │   ├── PimcoreInstaller.php
│   │   │   ├── PiwikInstaller.php
│   │   │   ├── PlentymarketsInstaller.php
│   │   │   ├── Plugin.php
│   │   │   ├── PortoInstaller.php
│   │   │   ├── PrestashopInstaller.php
│   │   │   ├── PuppetInstaller.php
│   │   │   ├── PxcmsInstaller.php
│   │   │   ├── RadPHPInstaller.php
│   │   │   ├── ReIndexInstaller.php
│   │   │   ├── RedaxoInstaller.php
│   │   │   ├── RoundcubeInstaller.php
│   │   │   ├── SMFInstaller.php
│   │   │   ├── ShopwareInstaller.php
│   │   │   ├── SilverStripeInstaller.php
│   │   │   ├── SiteDirectInstaller.php
│   │   │   ├── SyDESInstaller.php
│   │   │   ├── Symfony1Installer.php
│   │   │   ├── TYPO3CmsInstaller.php
│   │   │   ├── TYPO3FlowInstaller.php
│   │   │   ├── TheliaInstaller.php
│   │   │   ├── TuskInstaller.php
│   │   │   ├── UserFrostingInstaller.php
│   │   │   ├── VanillaInstaller.php
│   │   │   ├── VgmcpInstaller.php
│   │   │   ├── WHMCSInstaller.php
│   │   │   ├── WolfCMSInstaller.php
│   │   │   ├── WordPressInstaller.php
│   │   │   ├── YawikInstaller.php
│   │   │   ├── ZendInstaller.php
│   │   │   └── ZikulaInstaller.php
│   │   └── bootstrap.php
│   ├── fuelphp
│   │   └── upload
│   │   ├── CHANGELOG.md
│   │   ├── LICENSE
│   │   ├── README.md
│   │   ├── codeception.dist.yml
│   │   ├── composer.json
│   │   ├── src
│   │   │   ├── File.php
│   │   │   ├── FileError.php
│   │   │   ├── NoFilesException.php
│   │   │   ├── Providers
│   │   │   │   └── FuelServiceProvider.php
│   │   │   └── Upload.php
│   │   └── tests
│   │   ├── _bootstrap.php
│   │   ├── _support
│   │   │   └── UnitHelper.php
│   │   ├── unit
│   │   │   ├── UnitTester.php
│   │   │   └── _bootstrap.php
│   │   └── unit.suite.yml
│   ├── michelf
│   │   └── php-markdown
│   │   ├── License.md
│   │   ├── Michelf
│   │   │   ├── Markdown.inc.php
│   │   │   ├── Markdown.php
│   │   │   ├── MarkdownExtra.inc.php
│   │   │   ├── MarkdownExtra.php
│   │   │   ├── MarkdownInterface.inc.php
│   │   │   └── MarkdownInterface.php
│   │   ├── Readme.md
│   │   ├── Readme.php
│   │   └── composer.json
│   ├── monolog
│   │   └── monolog
│   │   ├── CHANGELOG.md
│   │   ├── LICENSE
│   │   ├── README.md
│   │   ├── composer.json
│   │   ├── doc
│   │   │   ├── 01-usage.md
│   │   │   ├── 02-handlers-formatters-processors.md
│   │   │   ├── 03-utilities.md
│   │   │   ├── 04-extending.md
│   │   │   └── sockets.md
│   │   ├── phpunit.xml.dist
│   │   ├── src
│   │   │   └── Monolog
│   │   │   ├── ErrorHandler.php
│   │   │   ├── Formatter
│   │   │   │   ├── ChromePHPFormatter.php
│   │   │   │   ├── ElasticaFormatter.php
│   │   │   │   ├── FlowdockFormatter.php
│   │   │   │   ├── FluentdFormatter.php
│   │   │   │   ├── FormatterInterface.php
│   │   │   │   ├── GelfMessageFormatter.php
│   │   │   │   ├── HtmlFormatter.php
│   │   │   │   ├── JsonFormatter.php
│   │   │   │   ├── LineFormatter.php
│   │   │   │   ├── LogglyFormatter.php
│   │   │   │   ├── LogstashFormatter.php
│   │   │   │   ├── MongoDBFormatter.php
│   │   │   │   ├── NormalizerFormatter.php
│   │   │   │   ├── ScalarFormatter.php
│   │   │   │   └── WildfireFormatter.php
│   │   │   ├── Handler
│   │   │   │   ├── AbstractHandler.php
│   │   │   │   ├── AbstractProcessingHandler.php
│   │   │   │   ├── AbstractSyslogHandler.php
│   │   │   │   ├── AmqpHandler.php
│   │   │   │   ├── BrowserConsoleHandler.php
│   │   │   │   ├── BufferHandler.php
│   │   │   │   ├── ChromePHPHandler.php
│   │   │   │   ├── CouchDBHandler.php
│   │   │   │   ├── CubeHandler.php
│   │   │   │   ├── Curl
│   │   │   │   │   └── Util.php
│   │   │   │   ├── DeduplicationHandler.php
│   │   │   │   ├── DoctrineCouchDBHandler.php
│   │   │   │   ├── DynamoDbHandler.php
│   │   │   │   ├── ElasticSearchHandler.php
│   │   │   │   ├── ErrorLogHandler.php
│   │   │   │   ├── FilterHandler.php
│   │   │   │   ├── FingersCrossed
│   │   │   │   │   ├── ActivationStrategyInterface.php
│   │   │   │   │   ├── ChannelLevelActivationStrategy.php
│   │   │   │   │   └── ErrorLevelActivationStrategy.php
│   │   │   │   ├── FingersCrossedHandler.php
│   │   │   │   ├── FirePHPHandler.php
│   │   │   │   ├── FleepHookHandler.php
│   │   │   │   ├── FlowdockHandler.php
│   │   │   │   ├── GelfHandler.php
│   │   │   │   ├── GroupHandler.php
│   │   │   │   ├── HandlerInterface.php
│   │   │   │   ├── HandlerWrapper.php
│   │   │   │   ├── HipChatHandler.php
│   │   │   │   ├── IFTTTHandler.php
│   │   │   │   ├── InsightOpsHandler.php
│   │   │   │   ├── LogEntriesHandler.php
│   │   │   │   ├── LogglyHandler.php
│   │   │   │   ├── MailHandler.php
│   │   │   │   ├── MandrillHandler.php
│   │   │   │   ├── MissingExtensionException.php
│   │   │   │   ├── MongoDBHandler.php
│   │   │   │   ├── NativeMailerHandler.php
│   │   │   │   ├── NewRelicHandler.php
│   │   │   │   ├── NullHandler.php
│   │   │   │   ├── PHPConsoleHandler.php
│   │   │   │   ├── PsrHandler.php
│   │   │   │   ├── PushoverHandler.php
│   │   │   │   ├── RavenHandler.php
│   │   │   │   ├── RedisHandler.php
│   │   │   │   ├── RollbarHandler.php
│   │   │   │   ├── RotatingFileHandler.php
│   │   │   │   ├── SamplingHandler.php
│   │   │   │   ├── Slack
│   │   │   │   │   └── SlackRecord.php
│   │   │   │   ├── SlackHandler.php
│   │   │   │   ├── SlackWebhookHandler.php
│   │   │   │   ├── SlackbotHandler.php
│   │   │   │   ├── SocketHandler.php
│   │   │   │   ├── StreamHandler.php
│   │   │   │   ├── SwiftMailerHandler.php
│   │   │   │   ├── SyslogHandler.php
│   │   │   │   ├── SyslogUdp
│   │   │   │   │   └── UdpSocket.php
│   │   │   │   ├── SyslogUdpHandler.php
│   │   │   │   ├── TestHandler.php
│   │   │   │   ├── WhatFailureGroupHandler.php
│   │   │   │   └── ZendMonitorHandler.php
│   │   │   ├── Logger.php
│   │   │   ├── Processor
│   │   │   │   ├── GitProcessor.php
│   │   │   │   ├── IntrospectionProcessor.php
│   │   │   │   ├── MemoryPeakUsageProcessor.php
│   │   │   │   ├── MemoryProcessor.php
│   │   │   │   ├── MemoryUsageProcessor.php
│   │   │   │   ├── MercurialProcessor.php
│   │   │   │   ├── ProcessIdProcessor.php
│   │   │   │   ├── ProcessorInterface.php
│   │   │   │   ├── PsrLogMessageProcessor.php
│   │   │   │   ├── TagProcessor.php
│   │   │   │   ├── UidProcessor.php
│   │   │   │   └── WebProcessor.php
│   │   │   ├── Registry.php
│   │   │   ├── ResettableInterface.php
│   │   │   ├── SignalHandler.php
│   │   │   └── Utils.php
│   │   └── tests
│   │   └── Monolog
│   │   ├── ErrorHandlerTest.php
│   │   ├── Formatter
│   │   │   ├── ChromePHPFormatterTest.php
│   │   │   ├── ElasticaFormatterTest.php
│   │   │   ├── FlowdockFormatterTest.php
│   │   │   ├── FluentdFormatterTest.php
│   │   │   ├── GelfMessageFormatterTest.php
│   │   │   ├── JsonFormatterTest.php
│   │   │   ├── LineFormatterTest.php
│   │   │   ├── LogglyFormatterTest.php
│   │   │   ├── LogstashFormatterTest.php
│   │   │   ├── MongoDBFormatterTest.php
│   │   │   ├── NormalizerFormatterTest.php
│   │   │   ├── ScalarFormatterTest.php
│   │   │   └── WildfireFormatterTest.php
│   │   ├── Handler
│   │   │   ├── AbstractHandlerTest.php
│   │   │   ├── AbstractProcessingHandlerTest.php
│   │   │   ├── AmqpHandlerTest.php
│   │   │   ├── BrowserConsoleHandlerTest.php
│   │   │   ├── BufferHandlerTest.php
│   │   │   ├── ChromePHPHandlerTest.php
│   │   │   ├── CouchDBHandlerTest.php
│   │   │   ├── DeduplicationHandlerTest.php
│   │   │   ├── DoctrineCouchDBHandlerTest.php
│   │   │   ├── DynamoDbHandlerTest.php
│   │   │   ├── ElasticSearchHandlerTest.php
│   │   │   ├── ErrorLogHandlerTest.php
│   │   │   ├── FilterHandlerTest.php
│   │   │   ├── FingersCrossedHandlerTest.php
│   │   │   ├── FirePHPHandlerTest.php
│   │   │   ├── Fixtures
│   │   │   ├── FleepHookHandlerTest.php
│   │   │   ├── FlowdockHandlerTest.php
│   │   │   ├── GelfHandlerLegacyTest.php
│   │   │   ├── GelfHandlerTest.php
│   │   │   ├── GelfMockMessagePublisher.php
│   │   │   ├── GroupHandlerTest.php
│   │   │   ├── HandlerWrapperTest.php
│   │   │   ├── HipChatHandlerTest.php
│   │   │   ├── InsightOpsHandlerTest.php
│   │   │   ├── LogEntriesHandlerTest.php
│   │   │   ├── MailHandlerTest.php
│   │   │   ├── MockRavenClient.php
│   │   │   ├── MongoDBHandlerTest.php
│   │   │   ├── NativeMailerHandlerTest.php
│   │   │   ├── NewRelicHandlerTest.php
│   │   │   ├── NullHandlerTest.php
│   │   │   ├── PHPConsoleHandlerTest.php
│   │   │   ├── PsrHandlerTest.php
│   │   │   ├── PushoverHandlerTest.php
│   │   │   ├── RavenHandlerTest.php
│   │   │   ├── RedisHandlerTest.php
│   │   │   ├── RollbarHandlerTest.php
│   │   │   ├── RotatingFileHandlerTest.php
│   │   │   ├── SamplingHandlerTest.php
│   │   │   ├── Slack
│   │   │   │   └── SlackRecordTest.php
│   │   │   ├── SlackHandlerTest.php
│   │   │   ├── SlackWebhookHandlerTest.php
│   │   │   ├── SlackbotHandlerTest.php
│   │   │   ├── SocketHandlerTest.php
│   │   │   ├── StreamHandlerTest.php
│   │   │   ├── SwiftMailerHandlerTest.php
│   │   │   ├── SyslogHandlerTest.php
│   │   │   ├── SyslogUdpHandlerTest.php
│   │   │   ├── TestHandlerTest.php
│   │   │   ├── UdpSocketTest.php
│   │   │   ├── WhatFailureGroupHandlerTest.php
│   │   │   └── ZendMonitorHandlerTest.php
│   │   ├── LoggerTest.php
│   │   ├── Processor
│   │   │   ├── GitProcessorTest.php
│   │   │   ├── IntrospectionProcessorTest.php
│   │   │   ├── MemoryPeakUsageProcessorTest.php
│   │   │   ├── MemoryUsageProcessorTest.php
│   │   │   ├── MercurialProcessorTest.php
│   │   │   ├── ProcessIdProcessorTest.php
│   │   │   ├── PsrLogMessageProcessorTest.php
│   │   │   ├── TagProcessorTest.php
│   │   │   ├── UidProcessorTest.php
│   │   │   └── WebProcessorTest.php
│   │   ├── PsrLogCompatTest.php
│   │   ├── RegistryTest.php
│   │   ├── SignalHandlerTest.php
│   │   └── TestCase.php
│   ├── paragonie
│   │   ├── random_compat
│   │   │   ├── LICENSE
│   │   │   ├── build-phar.sh
│   │   │   ├── composer.json
│   │   │   ├── dist
│   │   │   │   ├── random_compat.phar.pubkey
│   │   │   │   └── random_compat.phar.pubkey.asc
│   │   │   ├── lib
│   │   │   │   └── random.php
│   │   │   ├── other
│   │   │   │   └── build_phar.php
│   │   │   ├── psalm-autoload.php
│   │   │   └── psalm.xml
│   │   └── sodium_compat
│   │   ├── LICENSE
│   │   ├── README.md
│   │   ├── appveyor.yml
│   │   ├── autoload-fast.php
│   │   ├── autoload-pedantic.php
│   │   ├── autoload.php
│   │   ├── build-phar.sh
│   │   ├── composer.json
│   │   ├── dist
│   │   │   ├── Makefile
│   │   │   └── box.json
│   │   ├── lib
│   │   │   ├── constants.php
│   │   │   ├── namespaced.php
│   │   │   ├── php72compat.php
│   │   │   └── sodium_compat.php
│   │   ├── namespaced
│   │   │   ├── Compat.php
│   │   │   ├── Core
│   │   │   │   ├── BLAKE2b.php
│   │   │   │   ├── ChaCha20
│   │   │   │   │   ├── Ctx.php
│   │   │   │   │   └── IetfCtx.php
│   │   │   │   ├── ChaCha20.php
│   │   │   │   ├── Curve25519
│   │   │   │   │   ├── Fe.php
│   │   │   │   │   ├── Ge
│   │   │   │   │   │   ├── Cached.php
│   │   │   │   │   │   ├── P1p1.php
│   │   │   │   │   │   ├── P2.php
│   │   │   │   │   │   ├── P3.php
│   │   │   │   │   │   └── Precomp.php
│   │   │   │   │   └── H.php
│   │   │   │   ├── Curve25519.php
│   │   │   │   ├── Ed25519.php
│   │   │   │   ├── HChaCha20.php
│   │   │   │   ├── HSalsa20.php
│   │   │   │   ├── Poly1305
│   │   │   │   │   └── State.php
│   │   │   │   ├── Poly1305.php
│   │   │   │   ├── Salsa20.php
│   │   │   │   ├── SipHash.php
│   │   │   │   ├── Util.php
│   │   │   │   ├── X25519.php
│   │   │   │   ├── XChaCha20.php
│   │   │   │   └── Xsalsa20.php
│   │   │   ├── Crypto.php
│   │   │   └── File.php
│   │   ├── phpunit.xml.dist
│   │   └── src
│   │   ├── Compat.php
│   │   ├── Core
│   │   │   ├── BLAKE2b.php
│   │   │   ├── ChaCha20
│   │   │   │   ├── Ctx.php
│   │   │   │   └── IetfCtx.php
│   │   │   ├── ChaCha20.php
│   │   │   ├── Curve25519
│   │   │   │   ├── Fe.php
│   │   │   │   ├── Ge
│   │   │   │   │   ├── Cached.php
│   │   │   │   │   ├── P1p1.php
│   │   │   │   │   ├── P2.php
│   │   │   │   │   ├── P3.php
│   │   │   │   │   └── Precomp.php
│   │   │   │   ├── H.php
│   │   │   │   └── README.md
│   │   │   ├── Curve25519.php
│   │   │   ├── Ed25519.php
│   │   │   ├── HChaCha20.php
│   │   │   ├── HSalsa20.php
│   │   │   ├── Poly1305
│   │   │   │   └── State.php
│   │   │   ├── Poly1305.php
│   │   │   ├── Salsa20.php
│   │   │   ├── SipHash.php
│   │   │   ├── Util.php
│   │   │   ├── X25519.php
│   │   │   ├── XChaCha20.php
│   │   │   └── XSalsa20.php
│   │   ├── Core32
│   │   │   ├── BLAKE2b.php
│   │   │   ├── ChaCha20
│   │   │   │   ├── Ctx.php
│   │   │   │   └── IetfCtx.php
│   │   │   ├── ChaCha20.php
│   │   │   ├── Curve25519
│   │   │   │   ├── Fe.php
│   │   │   │   ├── Ge
│   │   │   │   │   ├── Cached.php
│   │   │   │   │   ├── P1p1.php
│   │   │   │   │   ├── P2.php
│   │   │   │   │   ├── P3.php
│   │   │   │   │   └── Precomp.php
│   │   │   │   ├── H.php
│   │   │   │   └── README.md
│   │   │   ├── Curve25519.php
│   │   │   ├── Ed25519.php
│   │   │   ├── HChaCha20.php
│   │   │   ├── HSalsa20.php
│   │   │   ├── Int32.php
│   │   │   ├── Int64.php
│   │   │   ├── Poly1305
│   │   │   │   └── State.php
│   │   │   ├── Poly1305.php
│   │   │   ├── Salsa20.php
│   │   │   ├── SipHash.php
│   │   │   ├── Util.php
│   │   │   ├── X25519.php
│   │   │   ├── XChaCha20.php
│   │   │   └── XSalsa20.php
│   │   ├── Crypto.php
│   │   ├── Crypto32.php
│   │   ├── File.php
│   │   └── SodiumException.php
│   ├── phpseclib
│   │   └── phpseclib
│   │   ├── AUTHORS
│   │   ├── LICENSE
│   │   ├── README.md
│   │   ├── appveyor.yml
│   │   ├── composer.json
│   │   └── phpseclib
│   │   ├── Crypt
│   │   │   ├── AES.php
│   │   │   ├── Base.php
│   │   │   ├── Blowfish.php
│   │   │   ├── DES.php
│   │   │   ├── Hash.php
│   │   │   ├── RC2.php
│   │   │   ├── RC4.php
│   │   │   ├── RSA.php
│   │   │   ├── Random.php
│   │   │   ├── Rijndael.php
│   │   │   ├── TripleDES.php
│   │   │   └── Twofish.php
│   │   ├── File
│   │   │   ├── ANSI.php
│   │   │   ├── ASN1
│   │   │   │   └── Element.php
│   │   │   ├── ASN1.php
│   │   │   └── X509.php
│   │   ├── Math
│   │   │   └── BigInteger.php
│   │   ├── Net
│   │   │   ├── SCP.php
│   │   │   ├── SFTP
│   │   │   │   └── Stream.php
│   │   │   ├── SFTP.php
│   │   │   ├── SSH1.php
│   │   │   └── SSH2.php
│   │   ├── System
│   │   │   └── SSH
│   │   │   ├── Agent
│   │   │   │   └── Identity.php
│   │   │   └── Agent.php
│   │   ├── bootstrap.php
│   │   └── openssl.cnf
│   └── psr
│   └── log
│   ├── LICENSE
│   ├── Psr
│   │   └── Log
│   │   ├── AbstractLogger.php
│   │   ├── InvalidArgumentException.php
│   │   ├── LogLevel.php
│   │   ├── LoggerAwareInterface.php
│   │   ├── LoggerAwareTrait.php
│   │   ├── LoggerInterface.php
│   │   ├── LoggerTrait.php
│   │   ├── NullLogger.php
│   │   └── Test
│   │   ├── LoggerInterfaceTest.php
│   │   └── TestLogger.php
│   ├── README.md
│   └── composer.json
├── oil
└── public
├── assets
│   ├── css
│   │   ├── bootstrap-LICENSE
│   │   ├── bootstrap-theme.css
│   │   ├── bootstrap-theme.min.css
│   │   ├── bootstrap.css
│   │   ├── bootstrap.min.css
│   │   └── index.html
│   ├── fonts
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   ├── glyphicons-halflings-regular.woff
│   │   └── index.html
│   ├── img
│   │   └── index.html
│   └── js
│   ├── bootstrap.js
│   ├── bootstrap.min.js
│   └── index.html
├── favicon.ico
├── index.php
└── web.config
285 directories, 1167 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment