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

2.0.0(1y ago)11.5k↓50%[2 PRs](https://github.com/esign/laravel-plytix/pulls)MITPHPPHP ^8.2CI passing

Since Jun 11Pushed 1mo 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 1mo ago

READMEChangelog (6)Dependencies (8)Versions (18)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).

Important

It is recommended not to migrate to v2 of this package yet. While it was initially based on v2 of Plytix's API, their API was later reclassified as beta after some changes were reverted. This package now reflects those reversions and is tagged as an alpha release, as further breaking changes may occur.

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:

```
