PHPackages                             glasswalllab/dearconnector - 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. glasswalllab/dearconnector

ActiveLibrary

glasswalllab/dearconnector
==========================

Connection to Dear Systems

079PHP

Since Sep 9Pushed 4y agoCompare

[ Source](https://github.com/glasswalllab/dear-connector)[ Packagist](https://packagist.org/packages/glasswalllab/dearconnector)[ RSS](/packages/glasswalllab-dearconnector/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

DEAR Systems PHP Wrapper
========================

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

This package provides an integration to DEAR Systems ().

API Docs -

[![Latest Version](https://camo.githubusercontent.com/bdfa3d2bccdb60aba45c1f850c0c07e50fdea198779966d74e08438533015b65/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f676c61737377616c6c6c61622f646561722d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](https://github.com/glasswalllab/dear-connector/releases)

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

[](#installation)

You can install the package via composer:

```
composer require glasswalllab/dearconnector
```

Usage
-----

[](#usage)

1. Setup API Application in your DEAR Systems account (Integrations -&gt; API -&gt; +)
2. Include the following variables in your .env

```
DEAR_ACCOUNT_ID=YOUR_ACCOUNT_ID
DEAR_APP_KEY=YOUR_APP_KEY
DEAR_BASE_API_URL=https://inventory.dearsystems.com/externalapi/v2/

```

3. Run **php artisan migrate** to create the api\_logs database table

### Sample Usage (Laravel)

[](#sample-usage-laravel)

```
use glasswalllab\arofloconnector\DearConnector;

//Get Customer List
$dear = new DearConnector();
$dear->CallDEAR('customer','get',[]);

//Post Sale
$dear = new DearConnector();

$testSale = array(
    'CustomerID' =>'bc8e0faa-31fb-4d39-93f4-d91a5d192b1c',
    'location' => 'Main Warehouse',
);
$dear->CallDEAR('sale','POST',$testSale);
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/78292032?v=4)[Glass Wall Lab Pty Ltd](/maintainers/glasswalllab)[@glasswalllab](https://github.com/glasswalllab)

---

Top Contributors

[![stephenjreid](https://avatars.githubusercontent.com/u/1920270?v=4)](https://github.com/stephenjreid "stephenjreid (25 commits)")

### Embed Badge

![Health badge](/badges/glasswalllab-dearconnector/health.svg)

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

PHPackages © 2026

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