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)21.1k↓41.2%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 today

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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

1152d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/735284?v=4)[Ed Jeavons](/maintainers/edjeavons)[@edjeavons](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

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

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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