Download the PHP package apideck-libraries/sdk-php without Composer

On this page you can find all versions of the php package apideck-libraries/sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sdk-php

apideck-libraries/sdk-php

Developer-friendly & type-safe Php SDK specifically catered to leverage apideck-libraries/sdk-php API.

Summary

Apideck: The Apideck OpenAPI Spec: SDK Optimized

For more information about the API: Apideck Developer Docs

Table of Contents

SDK Installation

The SDK relies on Composer to manage its dependencies.

To install the SDK and add it as a dependency to an existing composer.json file:

SDK Example Usage

Example

Authentication

Per-Client Security Schemes

This SDK supports the following security scheme globally:

Name Type Scheme
apiKey http HTTP Bearer

To authenticate with the API the apiKey parameter must be set when initializing the SDK. For example:

Available Resources and Operations

Available methods ### [accounting](docs/sdks/accounting/README.md) #### [accounting->agedDebtors](docs/sdks/ageddebtors/README.md) * [get](docs/sdks/ageddebtors/README.md#get) - Get Aged Debtors #### [accounting->attachments](docs/sdks/attachments/README.md) * [list](docs/sdks/attachments/README.md#list) - List Attachments * [delete](docs/sdks/attachments/README.md#delete) - Delete Attachment * [download](docs/sdks/attachments/README.md#download) - Download Attachment * [get](docs/sdks/attachments/README.md#get) - Get Attachment #### [accounting->balanceSheet](docs/sdks/balancesheet/README.md) * [get](docs/sdks/balancesheet/README.md#get) - Get BalanceSheet #### [accounting->billPayments](docs/sdks/billpayments/README.md) * [create](docs/sdks/billpayments/README.md#create) - Create Bill Payment * [list](docs/sdks/billpayments/README.md#list) - List Bill Payments * [delete](docs/sdks/billpayments/README.md#delete) - Delete Bill Payment * [get](docs/sdks/billpayments/README.md#get) - Get Bill Payment * [update](docs/sdks/billpayments/README.md#update) - Update Bill Payment #### [accounting->bills](docs/sdks/bills/README.md) * [create](docs/sdks/bills/README.md#create) - Create Bill * [list](docs/sdks/bills/README.md#list) - List Bills * [delete](docs/sdks/bills/README.md#delete) - Delete Bill * [get](docs/sdks/bills/README.md#get) - Get Bill * [update](docs/sdks/bills/README.md#update) - Update Bill #### [accounting->companyInfo](docs/sdks/companyinfo/README.md) * [get](docs/sdks/companyinfo/README.md#get) - Get company info #### [accounting->creditNotes](docs/sdks/creditnotes/README.md) * [create](docs/sdks/creditnotes/README.md#create) - Create Credit Note * [list](docs/sdks/creditnotes/README.md#list) - List Credit Notes * [delete](docs/sdks/creditnotes/README.md#delete) - Delete Credit Note * [get](docs/sdks/creditnotes/README.md#get) - Get Credit Note * [update](docs/sdks/creditnotes/README.md#update) - Update Credit Note #### [accounting->customers](docs/sdks/customers/README.md) * [create](docs/sdks/customers/README.md#create) - Create Customer * [list](docs/sdks/customers/README.md#list) - List Customers * [delete](docs/sdks/customers/README.md#delete) - Delete Customer * [get](docs/sdks/customers/README.md#get) - Get Customer * [update](docs/sdks/customers/README.md#update) - Update Customer #### [accounting->departments](docs/sdks/departments/README.md) * [create](docs/sdks/departments/README.md#create) - Create Department * [list](docs/sdks/departments/README.md#list) - List Departments * [delete](docs/sdks/departments/README.md#delete) - Delete Department * [get](docs/sdks/departments/README.md#get) - Get Department * [update](docs/sdks/departments/README.md#update) - Update Department #### [accounting->expenses](docs/sdks/expenses/README.md) * [create](docs/sdks/expenses/README.md#create) - Create Expense * [list](docs/sdks/expenses/README.md#list) - List Expenses * [delete](docs/sdks/expenses/README.md#delete) - Delete Expense * [get](docs/sdks/expenses/README.md#get) - Get Expense * [update](docs/sdks/expenses/README.md#update) - Update Expense #### [accounting->invoiceItems](docs/sdks/invoiceitems/README.md) * [create](docs/sdks/invoiceitems/README.md#create) - Create Invoice Item * [list](docs/sdks/invoiceitems/README.md#list) - List Invoice Items * [delete](docs/sdks/invoiceitems/README.md#delete) - Delete Invoice Item * [get](docs/sdks/invoiceitems/README.md#get) - Get Invoice Item * [update](docs/sdks/invoiceitems/README.md#update) - Update Invoice Item #### [accounting->invoices](docs/sdks/invoices/README.md) * [create](docs/sdks/invoices/README.md#create) - Create Invoice * [list](docs/sdks/invoices/README.md#list) - List Invoices * [delete](docs/sdks/invoices/README.md#delete) - Delete Invoice * [get](docs/sdks/invoices/README.md#get) - Get Invoice * [update](docs/sdks/invoices/README.md#update) - Update Invoice #### [accounting->journalEntries](docs/sdks/journalentries/README.md) * [create](docs/sdks/journalentries/README.md#create) - Create Journal Entry * [list](docs/sdks/journalentries/README.md#list) - List Journal Entries * [delete](docs/sdks/journalentries/README.md#delete) - Delete Journal Entry * [get](docs/sdks/journalentries/README.md#get) - Get Journal Entry * [update](docs/sdks/journalentries/README.md#update) - Update Journal Entry #### [accounting->ledgerAccounts](docs/sdks/ledgeraccounts/README.md) * [create](docs/sdks/ledgeraccounts/README.md#create) - Create Ledger Account * [list](docs/sdks/ledgeraccounts/README.md#list) - List Ledger Accounts * [delete](docs/sdks/ledgeraccounts/README.md#delete) - Delete Ledger Account * [get](docs/sdks/ledgeraccounts/README.md#get) - Get Ledger Account * [update](docs/sdks/ledgeraccounts/README.md#update) - Update Ledger Account #### [accounting->locations](docs/sdks/locations/README.md) * [create](docs/sdks/locations/README.md#create) - Create Location * [list](docs/sdks/locations/README.md#list) - List Locations * [delete](docs/sdks/locations/README.md#delete) - Delete Location * [get](docs/sdks/locations/README.md#get) - Get Location * [update](docs/sdks/locations/README.md#update) - Update Location #### [accounting->payments](docs/sdks/payments/README.md) * [create](docs/sdks/payments/README.md#create) - Create Payment * [list](docs/sdks/payments/README.md#list) - List Payments * [delete](docs/sdks/payments/README.md#delete) - Delete Payment * [get](docs/sdks/payments/README.md#get) - Get Payment * [update](docs/sdks/payments/README.md#update) - Update Payment #### [accounting->profitAndLoss](docs/sdks/profitandloss/README.md) * [get](docs/sdks/profitandloss/README.md#get) - Get Profit and Loss #### [accounting->purchaseOrders](docs/sdks/purchaseorders/README.md) * [create](docs/sdks/purchaseorders/README.md#create) - Create Purchase Order * [list](docs/sdks/purchaseorders/README.md#list) - List Purchase Orders * [delete](docs/sdks/purchaseorders/README.md#delete) - Delete Purchase Order * [get](docs/sdks/purchaseorders/README.md#get) - Get Purchase Order * [update](docs/sdks/purchaseorders/README.md#update) - Update Purchase Order #### [accounting->subsidiaries](docs/sdks/subsidiaries/README.md) * [create](docs/sdks/subsidiaries/README.md#create) - Create Subsidiary * [list](docs/sdks/subsidiaries/README.md#list) - List Subsidiaries * [delete](docs/sdks/subsidiaries/README.md#delete) - Delete Subsidiary * [get](docs/sdks/subsidiaries/README.md#get) - Get Subsidiary * [update](docs/sdks/subsidiaries/README.md#update) - Update Subsidiary #### [accounting->suppliers](docs/sdks/suppliers/README.md) * [create](docs/sdks/suppliers/README.md#create) - Create Supplier * [list](docs/sdks/suppliers/README.md#list) - List Suppliers * [delete](docs/sdks/suppliers/README.md#delete) - Delete Supplier * [get](docs/sdks/suppliers/README.md#get) - Get Supplier * [update](docs/sdks/suppliers/README.md#update) - Update Supplier #### [accounting->taxRates](docs/sdks/taxrates/README.md) * [create](docs/sdks/taxrates/README.md#create) - Create Tax Rate * [list](docs/sdks/taxrates/README.md#list) - List Tax Rates * [delete](docs/sdks/taxrates/README.md#delete) - Delete Tax Rate * [get](docs/sdks/taxrates/README.md#get) - Get Tax Rate * [update](docs/sdks/taxrates/README.md#update) - Update Tax Rate #### [accounting->trackingCategories](docs/sdks/trackingcategories/README.md) * [create](docs/sdks/trackingcategories/README.md#create) - Create Tracking Category * [list](docs/sdks/trackingcategories/README.md#list) - List Tracking Categories * [delete](docs/sdks/trackingcategories/README.md#delete) - Delete Tracking Category * [get](docs/sdks/trackingcategories/README.md#get) - Get Tracking Category * [update](docs/sdks/trackingcategories/README.md#update) - Update Tracking Category ### [ats](docs/sdks/ats/README.md) #### [ats->applicants](docs/sdks/applicants/README.md) * [create](docs/sdks/applicants/README.md#create) - Create Applicant * [list](docs/sdks/applicants/README.md#list) - List Applicants * [delete](docs/sdks/applicants/README.md#delete) - Delete Applicant * [get](docs/sdks/applicants/README.md#get) - Get Applicant * [update](docs/sdks/applicants/README.md#update) - Update Applicant #### [ats->applications](docs/sdks/applications/README.md) * [create](docs/sdks/applications/README.md#create) - Create Application * [list](docs/sdks/applications/README.md#list) - List Applications * [delete](docs/sdks/applications/README.md#delete) - Delete Application * [get](docs/sdks/applications/README.md#get) - Get Application * [update](docs/sdks/applications/README.md#update) - Update Application #### [ats->jobs](docs/sdks/jobs/README.md) * [list](docs/sdks/jobs/README.md#list) - List Jobs * [get](docs/sdks/jobs/README.md#get) - Get Job ### [connector](docs/sdks/connector/README.md) #### [connector->apiResourceCoverage](docs/sdks/apiresourcecoverage/README.md) * [get](docs/sdks/apiresourcecoverage/README.md#get) - Get API Resource Coverage #### [connector->apiResources](docs/sdks/apiresources/README.md) * [get](docs/sdks/apiresources/README.md#get) - Get API Resource #### [connector->apis](docs/sdks/apis/README.md) * [list](docs/sdks/apis/README.md#list) - List APIs * [get](docs/sdks/apis/README.md#get) - Get API #### [connector->connectorDocs](docs/sdks/connectordocs/README.md) * [get](docs/sdks/connectordocs/README.md#get) - Get Connector Doc content #### [connector->connectorResources](docs/sdks/connectorresources/README.md) * [get](docs/sdks/connectorresources/README.md#get) - Get Connector Resource #### [connector->connectors](docs/sdks/connectors/README.md) * [list](docs/sdks/connectors/README.md#list) - List Connectors * [get](docs/sdks/connectors/README.md#get) - Get Connector ### [crm](docs/sdks/crm/README.md) #### [crm->activities](docs/sdks/activities/README.md) * [create](docs/sdks/activities/README.md#create) - Create activity * [list](docs/sdks/activities/README.md#list) - List activities * [delete](docs/sdks/activities/README.md#delete) - Delete activity * [get](docs/sdks/activities/README.md#get) - Get activity * [update](docs/sdks/activities/README.md#update) - Update activity #### [crm->companies](docs/sdks/companies/README.md) * [create](docs/sdks/companies/README.md#create) - Create company * [list](docs/sdks/companies/README.md#list) - List companies * [delete](docs/sdks/companies/README.md#delete) - Delete company * [get](docs/sdks/companies/README.md#get) - Get company * [update](docs/sdks/companies/README.md#update) - Update company #### [crm->contacts](docs/sdks/contacts/README.md) * [create](docs/sdks/contacts/README.md#create) - Create contact * [list](docs/sdks/contacts/README.md#list) - List contacts * [delete](docs/sdks/contacts/README.md#delete) - Delete contact * [get](docs/sdks/contacts/README.md#get) - Get contact * [update](docs/sdks/contacts/README.md#update) - Update contact #### [crm->leads](docs/sdks/leads/README.md) * [create](docs/sdks/leads/README.md#create) - Create lead * [list](docs/sdks/leads/README.md#list) - List leads * [delete](docs/sdks/leads/README.md#delete) - Delete lead * [get](docs/sdks/leads/README.md#get) - Get lead * [update](docs/sdks/leads/README.md#update) - Update lead #### [crm->notes](docs/sdks/notes/README.md) * [create](docs/sdks/notes/README.md#create) - Create note * [list](docs/sdks/notes/README.md#list) - List notes * [delete](docs/sdks/notes/README.md#delete) - Delete note * [get](docs/sdks/notes/README.md#get) - Get note * [update](docs/sdks/notes/README.md#update) - Update note #### [crm->opportunities](docs/sdks/opportunities/README.md) * [create](docs/sdks/opportunities/README.md#create) - Create opportunity * [list](docs/sdks/opportunities/README.md#list) - List opportunities * [delete](docs/sdks/opportunities/README.md#delete) - Delete opportunity * [get](docs/sdks/opportunities/README.md#get) - Get opportunity * [update](docs/sdks/opportunities/README.md#update) - Update opportunity #### [crm->pipelines](docs/sdks/pipelines/README.md) * [list](docs/sdks/pipelines/README.md#list) - List pipelines #### [crm->users](docs/sdks/users/README.md) * [create](docs/sdks/users/README.md#create) - Create user * [list](docs/sdks/users/README.md#list) - List users * [delete](docs/sdks/users/README.md#delete) - Delete user * [get](docs/sdks/users/README.md#get) - Get user * [update](docs/sdks/users/README.md#update) - Update user ### [ecommerce](docs/sdks/ecommerce/README.md) #### [ecommerce->customers](docs/sdks/apideckcustomers/README.md) * [list](docs/sdks/apideckcustomers/README.md#list) - List Customers * [get](docs/sdks/apideckcustomers/README.md#get) - Get Customer #### [ecommerce->orders](docs/sdks/orders/README.md) * [list](docs/sdks/orders/README.md#list) - List Orders * [get](docs/sdks/orders/README.md#get) - Get Order #### [ecommerce->products](docs/sdks/products/README.md) * [list](docs/sdks/products/README.md#list) - List Products * [get](docs/sdks/products/README.md#get) - Get Product #### [ecommerce->stores](docs/sdks/stores/README.md) * [get](docs/sdks/stores/README.md#get) - Get Store ### [fileStorage](docs/sdks/filestorage/README.md) #### [fileStorage->driveGroups](docs/sdks/drivegroups/README.md) * [create](docs/sdks/drivegroups/README.md#create) - Create DriveGroup * [list](docs/sdks/drivegroups/README.md#list) - List DriveGroups * [delete](docs/sdks/drivegroups/README.md#delete) - Delete DriveGroup * [get](docs/sdks/drivegroups/README.md#get) - Get DriveGroup * [update](docs/sdks/drivegroups/README.md#update) - Update DriveGroup #### [fileStorage->drives](docs/sdks/drives/README.md) * [create](docs/sdks/drives/README.md#create) - Create Drive * [list](docs/sdks/drives/README.md#list) - List Drives * [delete](docs/sdks/drives/README.md#delete) - Delete Drive * [get](docs/sdks/drives/README.md#get) - Get Drive * [update](docs/sdks/drives/README.md#update) - Update Drive #### [fileStorage->files](docs/sdks/files/README.md) * [list](docs/sdks/files/README.md#list) - List Files * [delete](docs/sdks/files/README.md#delete) - Delete File * [download](docs/sdks/files/README.md#download) - Download File * [export](docs/sdks/files/README.md#export) - Export File * [get](docs/sdks/files/README.md#get) - Get File * [search](docs/sdks/files/README.md#search) - Search Files * [update](docs/sdks/files/README.md#update) - Rename or move File #### [fileStorage->folders](docs/sdks/folders/README.md) * [create](docs/sdks/folders/README.md#create) - Create Folder * [copy](docs/sdks/folders/README.md#copy) - Copy Folder * [delete](docs/sdks/folders/README.md#delete) - Delete Folder * [get](docs/sdks/folders/README.md#get) - Get Folder * [update](docs/sdks/folders/README.md#update) - Rename or move Folder #### [fileStorage->sharedLinks](docs/sdks/sharedlinks/README.md) * [create](docs/sdks/sharedlinks/README.md#create) - Create Shared Link * [list](docs/sdks/sharedlinks/README.md#list) - List SharedLinks * [delete](docs/sdks/sharedlinks/README.md#delete) - Delete Shared Link * [get](docs/sdks/sharedlinks/README.md#get) - Get Shared Link * [update](docs/sdks/sharedlinks/README.md#update) - Update Shared Link #### [fileStorage->uploadSessions](docs/sdks/uploadsessions/README.md) * [create](docs/sdks/uploadsessions/README.md#create) - Start Upload Session * [delete](docs/sdks/uploadsessions/README.md#delete) - Abort Upload Session * [finish](docs/sdks/uploadsessions/README.md#finish) - Finish Upload Session * [get](docs/sdks/uploadsessions/README.md#get) - Get Upload Session ### [hris](docs/sdks/hris/README.md) #### [hris->companies](docs/sdks/apideckcompanies/README.md) * [create](docs/sdks/apideckcompanies/README.md#create) - Create Company * [list](docs/sdks/apideckcompanies/README.md#list) - List Companies * [delete](docs/sdks/apideckcompanies/README.md#delete) - Delete Company * [get](docs/sdks/apideckcompanies/README.md#get) - Get Company * [update](docs/sdks/apideckcompanies/README.md#update) - Update Company #### [hris->departments](docs/sdks/apideckdepartments/README.md) * [create](docs/sdks/apideckdepartments/README.md#create) - Create Department * [list](docs/sdks/apideckdepartments/README.md#list) - List Departments * [delete](docs/sdks/apideckdepartments/README.md#delete) - Delete Department * [get](docs/sdks/apideckdepartments/README.md#get) - Get Department * [update](docs/sdks/apideckdepartments/README.md#update) - Update Department #### [hris->employeePayrolls](docs/sdks/employeepayrolls/README.md) * [list](docs/sdks/employeepayrolls/README.md#list) - List Employee Payrolls * [get](docs/sdks/employeepayrolls/README.md#get) - Get Employee Payroll #### [hris->employees](docs/sdks/employees/README.md) * [create](docs/sdks/employees/README.md#create) - Create Employee * [list](docs/sdks/employees/README.md#list) - List Employees * [delete](docs/sdks/employees/README.md#delete) - Delete Employee * [get](docs/sdks/employees/README.md#get) - Get Employee * [update](docs/sdks/employees/README.md#update) - Update Employee #### [hris->employeeSchedules](docs/sdks/employeeschedules/README.md) * [list](docs/sdks/employeeschedules/README.md#list) - List Employee Schedules #### [hris->payrolls](docs/sdks/payrolls/README.md) * [list](docs/sdks/payrolls/README.md#list) - List Payroll * [get](docs/sdks/payrolls/README.md#get) - Get Payroll #### [hris->timeOffRequests](docs/sdks/timeoffrequests/README.md) * [create](docs/sdks/timeoffrequests/README.md#create) - Create Time Off Request * [list](docs/sdks/timeoffrequests/README.md#list) - List Time Off Requests * [delete](docs/sdks/timeoffrequests/README.md#delete) - Delete Time Off Request * [get](docs/sdks/timeoffrequests/README.md#get) - Get Time Off Request * [update](docs/sdks/timeoffrequests/README.md#update) - Update Time Off Request ### [issueTracking](docs/sdks/issuetracking/README.md) #### [issueTracking->collections](docs/sdks/collections/README.md) * [list](docs/sdks/collections/README.md#list) - List Collections * [get](docs/sdks/collections/README.md#get) - Get Collection #### [issueTracking->collectionTags](docs/sdks/collectiontags/README.md) * [list](docs/sdks/collectiontags/README.md#list) - List Tags #### [issueTracking->collectionTicketComments](docs/sdks/collectionticketcomments/README.md) * [create](docs/sdks/collectionticketcomments/README.md#create) - Create Comment * [list](docs/sdks/collectionticketcomments/README.md#list) - List Comments * [delete](docs/sdks/collectionticketcomments/README.md#delete) - Delete Comment * [get](docs/sdks/collectionticketcomments/README.md#get) - Get Comment * [update](docs/sdks/collectionticketcomments/README.md#update) - Update Comment #### [issueTracking->collectionTickets](docs/sdks/collectiontickets/README.md) * [create](docs/sdks/collectiontickets/README.md#create) - Create Ticket * [list](docs/sdks/collectiontickets/README.md#list) - List Tickets * [delete](docs/sdks/collectiontickets/README.md#delete) - Delete Ticket * [get](docs/sdks/collectiontickets/README.md#get) - Get Ticket * [update](docs/sdks/collectiontickets/README.md#update) - Update Ticket #### [issueTracking->collectionUsers](docs/sdks/collectionusers/README.md) * [list](docs/sdks/collectionusers/README.md#list) - List Users * [get](docs/sdks/collectionusers/README.md#get) - Get user ### [sms](docs/sdks/sms/README.md) #### [sms->messages](docs/sdks/messages/README.md) * [create](docs/sdks/messages/README.md#create) - Create Message * [list](docs/sdks/messages/README.md#list) - List Messages * [delete](docs/sdks/messages/README.md#delete) - Delete Message * [get](docs/sdks/messages/README.md#get) - Get Message * [update](docs/sdks/messages/README.md#update) - Update Message ### [vault](docs/sdks/vault/README.md) #### [vault->connectionCustomMappings](docs/sdks/connectioncustommappings/README.md) * [list](docs/sdks/connectioncustommappings/README.md#list) - List connection custom mappings #### [vault->connections](docs/sdks/connections/README.md) * [list](docs/sdks/connections/README.md#list) - Get all connections * [delete](docs/sdks/connections/README.md#delete) - Deletes a connection * [imports](docs/sdks/connections/README.md#imports) - Import connection * [get](docs/sdks/connections/README.md#get) - Get connection * [token](docs/sdks/connections/README.md#token) - Authorize Access Token * [update](docs/sdks/connections/README.md#update) - Update connection #### [vault->connectionSettings](docs/sdks/connectionsettings/README.md) * [list](docs/sdks/connectionsettings/README.md#list) - Get resource settings * [update](docs/sdks/connectionsettings/README.md#update) - Update settings #### [vault->consumerRequestCounts](docs/sdks/consumerrequestcounts/README.md) * [list](docs/sdks/consumerrequestcounts/README.md#list) - Consumer request counts #### [vault->consumers](docs/sdks/consumers/README.md) * [create](docs/sdks/consumers/README.md#create) - Create consumer * [list](docs/sdks/consumers/README.md#list) - Get all consumers * [delete](docs/sdks/consumers/README.md#delete) - Delete consumer * [get](docs/sdks/consumers/README.md#get) - Get consumer * [update](docs/sdks/consumers/README.md#update) - Update consumer #### [vault->createCallback](docs/sdks/createcallback/README.md) * [state](docs/sdks/createcallback/README.md#state) - Create Callback State #### [vault->customFields](docs/sdks/customfields/README.md) * [list](docs/sdks/customfields/README.md#list) - Get resource custom fields #### [vault->customMappings](docs/sdks/custommappings/README.md) * [list](docs/sdks/custommappings/README.md#list) - List custom mappings #### [vault->logs](docs/sdks/logs/README.md) * [list](docs/sdks/logs/README.md#list) - Get all consumer request logs #### [vault->sessions](docs/sdks/sessions/README.md) * [create](docs/sdks/sessions/README.md#create) - Create Session #### [vault->validateConnection](docs/sdks/validateconnection/README.md) * [state](docs/sdks/validateconnection/README.md#state) - Validate Connection State ### [webhook](docs/sdks/webhook/README.md) #### [webhook->eventLogs](docs/sdks/eventlogs/README.md) * [list](docs/sdks/eventlogs/README.md#list) - List event logs #### [webhook->webhooks](docs/sdks/webhooks/README.md) * [create](docs/sdks/webhooks/README.md#create) - Create webhook subscription * [list](docs/sdks/webhooks/README.md#list) - List webhook subscriptions * [delete](docs/sdks/webhooks/README.md#delete) - Delete webhook subscription * [get](docs/sdks/webhooks/README.md#get) - Get webhook subscription * [update](docs/sdks/webhooks/README.md#update) - Update webhook subscription

Pagination

Some of the endpoints in this SDK support pagination. To use pagination, you make your SDK calls as usual, but the returned object will be a Generator instead of an individual response.

Working with generators is as simple as iterating over the responses in a foreach loop, and you can see an example below:

Retries

Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK.

To change the default retry strategy for a single API call, simply provide an Options object built with a RetryConfig object to the call:

If you'd like to override the default retry strategy for all operations that support retries, you can pass a RetryConfig object to the SDKBuilder->setRetryConfig function when initializing the SDK:

Error Handling

Handling errors in this SDK should largely match your expectations. All operations return a response object or throw an exception.

By default an API error will raise a Errors\APIException exception, which has the following properties:

Property Type Description
$message string The error message
$request ?\Psr\Http\Message\RequestInterface The HTTP request
$response ?\Psr\Http\Message\ResponseInterface The HTTP response

When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective Errors tables in SDK docs for more details on possible exception types for each operation. For example, the create method throws the following exceptions:

Error Type Status Code Content Type
Errors\BadRequestResponse 400 application/json
Errors\UnauthorizedResponse 401 application/json
Errors\PaymentRequiredResponse 402 application/json
Errors\NotFoundResponse 404 application/json
Errors\UnprocessableResponse 422 application/json
Errors\APIException 4XX, 5XX */*

Example

Server Selection

Override Server URL Per-Client

The default server can be overridden globally using the setServerUrl(string $serverUrl) builder method when initializing the SDK client instance. For example:

Override Server URL Per-Operation

The server URL can also be overridden on a per-operation basis, provided a server list was specified for the operation. For example:

Development

Maturity

There may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Contributions

While we value open-source contributions to this SDK, this library is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.


All versions of sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
galbar/jsonpath Version ^3.0
guzzlehttp/guzzle Version ^7.0
speakeasy/serializer Version ^4.0.3
brick/date-time Version ^0.7.0
phpdocumentor/type-resolver Version ^1.8
brick/math Version ^0.12.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package apideck-libraries/sdk-php contains the following files

Loading the files please wait ....