PHPackages                             admn/admn-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. [API Development](/categories/api)
4. /
5. admn/admn-php

ActiveLibrary[API Development](/categories/api)

admn/admn-php
=============

PHP Package To Interact With ADMN Service

1.0.13(3y ago)04021PHP

Since Nov 28Pushed 3y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (15)Used By (1)

ADMN.io PHP SDK
===============

[](#admnio-php-sdk)

A simple wrapper for [ADMN.io](https://admn.io) API written in PHP.

Features
--------

[](#features)

- Log action as entity (User, Customer, Employee, etc.)

Requirements
------------

[](#requirements)

- PHP 7+
- For Laravel, use our [Laravel SDK](https://github.com/admnio/admn-laravel)

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

[](#installation)

Via Composer.

Installation:

```
composer require admn/admn-php
```

Usage:
------

[](#usage)

```
use Admn\Admn\AuditLogger;
use Admn\Admn\Actor;

// Set API Token Globally
AuditLogger::setCredentials($token, $secret);

// Create Actor Identifier Object
$actor = (new Actor())->setIdentifier(email, 'john@doe.com')->setDisplay('John Doe');

// Send Action
 return AuditLogger::make($actor)
        )->setAction('Updated a user record')
            ->setTags(['user:123','user-update'])
            ->setContext([
               'key' => 'email',
               'original_value' => 'jane@google.com',
               'updated_value' => 'jane@doe.com',
            ])
            ->save();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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 ~19 days

Recently: every ~47 days

Total

14

Last Release

1374d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2539808?v=4)[Jimmy](/maintainers/itsmill3rtime)[@itsmill3rtime](https://github.com/itsmill3rtime)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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