PHPackages                             superfaktura/apiclient - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. superfaktura/apiclient

ActiveLibrary[Payment Processing](/categories/payments)

superfaktura/apiclient
======================

Api client for SuperFaktura | online invoicing tool

2.4.4(1y ago)19133.3k↓11.6%17[1 PRs](https://github.com/superfaktura/apiclient/pulls)MITPHPPHP &gt;=8.2CI passing

Since Jan 23Pushed 3mo ago7 watchersCompare

[ Source](https://github.com/superfaktura/apiclient)[ Packagist](https://packagist.org/packages/superfaktura/apiclient)[ Docs](https://github.com/superfaktura/apiclient)[ RSS](/packages/superfaktura-apiclient/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (49)Used By (0)

SuperFaktúra PHP API Client 2
=============================

[](#superfaktúra-php-api-client-2)

Overview
--------

[](#overview)

The SuperFaktúra API enables the integration of external applications, allowing the remote creation of documents and retrieval of data about them. It also enables the sending of invoices via email or regular mail.

Requirements
------------

[](#requirements)

To use this package, you will need at least PHP 8.2.

Quickstart
----------

[](#quickstart)

In order to make it easier to integrate your application with SuperFaktúra, we've prepared a simple API client for you, which allows you to issue your invoices remotely with minimal effort.

However, if you wish to create your own API client, we also provide [general documentation](https://github.com/superfaktura/docs).

If you want to try out API integration, we have a testing environment (sandbox) for [Slovak](https://sandbox.superfaktura.sk) and [Czech](https://sandbox.superfaktura.cz) market available for you.

Installation
------------

[](#installation)

Simply run this [composer](https://getcomposer.org/) command:

```
$ composer require superfaktura/apiclient
```

Examples
--------

[](#examples)

### Starting with API

[](#starting-with-api)

To use this API client, you need to first:

### 1. Create an account in SuperFaktúra

[](#1-create-an-account-in-superfaktúra)

- depending on your market of choice create an account on either of these:
    -
    -
    -
    -
    -
- after log in try to create an invoice

### 2. Set up an Api Client instance with given credentials

[](#2-set-up-an-api-client-instance-with-given-credentials)

- can be found on either of these:
    - [https://moja.superfaktura.sk/api\_access](https://moja.superfaktura.sk/api_access)
    - [https://moje.superfaktura.cz/api\_access](https://moje.superfaktura.cz/api_access)
    - [https://meine.superfaktura.at/api\_access](https://meine.superfaktura.at/api_access)
    - [https://sandbox.superfaktura.sk/api\_access](https://sandbox.superfaktura.sk/api_access)
    - [https://sandbox.superfaktura.cz/api\_access](https://sandbox.superfaktura.cz/api_access)

```
