This is a demo project for the Query Translator library.
- 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