Skip to content

Instantly share code, notes, and snippets.

View mustberuss's full-sized avatar

Russ Allen mustberuss

View GitHub Profile
@mustberuss
mustberuss / swagit.php
Created October 30, 2025 13:24 — forked from ls-dac-chartrand/swagit.php
Swag It: Reverse engineer Swagger-PHP annotations from an existing JSON payload
<?php
// -------------------------------------------------------------------------------------
// Add your JSON in the $input to generate Swagger-PHP annotation
// Inspired by: https://github.com/Roger13/SwagDefGen
// HOWTO:
// php -S localhost:8888 -t .
// http://localhost:8888/swagit.php
// -------------------------------------------------------------------------------------