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 today

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 21% 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

1092d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/90452802?v=4)[Elyes Voisin](/maintainers/Elyesv)[@Elyesv](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[drupal/drupal-extension

Drupal extension for Behat

22215.7M172](/packages/drupal-drupal-extension)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M341](/packages/drupal-core-dev)

PHPackages © 2026

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