PHPackages                             ubozdemir/plentific - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ubozdemir/plentific

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

ubozdemir/plentific
===================

Create users via a remote API

v0.5(2y ago)05PHP

Since Feb 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ufb007/plentific-api)[ Packagist](https://packagist.org/packages/ubozdemir/plentific)[ RSS](/packages/ubozdemir-plentific/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

Plentific API request test
==========================

[](#plentific-api-request-test)

### Install composer package

[](#install-composer-package)

```
composer require ubozdemir/plentific
```

### Import UserRepository/UserService classes

[](#import-userrepositoryuserservice-classes)

```
use Ubozdemir\Plentific\Repositories\UserRepository;
use Ubozdemir\Plentific\Services\UserService;
```

### Instantiate UserService &amp; UserRepository

[](#instantiate-userservice--userrepository)

```
$userService = new UserService(new UserRepository());
```

### Make request to get paginated users 6 at a time

[](#make-request-to-get-paginated-users-6-at-a-time)

```
$users = $userService->all(1);
```

Get user by their ID
--------------------

[](#get-user-by-their-id)

```
$user = $userService->getById(5);
```

### Create new user

[](#create-new-user)

POST with request 'name' =&gt; 'Some name' and 'job' =&gt; 'Job Title'

```
try {
    $createdUser = $userService->create($_POST);

    //$createdUser returns new ID
} catch (Exception $e) {
    die($e->getMessage());
}
```

### Run tests

[](#run-tests)

```
composer test
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

865d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ubozdemir-plentific/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)

PHPackages © 2026

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