移到通用导出
Showing
with
9261 additions
and
398 deletions
app/Http/Controllers/ServerController.php
0 → 100644
app/Model/Server/ServerExportModel.php
0 → 100644
| ... | ... | @@ -12,8 +12,8 @@ |
| "maatwebsite/excel": "~2.0.0", | ||
| "vladimir-yuldashev/laravel-queue-rabbitmq": "5.2", | ||
| "artisaninweb/laravel-soap": "0.2.*", | ||
| "gregwar/captcha": "^1.1" | ||
| "gregwar/captcha": "^1.1", | ||
| "hprose/hprose": "^2.0" | ||
| }, | ||
| "require-dev": { | ||
| "fzaninotto/faker": "~1.4", | ||
| ... | ... |
vendor/hprose/hprose/LICENSE.md
0 → 100644
vendor/hprose/hprose/README.md
0 → 100644
vendor/hprose/hprose/README_zh_CN.md
0 → 100644
vendor/hprose/hprose/composer.json
0 → 100644
| { | ||
| "name": "hprose/hprose", | ||
| "type": "library", | ||
| "description": "It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.", | ||
| "keywords": [ | ||
| "hprose", | ||
| "phprpc", | ||
| "rpc", | ||
| "webservice", | ||
| "websocket", | ||
| "http", | ||
| "ajax", | ||
| "json", | ||
| "jsonrpc", | ||
| "xmlrpc", | ||
| "cross-language", | ||
| "cross-platform", | ||
| "cross-domain", | ||
| "html5", | ||
| "serialize", | ||
| "serialization", | ||
| "protocol", | ||
| "web", | ||
| "service", | ||
| "framework", | ||
| "library", | ||
| "game", | ||
| "communication", | ||
| "middleware", | ||
| "webapi", | ||
| "socket", | ||
| "tcp", | ||
| "async", | ||
| "unix", | ||
| "future" | ||
| ], | ||
| "homepage": "http://hprose.com/", | ||
| "license": "MIT", | ||
| "authors": [ | ||
| { | ||
| "name": "Ma Bingyao", | ||
| "email": "andot@hprose.com", | ||
| "homepage": "http://hprose.com", | ||
| "role": "Developer" | ||
| } | ||
| ], | ||
| "require": { | ||
| "php": ">=5.3.0" | ||
| }, | ||
| "suggest": { | ||
| "ext-hprose": "Faster serialize and unserialize hprose extension." | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": ">=4.0.0" | ||
| }, | ||
| "autoload": { | ||
| "files": [ | ||
| "src/init.php" | ||
| ], | ||
| "psr-4": { | ||
| "Hprose\\": "src/Hprose" | ||
| } | ||
| } | ||
| } |
vendor/hprose/hprose/src/Hprose.php
0 → 100644
vendor/hprose/hprose/src/Hprose/BytesIO.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Client.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Deferred.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Filter.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Future.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Promise.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Proxy.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Reader.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Service.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Tags.php
0 → 100644
vendor/hprose/hprose/src/Hprose/Writer.php
0 → 100644
vendor/hprose/hprose/src/Throwable.php
0 → 100644
vendor/hprose/hprose/src/TypeError.php
0 → 100644
vendor/hprose/hprose/src/functions.php
0 → 100644
vendor/hprose/hprose/src/init.php
0 → 100644
Please
register
or
sign in
to comment