Skip to content

Instantly share code, notes, and snippets.

View dac514's full-sized avatar

Dac Chartrand dac514

  • Montréal, Québec
View GitHub Profile
@dac514
dac514 / swagit.php
Created February 10, 2024 02:17 — 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
// -------------------------------------------------------------------------------------