weareunite / unisys-expenses
Unisys API module to add expenses to models
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/weareunite/unisys-expenses
Requires
- php: ^7.1
- illuminate/container: ~5.5.0|~5.6.0
- illuminate/contracts: ~5.5.0|~5.6.0
- illuminate/database: ~5.5.0|~5.6.0
- illuminate/support: ~5.5.0|~5.6.0
- weareunite/unisys-api: ^0.1|^0.3
Requires (Dev)
- orchestra/testbench: ~3.5.0|~3.6.0
- phpunit/phpunit: ^6.2|^7.0
This package is auto-updated.
Last update: 2025-10-05 04:01:13 UTC
README
Unisys API module to add Expenses for models
Requirements
This package requires Laravel 5.6 or higher, PHP 7.1 or higher and a database that supports json fields such as MySQL 5.7 or higher.
Installation
You can install the package via composer:
composer require weareunite/unisys-expenses
The package will automatically register itself.
You can install it with:
php artisan unisys-api:install:expenses
License
The MIT License (MIT). Please see License File for more information.