PHPackages                             lqasz/supplier-stock-info - 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. lqasz/supplier-stock-info

ActiveLibrary

lqasz/supplier-stock-info
=========================

Supplier stock info package.

0.0.1(4y ago)15MITPHPPHP ^7.4|^8.0

Since Dec 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lucasosuch/supplier-stock-info)[ Packagist](https://packagist.org/packages/lqasz/supplier-stock-info)[ RSS](/packages/lqasz-supplier-stock-info/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Supplier Stock Info Package
===========================

[](#supplier-stock-info-package)

Package for fetching data about items from specified suppliers.

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

[](#installation)

Use the [composer](https://getcomposer.org/download/) to install package.

```
composer require lqasz/supplier-stock-info
```

Usage
-----

[](#usage)

```
use SupplierStockInfo\SupplierStock;

$supplierStock = new SupplierStock();

# return item data based on supplier type
$supplierStock->suppliers([
  [
    'name' => 'stanley-stella', // required
    'token' => '', // required
  ]
])->items([
  [
    'identifier' => '' // required
  ]
])->get();
```

Available Suppliers
-------------------

[](#available-suppliers)

For now this package supports:

- Stanley/Stella Stock API v4:
    - `` - text with email:password e.g. `'test@test.com:password'`
    - `` - Stanley/Stella SKU text

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1602d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpstanley-stellasupplier-stock

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lqasz-supplier-stock-info/health.svg)

```
[![Health](https://phpackages.com/badges/lqasz-supplier-stock-info/health.svg)](https://phpackages.com/packages/lqasz-supplier-stock-info)
```

PHPackages © 2026

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