Download the PHP package oriskami/oriskami-php without Composer
On this page you can find all versions of the php package oriskami/oriskami-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oriskami/oriskami-php
More information about oriskami/oriskami-php
Files in oriskami/oriskami-php
Package oriskami-php
Short Description Ubivar PHP Library
License MIT
Homepage https://ubivar.com/
Informations about the package oriskami-php
Oriskami PHP bindings
The Oriskami PHP library provides convenient access to the Oriskami API from applications written in the PHP language. It includes a pre-defined set of classes for API resources.
Documentation
See the Oriskami API docs.
Quick Start
You don't need this source code unless you want to modify the package. If you want to use the package, there are three options:
-
with Composer, add to your
composer.json
the following and runcomposer install
. -
with autoload, add
- manually download the latest release and include the
init.php
.
Requirements
- Php 5.4, 5.5, 5.6, 7.0, 7.1
Usage
The library needs to be configured with your API key which is available in My Oriskami.
Resources, actions, and arguments
The following matrix lists the resources (rows), the CRUD actions (columns) and the arguments (cells). The cell links point to the API documentation at https://oriskami.com/docs/php or to the functional tests on github.
Resource | C | R | U | D | L | Test Specs | |
---|---|---|---|---|---|---|---|
Settings | Auth, Credentials | ||||||
Data | Event | {} |
123 |
123, {} |
123 |
{} |
See on github |
EventNotification | 123 |
{} |
See on github | ||||
EventLastId | {} |
See on github | |||||
EventLabel | 123 |
123, {} |
123 |
{} |
See on github | ||
EventQueue | 123 |
123, {} |
123 |
{} |
See on github | ||
EventReview | 123 |
123, {} |
123 |
{} |
See on github | ||
Filters | FilterWhitelist | {} |
123, {} |
123 |
{} |
See on github | |
FilterBlacklist | 123, {} |
{} |
See on github | ||||
FilterRulesCustom | {} |
123, {} |
123 |
{} |
See on github | ||
FilterRulesBase | 123, {} |
{} |
See on github | ||||
FilterRulesAI | 123, {} |
123 |
{} |
See on github | |||
FilterScoringsDedicated | 123, {} |
{} |
See on github | ||||
Notifications | NotifierEmail | {} |
123, {} |
123 |
{} |
See on github | |
NotifierSms | {} |
123, {} |
123 |
{} |
See on github | ||
NotifierSlack | {} |
123, {} |
123 |
{} |
See on github | ||
NotifierWebhook | {} |
123, {} |
123 |
{} |
See on github | ||
NotifierECommerce | 123, {} |
{} |
See on github |
- C: Create
- R: Retrieve
- U: Update
- D: Delete
- L: List
123
: resource id{}
: JSON with query parameters
Filter parameters
Filter | Default | Example | Description |
---|---|---|---|
order |
id |
array("order"=>"-id") |
Sort by decreasing id |
limit |
10 |
array("limit"=>10) |
At most 10 returned results |
gt |
array("id"=>array("gt"=>10)) |
id greater than 10 |
|
gte |
array("id"=>array("gte"=>10)) |
id greater than or equal |
|
lt |
array("id"=>array("lt"=>10)) |
id less than |
|
lte |
array("id"=>array("lte"=>10)) |
id less than or equal |
Development
To run the test suite:
Issues and feature requests
They are located here
Author
- Originally inspired from stripe-php.
- Developed and maintained by Fabrice Colas for Oriskami.
All versions of oriskami-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *