Tag Archives for slim
RESTful webservice with Slim Framework
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 … Continue reading
Extenser API – RESTful webservice
I implemented a simple API for Extenser just for fun and educational proposal. Now, you can create your software or use it in your website as you want. URL: api.extenser.com.br Technology RESTful with Slim Framework PHP 5 Method GET URL: /:type/:separator/:value :type … Continue reading