PHPackages                             easyly/easyly-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. easyly/easyly-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

easyly/easyly-php
=================

Easyly PHP Library

00

Since Sep 18Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Easyly PHP Library
==================

[](#easyly-php-library)

[![npm](https://camo.githubusercontent.com/7ec3928bed92d1c50c2be08d7798786c83facefa1f48bcde31ac80f0c65cca74/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f656173796c79)](https://camo.githubusercontent.com/7ec3928bed92d1c50c2be08d7798786c83facefa1f48bcde31ac80f0c65cca74/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f656173796c79)[![NPM](https://camo.githubusercontent.com/656562b48c7a294b4f4ef371a3c7b58d5089b412a4b15e3e2382f4f56aaf9fff/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f656173796c79)](https://camo.githubusercontent.com/656562b48c7a294b4f4ef371a3c7b58d5089b412a4b15e3e2382f4f56aaf9fff/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f6c2f656173796c79)

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require easyly/easyly-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once 'vendor/autoload.php';
```

Manual Installation
-------------------

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/Easyly-io/easyly-php/releases). Then, to use the bindings, include the `init.php` file.

```
require_once '/path/to/easyly-php/init.php';
```

Getting Started
---------------

[](#getting-started)

Simple usage looks like:

```
$easyly = new \Easyly\EasylyClient('sk_test_XXX....');
$lead = $easyly->leads->create([
    'name' => 'john doe',
    'email' => 'john@example.com'
]);
echo $lead->id;
```

### Full documentation can be found on the [Easyly Documentation](https://api.easyly.com)

[](#full-documentation-can-be-found-on-the-easyly-documentation)

### Contributing

[](#contributing)

If you would like to contribute to Easyly, please make sure to read our [contributor guidelines](CONTRIBUTING.md).

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6072fefe8bad894b13a5852c1080f272fde5b749c83ec64937529e54c49dcbab?d=identicon)[easyly](/maintainers/easyly)

---

Top Contributors

[![nivapo95](https://avatars.githubusercontent.com/u/16899092?v=4)](https://github.com/nivapo95 "nivapo95 (4 commits)")

### Embed Badge

![Health badge](/badges/easyly-easyly-php/health.svg)

```
[![Health](https://phpackages.com/badges/easyly-easyly-php/health.svg)](https://phpackages.com/packages/easyly-easyly-php)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
