bernier154/php-cyberimpact

PHP Wrapper for the cyberimpact v4 api

1.0.13 2023-11-07 19:30 UTC

This package is auto-updated.

Last update: 2024-04-07 20:23:41 UTC


README

A php library to the Cyberimpact api. This library cover the whole v4 api.

Getting started ✨

Require it with composer:

composer require bernier154/php-cyberimpact

Simple usage looks like:

include('./vendor/autoload.php');

use bernier154\PhpCyberimpact\CyberimpactClient;

$client = new CyberimpactClient("YOUR_CYBERIMPACT_TOKEN"); // You will need to generate an api token in your Cyberimpact account.
$groups = $client->retrieveGroups();

📖 Link to the documentation