PHPackages                             knops/sendfox-client - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. knops/sendfox-client

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

knops/sendfox-client
====================

A PHP library for interacting with the Sendfox API using PSR HTTP Client Interface

v1.1(8mo ago)04MITPHPPHP ^8.1

Since Sep 15Pushed 8mo agoCompare

[ Source](https://github.com/knopsmedia/sendfox-client)[ Packagist](https://packagist.org/packages/knops/sendfox-client)[ RSS](/packages/knops-sendfox-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (4)Used By (0)

Sendfox API Client
==================

[](#sendfox-api-client)

Een PHP library voor communicatie met de Sendfox API, gebouwd met PSR HTTP Client Interface voor maximale flexibiliteit.

Features
--------

[](#features)

- ✅ PSR-7, PSR-17 en PSR-18 compliant
- ✅ Geen afhankelijkheid van een specifieke HTTP client
- ✅ Volledig typed met PHP 8.0+ property types
- ✅ Alle Sendfox API endpoints ondersteund
- ✅ Exception handling
- ✅ Data models voor veelgebruikte responses

Installatie
-----------

[](#installatie)

```
composer require knops/sendfox-client
```

Vereisten
---------

[](#vereisten)

- PHP 8.0 of hoger
- Een PSR-18 HTTP Client (zoals Guzzle, Symfony HTTP Client, etc.)
- Een PSR-17 HTTP Factory implementatie
- Een Sendfox API token

Quick Start
-----------

[](#quick-start)

### 1. Installeer een HTTP client

[](#1-installeer-een-http-client)

```
# Voor Guzzle
composer require guzzlehttp/guzzle

# Of voor Symfony HTTP Client
composer require symfony/http-client nyholm/psr7
```

### 2. Basis gebruik met Guzzle

[](#2-basis-gebruik-met-guzzle)

```
