PHPackages                             moritzdemmer/enzoic - 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. moritzdemmer/enzoic

ActiveLibrary[API Development](/categories/api)

moritzdemmer/enzoic
===================

PHP library for Enzoic API

058PHP

Since Oct 1Pushed 4y agoCompare

[ Source](https://github.com/moritzdemmer/enzoic-php-client)[ Packagist](https://packagist.org/packages/moritzdemmer/enzoic)[ RSS](/packages/moritzdemmer-enzoic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Enzoic PHP Client Library
=========================

[](#enzoic-php-client-library)

TOC
---

[](#toc)

This README covers the following topics:

- [Installation](#installation)
- [API Overview](#api-overview)
- [The Enzoic constructor](#the-enzoic-constructor)

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

[](#installation)

To include the Enzoic library in your project using Composer:

```
$ composer require enzoic/enzoic
```

**Enzoic for PHP requires the Argon2 command line utility to be installed and runnable by your PHP application. See  for installation instructions.**

API Overview
------------

[](#api-overview)

Below is some simple example code which demonstrates the usage of the API.

```
