Download the PHP package graphcommons/graphcommons without Composer
On this page you can find all versions of the php package graphcommons/graphcommons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graphcommons/graphcommons
More information about graphcommons/graphcommons
Files in graphcommons/graphcommons
Package graphcommons
Short Description PHP Wrapper for Graph Commons API
License MIT
Homepage http://github.com/graphcommons/graphcommons-php
Informations about the package graphcommons
Graph Commons is a collaborative 'network mapping' platform and a knowledge base of relationships. You can map relationships at scale and unfold the mystery about complex issues that impact you and your community.
See more about here.
Before Beginning
- Set autoloader properly or use Composer.
- Use PHP >= 7.2 (or see others PHP < 7.0).
- Run each call in
try/catch
blocks. - On README,
dump
meansvar_dump()
, besides?
means optional for function arguments and nullable for function returns.
Notice: See Graph Commons's official documents here before using this library.
Installation
Configuration
Configuration is optional but you can provide all these;
Usage
Notice: If any error, all (caller) methods below will throw GraphCommons\ClientException
due to using GraphCommons\Client::send()
method that makes call to Graph Commons API and throws exception when an error occurres through. So please, use try/catch
blocks while making your calls, not regarding this usage examples.
API Object
API - Status
API - Search
Graph Object
Graph - Check
Graph - Get
Graph - Create
Graph - Update
Graph - Clear
Graph - Create Signal
Graph - Get Types
Graph - Get Edges
Graph - Get Paths
Graph - Get Collab Filter
Graph - Search
Graph - Delete
Node Object
Node - Get
Node - Search
Hub Object
Hub - Get
Hub - Get Types
Hub - Get Paths
Hub - Get Collab Filter
Hub - Search Graphs
Hub - Search Nodes
All versions of graphcommons with dependencies
ext-curl Version *