PHPackages                             amritgc/userengage-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. amritgc/userengage-php

ActiveLibrary

amritgc/userengage-php
======================

111.1k[1 issues](https://github.com/gcamrit/userengage-php/issues)PHP

Since May 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gcamrit/userengage-php)[ Packagist](https://packagist.org/packages/amritgc/userengage-php)[ RSS](/packages/amritgc-userengage-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

UserEngage Php
==============

[](#userengage-php)

Usage
=====

[](#usage)

```
$userEngage = new \Gc\UserEngage\UserEngage('API_KEY');
```

Create User
-----------

[](#create-user)

```
$userEngage->user()->create([
  "first_name": "Amrit",
  "last_name": "G.C"
  "email": "myemail@example.org",
]);
```

Find User Detail
----------------

[](#find-user-detail)

```
$userEngage->user()->findByEmail('mytestemail@gmail.com');
$userEngage->user()->findByKey('7Q2VclcuKp7o');
$userEngage->user()->findById('123');
$userEngage->user()->findByPhoneNumber('9847463745');
```

Delete User Detail
------------------

[](#delete-user-detail)

```
$userEngage->user()->delete($userId);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4d545ff25ae3c5c3f051f43f4acdab54afbc2813004b8692ec95f972aa88ddf?d=identicon)[gcamrit](/maintainers/gcamrit)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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