rougin / torin
Simple inventory management.
dev-master
2026-05-31 01:19 UTC
Requires
- php: >=5.3.0
- robmorgan/phinx: ~0.1
- rougin/dexter: ~0.1
- rougin/dextra: ~0.1
- rougin/ezekiel: ~0.1
- rougin/fortem: ~0.1
- rougin/gable: ~0.1
- rougin/onion: ~0.1
- rougin/slytherin: dev-master as 0.9.9
- rougin/valla: ~0.1
Requires (Dev)
This package is auto-updated.
Last update: 2026-05-31 01:19:12 UTC
README
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.