Gavinho Labs

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 * @type : NUMBER = 0 | CURRENCY_REAL = 1 | CURRENCY_DOLAR = 2 | [...]

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 is: 0 (zero) for Cardinal numbers; 1 for Currency Brazilian Real; 2 for Currency Dolar; [...]

Extenser beta was launched!

Extenser beta was launched. For now, only in portuguese. www.extenser.com.br What is the Extenser? Extenser is a webapp to convert number to its text format. For example: convert 29 to twenty nine. In this version Extenser convert: cardinal, currency (R$ and Dolar) and ordinal numbers. This project was made with: PHP 5.3 HTML 5 Javascript [...]