project textlocal-demo-app
A demo app that demonstrates usage of the Textlocal service, written using Silex.
lucasdavies/textlocal-demo-app
A demo app that demonstrates usage of the Textlocal service, written using Silex.
- Monday, June 27, 2016
- by lucasdavies
- Repository
- 1 Watchers
- 0 Stars
- 4 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Textlocal Demo App
A simple Silex app that demonstrates the integration of the Textlocal API., (*1)
Developed locally on OS X running Laravel Valet and PHP 7, this super simple demo app makes use of the Silex microframework (v2) and a two-table SQLite database., (*2)
Utilises the following packages and libraries:, (*3)
Installation
composer create-project lucasdavies/textlocal-demo-app -s dev
Update .env with your Textlocal credentials., (*4)
TEXTLOCAL_USERNAME="xxxxxx"
TEXTLOCAL_HASH="xxxxxx"
TEXTLOCAL_APIKEY="xxxxxx"