library query-translator-demo
A demo for the Query Translator library
netgen/query-translator-demo
A demo for the Query Translator library
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Query Translator Demo
This is a demo project for the Query Translator library., (*1)
Install and run the demo
- Install the demo using composer
composer create-project netgen/query-translator-demo
- Enter the demo folder
cd query-translator-demo
- Start the web server with demo document root
php -S localhost:8005 -t src
- Open http://localhost:8005 in your browser
Example UI and usage
, (*2)