Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Rhadros on github.
  • I am rhadros (https://keybase.io/rhadros) on keybase.
  • I have a public key whose fingerprint is EC60 3150 120E 24A8 4C3A 229B D898 9405 453E 95DA

To claim this, I am signing this object:

@Rhadros
Rhadros / openpgp.txt
Created November 3, 2015 21:50
OpenKeychain API Tests
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:7ee15ae9bc1374000b84d23687232a4b0992db9a]
@Rhadros
Rhadros / swagit.php
Created March 7, 2022 15:38 — 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
// -------------------------------------------------------------------------------------