PHPackages                             jahudka/fakturoid-sdk - 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. [API Development](/categories/api)
4. /
5. jahudka/fakturoid-sdk

ActiveLibrary[API Development](/categories/api)

jahudka/fakturoid-sdk
=====================

Fakturoid PHP SDK

v1.1.5(6y ago)231.5k3MITPHPPHP ^7.1CI failing

Since Dec 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jahudka/fakturoid-sdk)[ Packagist](https://packagist.org/packages/jahudka/fakturoid-sdk)[ RSS](/packages/jahudka-fakturoid-sdk/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (20)Used By (0)

Fakturoid API v2 SDK
====================

[](#fakturoid-api-v2-sdk)

Provides a simplified access to the Fakturoid API.

### Installation

[](#installation)

#### Composer

[](#composer)

1. Add the SDK repository and package to your `composer.json`:

```
{
    // ...
    "repositories": [
        // ...
        { "type": "vcs", "url": "https://github.com/jahudka/fakturoid-sdk" }
        // ...
    ],
    "require": {
        // ...
        "jahudka/fakturoid-sdk": "dev-master"
        // ...
    }
    // ...
}
```

2. Run `composer update` in your project directory

#### Without Composer

[](#without-composer)

1. Download the latest SDK PHAR archive here:
2. Unpack the archive wherever you wish and load like this:

```
