https://github.com/capcom6/php-evotor-mobile-cashier
https://github.com/capcom6/php-evotor-mobile-cashier
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/capcom6/php-evotor-mobile-cashier
- Owner: capcom6
- License: apache-2.0
- Created: 2021-11-08T08:55:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T07:38:27.000Z (about 2 years ago)
- Last Synced: 2025-02-21T19:46:46.248Z (over 1 year ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evotor-mobile-cashier
Evotor's MobileCashier REST API Client.
#### Installation
Recommended method: [Composer](http://getcomposer.org):
```
$ composer require softc/evotor-mobile-cashier
```
#### Usage
Initialize and create receipt:
```php
);
$positions = []; // instances of SoftC\Evotor\MobileCashier\Data\Position
$receipt = new Receipt('4e34ac31-ae28-4f52-be00-e6af9383343a', positions);
$response = $client->create($receipt);
var_dump($response);
```
#### License
See LICENSE file.