PHPackages                             esign/laravel-plytix - 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. esign/laravel-plytix

ActiveLibrary[API Development](/categories/api)

esign/laravel-plytix
====================

A Laravel SDK for the Plytix API

3.0.0(2mo ago)12.3k↓18.3%MITPHPPHP ^8.2CI passing

Since Jun 11Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/esign/laravel-plytix)[ Packagist](https://packagist.org/packages/esign/laravel-plytix)[ Docs](https://github.com/esign/laravel-plytix)[ RSS](/packages/esign-laravel-plytix/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (16)Versions (19)Used By (0)

A Laravel SDK for the Plytix API
================================

[](#a-laravel-sdk-for-the-plytix-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3f45698c7ee77476a1c7caf796724724a44d0eabd7a118d70d7c20614ac2684e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f657369676e2f6c61726176656c2d706c797469782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/esign/laravel-plytix)[![Total Downloads](https://camo.githubusercontent.com/ee1d6510fcdef09ca8e83a0de8ea95c28cb5513320d5776ea18c0f387324d703/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f657369676e2f6c61726176656c2d706c797469782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/esign/laravel-plytix)[![GitHub Actions](https://github.com/esign/laravel-plytix/actions/workflows/main.yml/badge.svg)](https://github.com/esign/laravel-plytix/actions/workflows/main.yml/badge.svg)

This package allow you to easily interact with the [Plytix API](https://apidocs.plytix.com).

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

[](#installation)

You can install the package via composer:

```
composer require esign/laravel-plytix
```

The package will automatically register a service provider.

Next up, you can publish the configuration file:

```
php artisan vendor:publish --provider="Esign\Plytix\PlytixServiceProvider" --tag="config"
```

The config file will be published as config/plytix.php with the following content:

```
