PHPackages                             netzfabrik/netzfabrik-php-api - 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. netzfabrik/netzfabrik-php-api

ActiveLibrary[API Development](/categories/api)

netzfabrik/netzfabrik-php-api
=============================

PHP SDK for NETZFABRIK API

00PHP

Since Jun 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/NETZFABRIKCOM/netzfabrik-php-api)[ Packagist](https://packagist.org/packages/netzfabrik/netzfabrik-php-api)[ RSS](/packages/netzfabrik-netzfabrik-php-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

NETZFABRIK
==========

[](#netzfabrik)

PHP client library for the NETZFABRIK API

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/NETZFABRIKCOM/netzfabrik-php-api.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
