Skip to content

PeeVv/api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Genkgo v1 API Connector

Build Status

Usage

Add genkgo/api to your dependencies and install them. You can have a look at one of the examples or see the docs.

<?php
require_once '../vendor/autoload.php';

use Genkgo\Api\Connection;
use GuzzleHttp\Client;

$config = require_once 'config.php';
$connection = new Connection(new Client(), $config['url'], $config['token']);

$folder = $connection->command('organization', 'find', [
    'name' => 'Aanmeldingen'
]);

Info

Packages

No packages published

Languages

  • PHP 100.0%