rene-roscher / mindee-receipts-client
mindee-receipts-client
Fund package maintenance!
rene-roscher
1.6
2021-01-26 06:54 UTC
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^6.5.5|^7.0.1
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
README
Mindee - Laravel API Wrapper - Receipts
Installation
You can install the package via composer:
composer require rene-roscher/mindee-receipts-client
add this section to your config/services.php:
'mindee' => [ 'api_key' => env('MINDEE_API_KEY') ]
add the MINDEE_API_KEY to your .env file:
MINDEE_API_KEY="YOUR-MINDEE-KEY"
Usage
$contents = 'your-file-contents'; $mindee = new \RServices\MindeeReceiptsClient(); $mindee->predict($contents);
Credits
License
The MIT License (MIT). Please see License File for more information.