Download the PHP package tdev-agency/checkbox-ua without Composer
On this page you can find all versions of the php package tdev-agency/checkbox-ua. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package checkbox-ua
Checkbox.ua PHP SDK
PHP SDK for Checkbox.ua
- [Installation]()
- [Usage]()
- [Cashier]()
- [Completion of the session of a cashier with the current access token]()
- [Getting information about the current user (cashier)]()
- [Receiving information about an active change of user (cashier)]()
- [Check signature]()
- [Organization]()
- [Get current organization receipt settings]()
- [Get current organization logo]()
- [Get current organization text logo]()
- [Shifts]()
- [Creating a Z-Report and closing the current shift by the user (cashier)](Creating a Z-Report and closing the current shift by the user (cashier))
- [Opening a new shift by a cashier]()
- [Getting current cashier shifts]()
- [Receiving information about the current shift]()
Installation
The recommended way to install Guzzle is through Composer.
Usage
Create SignIn entity:
-
SignIn with login and password:
- SignIn with pin code:
Initialize checkbox.ua instance
Tags of api endpoints
Tags based on the official documentation of the checkbox.ua
There are two ways to call required tag.
E.g.: or by using helper method
$cashier = $client->make(\TDevAgency\CheckboxUa\Tags\Cashier::class);
Cashier
Completion of the session of a cashier with the current access token
Getting information about the current user (cashier)
Receiving information about an active change of user (cashier)
Check signature
Organization
Get current organization receipt settings
Get current organization logo
Get current organization text logo
Shifts
Creating a Z-Report and closing the current shift by the user (cashier)
Optionally, a Z-Report can be generated on the client side and passed in the body of this request
$data
values:
Param | Default | type | Description |
---|---|---|---|
skip_client_name_check |
false |
boolean |
Skip Client Name Check |
fiscal_code |
null |
string |
Offline fiscal number |
fiscal_date |
null |
string |
Offline fiscal number |
report |
null |
\TDevAgency\CheckboxUa\Entities\Requests\ReportRequestEntity |
Offline shift close time (ignored when online shift close) |
Opening a new shift by a cashier
Param | Default | type | Description |
---|---|---|---|
id |
null |
string |
The shift id is generated on the client side |
fiscal_code |
null |
string |
Offline fiscal number |
fiscal_date |
null |
string |
Offline fiscal number |
Getting current cashier shifts
Param | Default | type | Description |
---|---|---|---|
statuses |
[] |
array |
Array of any (Shift Status) Items Enum: "CREATED" "OPENING" "OPENED" "CLOSING" "CLOSED" Shift status |
limit |
25 |
int |
Limit |
offset |
0 |
int |
Offset |
desc |
false |
boolean |
Reverse sort order |
Receiving information about the current shift
Param | Default | type | Description |
---|---|---|---|
id |
int |
Required. Shift ID |
Receipts
Obtaining a list of checks within the current shift or according to filter parameters
$data
params for ReceiptQueryRequestEntity
:
Param | Default | type | Description |
---|---|---|---|
fiscal_code |
null |
string |
Fiscal number |
serial |
null |
string |
Serial |
desc |
false |
boolean |
Reverse sort order |
limit |
25 |
int |
Limit |
offset |
0 |
int |
Offset |
TODO
All versions of checkbox-ua with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8
guzzlehttp/guzzle Version ^7
ext-json Version *
illuminate/collections Version ^7|^8|^9
guzzlehttp/guzzle Version ^7
ext-json Version *
illuminate/collections Version ^7|^8|^9
The package tdev-agency/checkbox-ua contains the following files
Loading the files please wait ....