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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package oriskami-php

Oriskami PHP bindings

Build Status Latest Stable Version Total Downloads License Code Coverage

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:

  1. with Composer, add to your composer.json the following and run composer install.

  2. with autoload, add

  3. manually download the latest release and include the init.php.

Requirements

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

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


All versions of oriskami-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ext-curl Version *
ext-json Version *
ext-mbstring Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oriskami/oriskami-php contains the following files

Loading the files please wait ....