PHPackages                             trexima/sri-client - 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. trexima/sri-client

ActiveLibrary[API Development](/categories/api)

trexima/sri-client
==================

Client for SRI API

2.0.0(3y ago)01324MITPHPPHP ^7.4.0||^8.0.0

Since Feb 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/trexima/sri-client)[ Packagist](https://packagist.org/packages/trexima/sri-client)[ RSS](/packages/trexima-sri-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (16)Used By (0)

sri-client
==========

[](#sri-client)

Installation
------------

[](#installation)

Installation with Composer:

```
composer require trexima/sri-client

```

Installation of MYSQL driver inside of Docker container
-------------------------------------------------------

[](#installation-of-mysql-driver-inside-of-docker-container)

Installation inside of Docker container:

```
docker-php-ext-install pdo_mysql
docker-php-ext-enable pdo_mysql
/etc/init.d/apache2 reload

```

Basic Usage of v2 client
------------------------

[](#basic-usage-of-v2-client)

```
