This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ------------------------------------------------------------------------------------- | |
// Tool to generate Swagger-PHP PHP 8 Attributes from JSON. | |
// Paste your JSON into the input field to generate the code. | |
// Inspired by: https://github.com/Roger13/SwagDefGen | |
// How to run: | |
// php -S localhost:8888 -t . | |
// http://localhost:8888/swagit-attrs.php | |
// ------------------------------------------------------------------------------------- |