Invoke Example project. Running php -S localhost:5000 public/index.php Usage GET: curl "localhost:5000/invoke/dec2hex?dec=12" POST: curl -X POST "localhost:5000/invoke/dec2hex" --data '{ "dec": 12 }'