PHPackages                             websoftwares/snooth - 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. websoftwares/snooth

ActiveLibrary[API Development](/categories/api)

websoftwares/snooth
===================

PHP client for interacting with the snooth.com RESTful api.

15PHP

Since Jul 29Pushed 12y agoCompare

[ Source](https://github.com/websoftwares/Snooth)[ Packagist](https://packagist.org/packages/websoftwares/snooth)[ RSS](/packages/websoftwares-snooth/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Snooth
======

[](#snooth)

PHP client for interacting with the [api.snooth.com](https://api.snooth.com/ "snooth.com") RESTful api.

[![Build Status](https://camo.githubusercontent.com/474abbb480f0190624d5f7b7c7a63282d39f21d4d3894aecf3586a32b5fb40ee/68747470733a2f2f6170692e7472617669732d63692e6f72672f776562736f667477617265732f536e6f6f74682e706e67)](https://travis-ci.org/websoftwares/Snooth)

Documentation
-------------

[](#documentation)

We encourage you to read the [documentation](https://api.snooth.com/ "api.snooth.com") carefully before proceeding.

Api Key
-------

[](#api-key)

U need to [register](https://api.snooth.com/register/ "api.snooth.com") to obtain an api key.

Installing via Composer (recommended)
-------------------------------------

[](#installing-via-composer-recommended)

Install composer in your project:

```
curl -s http://getcomposer.org/installer | php

```

Create a composer.json file in your project root:

```
{
    "require": {
        "websoftwares/snooth": "dev-master"
    }
}

```

Install via composer

```
php composer.phar install

```

Example Usage
-------------

[](#example-usage)

Please read the [documentation](https://api.snooth.com/ "api.snooth.com") for a complete list of available methods and paramaters.

```
use Websoftwares\SnoothClient,
	Websoftwares\Snooth,
	Websoftwares\SnoothException;

try {
	$snooth = new Snooth(new SnoothClient('123456789YourApiKey'));
	// Set parameters for method and get response
	$response = $snooth->setParameter('a', 0)->get('wines');

} catch (SnoothException $e) {
	echo $e->getMessage();
}
```

Testing
-------

[](#testing)

In the tests folder u can find several tests for online and offline.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/b876616b4c499f67211e285aed4b04f5ac44f436b553353389a951b2f60e6397?d=identicon)[Websoftwares](/maintainers/Websoftwares)

### Embed Badge

![Health badge](/badges/websoftwares-snooth/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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