gitextract_1ydr43zu/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── .scrutinizer.yml ├── .styleci.yml ├── .travis.yml ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── composer.json ├── config/ │ └── config.php ├── phpunit.xml.dist ├── src/ │ ├── Connection.php │ ├── Console/ │ │ └── TinkerServerCommand.php │ ├── LaravelTinkerServerServiceProvider.php │ ├── Server.php │ ├── Shell/ │ │ └── ExecutionClosure.php │ └── helpers.php └── tests/ ├── ConnectionTest.php ├── EchoStream.php └── fixtures/ └── server.php