PHPackages                             eighteen73/dear-api - 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. eighteen73/dear-api

ActiveLibrary[API Development](/categories/api)

eighteen73/dear-api
===================

PHP Library for dear systems API v2 https://dearinventory.docs.apiary.io

v1.0.5(3y ago)2985↓75%MITPHPPHP ^8.0

Since Dec 21Pushed 3y agoCompare

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

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

PHP Dear API Wrapper
====================

[](#php-dear-api-wrapper)

PHP Library for [DEAR Systems](https://dearinventory.docs.apiary.io) API v2.

Originally forked from [UmiMood/dear-api](https://github.com/UmiMood/dear-api).

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

[](#requirements)

- PHP 8.0+
- guzzlehttp/guzzle 7.4+
- ext-json extension

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

[](#installation)

```
composer require eighteen73/dear-api
```

Otherwise just download the package and add it to the autoloader.

API Documentation
-----------------

[](#api-documentation)

[DOCS](https://dearinventory.docs.apiary.io)

Usage
-----

[](#usage)

Create a Dear instance.

```
$dear = Eighteen73\Dear\Dear::create("DEAR-ACCOUNT_ID", "DEAR-APPLICATION-KEY");
```

Get data from API

```
$products = $dear->product()->get([]);
$accounts = $dear->account()->get([]);
$me = $dear->me()->get([]);
```

Push a new record to the API

```
$response = $dear->product()->create($params); // see docs for available parameters
```

Update an existing record

```
$response = $dear->product()->update($guid, $params); // see docs for available parameters
```

Delete a record

```
$response = $dear->product()->delete($guid, []);
```

Links
-----

[](#links)

- [License](./LICENSE)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.2% 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 ~23 days

Recently: every ~34 days

Total

7

Last Release

1097d ago

### Community

Maintainers

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

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

---

Top Contributors

[![Muffinman](https://avatars.githubusercontent.com/u/1319568?v=4)](https://github.com/Muffinman "Muffinman (12 commits)")[![UmiMood](https://avatars.githubusercontent.com/u/7909282?v=4)](https://github.com/UmiMood "UmiMood (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/eighteen73-dear-api/health.svg)

```
[![Health](https://phpackages.com/badges/eighteen73-dear-api/health.svg)](https://phpackages.com/packages/eighteen73-dear-api)
```

###  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)
