PHPackages                             alquemie/socialsurvey-api - 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. alquemie/socialsurvey-api

ActiveLibrary[API Development](/categories/api)

alquemie/socialsurvey-api
=========================

Simple PHP wrapper for Social Survey API

0.1.0(7y ago)030GPL-3.0-or-laterPHPPHP &gt;=5.4.0

Since Oct 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Alquemie/socialsurvey-api)[ Packagist](https://packagist.org/packages/alquemie/socialsurvey-api)[ Docs](https://github.com/alquemie/socialsurvey-api)[ RSS](/packages/alquemie-socialsurvey-api/feed)WikiDiscussions master Synced today

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

Social Survey API PHP Wrapper
=============================

[](#social-survey-api-php-wrapper)

This is a simple PHP Wrapper for the Social Survey API services.

Requirements
------------

[](#requirements)

depends on PHP 5.4+, Guzzle 6+.

\##Installation

Add `alquemie/socialsurvey-api` as a require dependency in your `composer.json` file:

```
php composer.phar require alquemie/socialsurvey-api:0.1.0
```

Usage
-----

[](#usage)

```
use SocialSurveyApi\SocialSurveyApiClient;

$client = new SocialSurveyApiClient('socialsurvey-key');
```

Make requests with a specific API call method:

```
// Run surveys
$response = $client->execute(
    'surveys',
    [
        'user' => 'user@email.com'
    ]
);
```

Any Social Survey API call will work. Valid methods are:

- surveys
- surveycount

License
-------

[](#license)

GPL3 or later license.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2757d ago

### Community

Maintainers

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

---

Tags

phpapisocial survey

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alquemie-socialsurvey-api/health.svg)

```
[![Health](https://phpackages.com/badges/alquemie-socialsurvey-api/health.svg)](https://phpackages.com/packages/alquemie-socialsurvey-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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