A simple inventory management package written in PHP.
Clone the project using Git:
$ git clone https://github.com/rougin/torin.git "Torin"
$ cd "Torin" && rm -rf .gitThen use Composer to install its dependencies:
$ cd Torin
$ composer installServe with PHP's built-in web server:
$ php -S localhost:80 -t .\app\publicThen open http://localhost in a web browser.
Please see CHANGELOG for more recent changes.
See CONTRIBUTING on how to contribute.
The MIT License (MIT). Please see LICENSE for more information.