library harvester-transaction
Transaction Export API for Havester.
imamuseum/harvester-transaction
Transaction Export API for Havester.
- Wednesday, June 1, 2016
- by IMAmuseum
- Repository
- 5 Watchers
- 0 Stars
- 4 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Harvester Transactions
Composer Setup
"require": {
"imamuseum/harvester-transaction": "^1.0"
},
Service Provider
In config/app.php add to the autoloaded providers -, (*1)
Imamuseum\HarvesterTransaction\HarvesterTransactionServiceProvider::class,
Add TransactionLogTrait to Model
class Object extends HarvesterObject
{
use \Imamuseum\HarvesterTransaction\Traits\TransactionLogTrait;
}
dev-master
9999999-dev
Transaction Export API for Havester.
Sources
Download
MIT
The Requires
1.0.0
1.0.0.0
Transaction Export API for Havester.
Sources
Download
MIT
The Requires