rougin/torin

Simple inventory management.

Maintainers

Package info

github.com/rougin/torin

pkg:composer/rougin/torin

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-05-31 01:19 UTC

This package is auto-updated.

Last update: 2026-05-31 01:19:12 UTC


README

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.