Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mvccore/example-translator
- Owner: mvccore
- License: bsd-3-clause
- Created: 2016-12-18T20:19:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:44:17.000Z (about 1 month ago)
- Last Synced: 2024-11-21T17:19:23.868Z (about 1 month ago)
- Topics: example, mvccore, pig-latin, translator
- Language: PHP
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```