Skip to main content

Directory Structure

The structure of the Számla Agent PHP API directory is as follows:

DirectoryDescription
./attachmentsFiles attached to API requests (e.g., invoice attachments).
./cookieDirectory containing cookies.
./docsDocumentation describing the usage of the API.
./examplesExamples related to API usage (location of the autoloader).
./logsLogging of API activities (daily breakdown).
./pdfPDF files created or queried by the API.
./srcThe API class library containing files necessary for the API's operation.
./vendorRepository for 3rd party tools and extensions.
./xmlsXML files created by the API (request) or queried (response).