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: 10 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:44:17.000Z (about 1 year ago)
- Last Synced: 2025-04-12T12:13:18.002Z (10 months ago)
- Topics: example, mvccore, pig-latin, translator
- Language: PHP
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MvcCore - Example - Pig-Latin Translator
[](https://github.com/mvccore/example-translator/releases)
[](https://mvccore.github.io/docs/mvccore/5.0.0/LICENSE.md)
[](https://github.com/mvccore/packager)

[**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
```