Directory Structure
The structure of the Számla Agent PHP API directory is as follows:
| Directory | Description |
|---|---|
| ./attachments | Files attached to API requests (e.g., invoice attachments). |
| ./cookie | Directory containing cookies. |
| ./examples | Examples related to API usage (location of the autoloader). |
| ./logs | Logging of API activities (daily breakdown). |
| PDF files created or queried by the API. | |
| ./src | The API class library containing files necessary for the API's operation. |
| ./vendor | Repository for 3rd party tools and extensions. |
| ./xmls | XML files created by the API (request) or queried (response). |