PHPackages                             elyes/sonos-wrapper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. elyes/sonos-wrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

elyes/sonos-wrapper
===================

Library to get information of every product sell by sonos

1.0.2(2y ago)04MITPHPPHP &gt;=8.0

Since Jul 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Elyesv/sonos-wrapper)[ Packagist](https://packagist.org/packages/elyes/sonos-wrapper)[ RSS](/packages/elyes-sonos-wrapper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Sonos Wrapper
=============

[](#sonos-wrapper)

Library to get information of every product sell by sonos

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

[](#installation)

```
composer require elyes/sonos-wrapper
```

Local development
-----------------

[](#local-development)

```
composer install
```

```
php vendor/bin/phpstan analyze src --level=max
```

Usage
-----

[](#usage)

When you install the library you will have access to multiple function

Get all categories
------------------

[](#get-all-categories)

Retrieve all categories from sonos website

```
 $api = new \Elyes\SonosWrapper\Api()->getCategories();
```

return an array of categories

Get all products of category
----------------------------

[](#get-all-products-of-category)

Retrieve all products of a category

Put a category name as parameter, you can get the category name from the previous function

```
 $api = new \Elyes\SonosWrapper\Api()->getProductsByCategory(String $category);
```

return an array of products

Get product information
-----------------------

[](#get-product-information)

Retrieve all information of a product

Put a product name as parameter, you can get the product name from the previous function

```
 $api = new \Elyes\SonosWrapper\Api()->getProduct(String $product);
```

return an array of product information

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

3

Last Release

1040d ago

### Community

Maintainers

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

---

Top Contributors

[![Elyesv](https://avatars.githubusercontent.com/u/90452802?v=4)](https://github.com/Elyesv "Elyesv (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/elyes-sonos-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/elyes-sonos-wrapper/health.svg)](https://phpackages.com/packages/elyes-sonos-wrapper)
```

###  Alternatives

[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)

PHPackages © 2026

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