PHPackages                             getfokus/sentione-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. getfokus/sentione-api

ActiveLibrary[API Development](/categories/api)

getfokus/sentione-api
=====================

PHP SentiOne API for PHP 5.3+

024PHP

Since Nov 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/getfokus/sentione-api)[ Packagist](https://packagist.org/packages/getfokus/sentione-api)[ RSS](/packages/getfokus-sentione-api/feed)WikiDiscussions devel Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

sentione-api
============

[](#sentione-api)

This is a PHP 5.3+ API wrapper for the [SentiOne API](http://sentione.pl/)

- Author: [Piotr 'Athlan' Pelczar](http://athlan.pl)
- Created for project: [Fokus](http://getfokus.com)

---

\##Requirements

- PHP 5.3+
- [CURL](http://php.net/manual/en/book.curl.php)
- API credentials. To obtain username and password, please [contact SentiOne developers](http://sentione.pl/kontakt).

\##Installation

\###Composer Add the following package to `composer.json`:

```
"getfokus/sentione-api": "*"

```

\##Basic usage

To call API just use method:

```
$response = $sentione->apiCall($action, array $params);

```

You will receive the `Response` object

\###Example

```
