RESTful webservice with Slim Framework
10
February
Ingredients PHP 5 RESTful concepts Slim Framework Directions Download Slim Framework Extract and copy that to your folder Create the index.php <?php require_once 'Slim/Slim.php'; require_once 'extenser.class.php'; $app = new Slim(); /* RESTful GET – convert number to text long format * @type : NUMBER = 0 | CURRENCY_REAL = 1 | CURRENCY_DOLAR = 2 | [...]

