PHPackages                             securibox/parsextract - 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. securibox/parsextract

ActiveLibrary[API Development](/categories/api)

securibox/parsextract
=====================

API wrapper for PX-Studio APIs

00PHP

Since Apr 9Pushed 5y ago3 watchersCompare

[ Source](https://github.com/Securibox/parsextract-php)[ Packagist](https://packagist.org/packages/securibox/parsextract)[ RSS](/packages/securibox-parsextract/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

parsextract-php
===============

[](#parsextract-php)

[![Packagist Version](https://camo.githubusercontent.com/15d1f75905dca9bcbafb87045a8ebfdb6deb3878ddfa678b5069b0533dcf261b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d312e302e322d626c75652e737667)](https://packagist.org/packages/securibox/parsextract)

A PHP client library for the [ParseXtract API](https://www.securibox.eu/en/px/index.html)

Install Package
---------------

[](#install-package)

Securibox ParseXtract PHP wrapper is installed via [Composer](http://getcomposer.org). Simply run the following command:

```
composer require securibox/parsextract
```

#### Alternative: Install package from zip

[](#alternative-install-package-from-zip)

If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/Securibox/parsextract-php/archive/master.zip)**.

Authentication
--------------

[](#authentication)

In order to call PX-Studio API, you need to provide a client\_id and a client\_secret that you can retrieve from the Settings section of PX-Studio.

Getting started
---------------

[](#getting-started)

The following is the minimum needed code to list all agent details and fields:

```
