lucasdavies/textlocal-demo-app

This package is abandoned and no longer maintained. No replacement package was suggested.

A demo app that demonstrates usage of the Textlocal service, written using Silex.

dev-master 2016-06-26 22:37 UTC

This package is not auto-updated.

Last update: 2020-02-07 16:09:56 UTC


README

A simple Silex app that demonstrates the integration of the Textlocal API.

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.

Utilises the following packages and libraries:

Installation

composer create-project lucasdavies/textlocal-demo-app -s dev

Update .env with your Textlocal credentials.

TEXTLOCAL_USERNAME="xxxxxx"
TEXTLOCAL_HASH="xxxxxx"
TEXTLOCAL_APIKEY="xxxxxx"