A web-based version of UtiClass
Make sure that you have composer installed in your machine
Clone this repository
git clone https://github.com/Ahmard/utiweb.git
Navigate to the project directory and run below command
composer install
Now, install database table for saving messages
php migrate.php
Start the server
php -S localhost:8181
Now visit http://localhost:8181 in your web browser.
Enjoy!!!
UtiWeb is MIT licenced.