Download the PHP package deviddev/billingo-api-v3-php-sdk without Composer

On this page you can find all versions of the php package deviddev/billingo-api-v3-php-sdk. 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 billingo-api-v3-php-sdk

Billingo API v3 PHP SDK Fork

SwaggerClient-php

This is a Billingo API v3 documentation. Our API based on REST software architectural style. API has resource-oriented URLs, accepts JSON-encoded request bodies and returns JSON-encoded responses. To use this API you have to generate a new API key on our site. After that, you can test your API key on this page.

This PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to https://api.billingo.hu/v3

Class Method HTTP request Description
BankAccountApi createBankAccount POST /bank-accounts Create a bank account
BankAccountApi deleteBankAccount DELETE /bank-accounts/{id} Delete a bank account
BankAccountApi getBankAccount GET /bank-accounts/{id} Retrieve a bank account
BankAccountApi listBankAccount GET /bank-accounts List all bank account
BankAccountApi updateBankAccount PUT /bank-accounts/{id} Update a bank account
CurrencyApi getConversionRate GET /currencies Get currencies exchange rate.
DocumentApi archiveDocument PUT /documents/{id}/archive Archive a proforma document.
DocumentApi cancelDocument POST /documents/{id}/cancel Cancel a document
DocumentApi createDocument POST /documents Create a document
DocumentApi createDocumentFromProforma POST /documents/{id}/create-from-proforma Create a document from proforma.
DocumentApi createModificationDocument POST /documents/{id}/create-modification-document Create a modification document.
DocumentApi deleteDocument DELETE /documents/{id} Delete a draft.
DocumentApi deletePayment DELETE /documents/{id}/payments Delete all payment history on document
DocumentApi documentCopy POST /documents/{id}/copy Copy a document
DocumentApi downloadDocument GET /documents/{id}/download Download a document in PDF format.
DocumentApi getDocument GET /documents/{id} Retrieve a document
DocumentApi getOnlineSzamlaStatus GET /documents/{id}/online-szamla Retrieve a document Online Számla status
DocumentApi getPayment GET /documents/{id}/payments Retrieve a payment histroy
DocumentApi getPublicUrl GET /documents/{id}/public-url Retrieve a document download public url.
DocumentApi listDocument GET /documents List all documents
DocumentApi posPrint GET /documents/{id}/print/pos Returns a printable POS PDF
DocumentApi sendDocument POST /documents/{id}/send Send invoice to given email adresses.
DocumentApi updatePayment PUT /documents/{id}/payments Update payment history
DocumentBlockApi listDocumentBlock GET /document-blocks List all document blocks
DocumentExportApi create POST /document-export Create document export.
DocumentExportApi download GET /document-export/{id}/download Return exported binary file.
DocumentExportApi poll GET /document-export/{id}/poll Retrieve export state.
OrganizationApi getOrganizationData GET /organization Retrieve a organization data.
PartnerApi createPartner POST /partners Create a partner
PartnerApi deletePartner DELETE /partners/{id} Delete a partner
PartnerApi getPartner GET /partners/{id} Retrieve a partner
PartnerApi listPartner GET /partners List all partners
PartnerApi updatePartner PUT /partners/{id} Update a partner
ProductApi createProduct POST /products Create a product
ProductApi deleteProduct DELETE /products/{id} Delete a product
ProductApi getProduct GET /products/{id} Retrieve a product
ProductApi listProduct GET /products List all product
ProductApi updateProduct PUT /products/{id} Update a product
SpendingApi spendingDelete DELETE /spendings/{id} Deletes a spending.
SpendingApi spendingList GET /spendings Lists all spending
SpendingApi spendingSave POST /spendings Creates a new spending.
SpendingApi spendingShow GET /spendings/{id} Retrieves one specific spending.
SpendingApi spendingUpdate PUT /spendings/{id} Updates a spending item.
UtilApi checkTaxNumber GET /utils/check-tax-number/{tax_number} Check tax number.
UtilApi getId GET /utils/convert-legacy-id/{id} Convert legacy ID to v3 ID.

Documentation For Models

Documentation For Authorization

api_key

Author

[email protected]


All versions of billingo-api-v3-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2|^7.0
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 deviddev/billingo-api-v3-php-sdk contains the following files

Loading the files please wait ....