Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvccore/example-translator

MvcCore example with rewrite routes and ajax requests to translate english into piglatin.
https://github.com/mvccore/example-translator

example mvccore pig-latin translator

Last synced: about 1 month ago
JSON representation

MvcCore example with rewrite routes and ajax requests to translate english into piglatin.

Awesome Lists containing this project

README

        

# MvcCore - Example - Pig-Latin Translator

[![Latest Stable Version](https://img.shields.io/badge/Stable-v5.3.0-brightgreen.svg?style=plastic)](https://github.com/mvccore/example-translator/releases)
[![License](https://img.shields.io/badge/License-BSD%203-brightgreen.svg?style=plastic)](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
[![Packager Build](https://img.shields.io/badge/Packager%20Build-passing-brightgreen.svg?style=plastic)](https://github.com/mvccore/packager)
![PHP Version](https://img.shields.io/badge/PHP->=5.4-brightgreen.svg?style=plastic)

[**MvcCore**](https://github.com/mvccore/mvccore) application with standard and ajax requests to translate English into Pig-Latin.

This example is not a single file project application. If you want to see how to build a single file application with this example,
run this example first (to see how it works) and then follow steps here on [`mvccore/example-translator-portable`](https://github.com/mvccore/example-translator-portable).

## Instalation
```shell
composer create-project mvccore/example-translator
```