PHPackages                             ipalaus/sqwiggle-php-sdk - 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. ipalaus/sqwiggle-php-sdk

ActiveLibrary[API Development](/categories/api)

ipalaus/sqwiggle-php-sdk
========================

Unofficial Sqwiggle SDK for PHP.

v0.1.0(12y ago)429[1 issues](https://github.com/ipalaus/sqwiggle-php-sdk/issues)MITPHPPHP &gt;=5.3.0

Since Feb 28Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ipalaus/sqwiggle-php-sdk)[ Packagist](https://packagist.org/packages/ipalaus/sqwiggle-php-sdk)[ RSS](/packages/ipalaus-sqwiggle-php-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Sqwiggle PHP SDK
================

[](#sqwiggle-php-sdk)

Unofficial Sqwiggle SDK for PHP.

This package is compliant with [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md), [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), and [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md). If you notice compliance oversights, please send a patch via pull request.

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

[](#installation)

Via [Composer](http://getcomposer.org):

```
{
    "require": {
        "ipalaus/sqwiggle-php-sdk": "0.1.*"
    }
}
```

Usage
-----

[](#usage)

To use the Sqwiggle PHP SDK you need to authenticate to the Sqwiggle API using your access token, which is passed via HTTP Based Authentication. A `BasicAuthentication` class is provided in order to ease the process.

```
use Ipalaus\Sqwiggle\Client;
use Ipalaus\Sqwiggle\BasicAuthentication;

$auth = new BasicAuthentication('access_token');

$client = new Client($auth);
```

### Attachments

[](#attachments)

```
$client->getAttachment(3009);
$client->updateAttachment(3009, array('description' => 'An awesome image.'));
$client->removeAttachment(3009);
$client->getAttachments();
```

### Conversations

[](#conversations)

```
$client->getConversation(88732);
$client->getConversations();
```

### Information

[](#information)

```
$client->getInfo();
$client->getConfigurationInfo();
$client->getVersionsInfo();
```

### Invites

[](#invites)

```
$client->createInvite('isern@example.com');
$client->getInvite(16430);
$client->removeInvite(16429);
$client->getInvites();
```

### Messages

[](#messages)

```
$client->createMessage(4885, 'API posted message, yay!');
$client->getMessage(673750);
$client->updateMessage(673780, 'Updated message :)');
$client->removeMessage(673780);
$client->getMessages();
```

### Organizations

[](#organizations)

```
$client->getOrganization(8579);
$client->updateOrganization(8579, 'ipalaus');
$client->getOrganizations();
```

### Rooms

[](#rooms)

```
$client->getRooms();
$client->createRoom('github');
$client->getRoom(4885);
$client->updateRoom(5802, 'Isern');
$client->removeRoom(5800);
```

### Users

[](#users)

```
$client->getUser(16898);
$client->updateUser(16898, array('name' => 'Isern Palaus', 'message' => 'Hi, I am Isern.'));
$client->getUsers();
```

Support
-------

[](#support)

Bugs and feature request are tracked on [GitHub](https://github.com/ipalaus/sqwiggle-php-sdk/issues).

Credits
-------

[](#credits)

- [Isern Palaus](https://github.com/ipalaus)
- [All Contributors](https://github.com/ipalaus/sqwiggle-php-sdk/contributors)

License
-------

[](#license)

This package is released under the MIT License. See the bundled [LICENSE](https://github.com/ipalaus/sqwiggle-php-sdk/blob/master/LICENSE) file for details.

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

4550d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/248183?v=4)[Isern Palaus](/maintainers/ipalaus)[@ipalaus](https://github.com/ipalaus)

---

Top Contributors

[![ipalaus](https://avatars.githubusercontent.com/u/248183?v=4)](https://github.com/ipalaus "ipalaus (16 commits)")

---

Tags

apisdksqwiggle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ipalaus-sqwiggle-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/ipalaus-sqwiggle-php-sdk/health.svg)](https://phpackages.com/packages/ipalaus-sqwiggle-php-sdk)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46994.5k5](/packages/deepseek-php-deepseek-php-client)[corbanb/freebird-php

Twitter API v1.1 Application only authoization library

158.6k](/packages/corbanb-freebird-php)[ipalaus/buffer-php-sdk

Unofficial Buffer SDK for PHP.

148.9k](/packages/ipalaus-buffer-php-sdk)

PHPackages © 2026

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