mateodioev/safone

This package is abandoned and no longer maintained. No replacement package was suggested.

Safone Api client

v1.0 2022-10-09 05:13 UTC

This package is auto-updated.

Last update: 2023-01-04 22:50:41 UTC


README

Original repo Api dead

Install

composer require mateodioev/safone

Usage

First init the client

<?php

use Mateodioev\Safone\Client;
$client = new Client;