Skip to content

rougin/torin

Repository files navigation

Torin

Latest Version on Packagist Software License Build Status Coverage Status Total Downloads

A simple inventory management package written in PHP.

Installation

Clone the project using Git:

$ git clone https://github.com/rougin/torin.git "Torin"
$ cd "Torin" && rm -rf .git

Then use Composer to install its dependencies:

$ cd Torin
$ composer install

Running as app

Serve with PHP's built-in web server:

$ php -S localhost:80 -t .\app\public

Then open http://localhost in a web browser.

Change log

Please see CHANGELOG for more recent changes.

Contributing

See CONTRIBUTING on how to contribute.

License

The MIT License (MIT). Please see LICENSE for more information.

About

Simple inventory management in PHP.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published