Skip to content

Instantly share code, notes, and snippets.

View uguranium's full-sized avatar

Ugur CELIK uguranium

  • Ukraine
View GitHub Profile
@pixelbrackets
pixelbrackets / api.php
Last active October 27, 2023 19:13
Simple PHP script to test and use cURL
<?php
/**
* Simple request response script
*
* Point you cURL request to this script to see all incoming data
*/
echo '*API*'. PHP_EOL;