PHPackages                             m4tthumphrey/php-dynect-api-rest - 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. m4tthumphrey/php-dynect-api-rest

ActiveLibrary[API Development](/categories/api)

m4tthumphrey/php-dynect-api-rest
================================

REST API client for Dynect

0.1.4(13y ago)1241[5 issues](https://github.com/m4tthumphrey/php-dynect-api-rest/issues)MITPHPPHP &gt;=5.3.2

Since Jun 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/m4tthumphrey/php-dynect-api-rest)[ Packagist](https://packagist.org/packages/m4tthumphrey/php-dynect-api-rest)[ Docs](https://github.com/m4tthumphrey/php-dynect-api-rest)[ RSS](/packages/m4tthumphrey-php-dynect-api-rest/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

php-dynect-api-rest
===================

[](#php-dynect-api-rest)

PHP wrapper for v2 of the Dynect API. This is very much a work in progress, do not use in production.

Foreword
--------

[](#foreword)

I no longer have access to a Dynect account so will be unable to maintain this library until further notice. If anyone wishes to continue please contact me and I can transfer or add you onto the repo.

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

[](#installation)

Install Composer

```
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer

```

Add the following to your require block in composer.json config:

```
"m4tthumphrey/php-dynect-api-rest": "dev-master"

```

Include Composer's autoloader:

```
require_once dirname(__DIR__).'/vendor/autoload.php';
```

Usage
-----

[](#usage)

```
try {
    $client = new Dynect\Client();
    $response = $client->api('session')->login('company_name', 'username', 'password');

    print_r($response);

    /*
    Array
    (
        [token] => ...
        [version] => 3.4.0
    )
    */
} catch (Exception $e) {
    echo 'Error!'.$e->getMessage().'';
}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~2 days

Total

5

Last Release

4758d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/582971?v=4)[Matt Humphrey](/maintainers/m4tthumphrey)[@m4tthumphrey](https://github.com/m4tthumphrey)

---

Top Contributors

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

---

Tags

apidnsdynect

### Embed Badge

![Health badge](/badges/m4tthumphrey-php-dynect-api-rest/health.svg)

```
[![Health](https://phpackages.com/badges/m4tthumphrey-php-dynect-api-rest/health.svg)](https://phpackages.com/packages/m4tthumphrey-php-dynect-api-rest)
```

###  Alternatives

[webit/w-firma-api

wFirma.pl API

1821.5k](/packages/webit-w-firma-api)

PHPackages © 2026

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