PHPackages                             antwebes/api-social-bundle - 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. antwebes/api-social-bundle

ActiveSymfony-bundle[API Development](/categories/api)

antwebes/api-social-bundle
==========================

Symfony2 bundle to build social stuff with chatsfree API

0447JavaScript

Since Oct 1Pushed 9y ago4 watchersCompare

[ Source](https://github.com/antwebes/ApiSocialBundle)[ Packagist](https://packagist.org/packages/antwebes/api-social-bundle)[ RSS](/packages/antwebes-api-social-bundle/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

ApiSocialBundle
===============

[](#apisocialbundle)

Symfony2 bundle for ChatBoilerplate project, It makes it easy to use API of api.chatea.net , through ChateaClientBundle and can list users and channels.

Install
-------

[](#install)

1. Include Bundle to AppKernel.php ( ApiSocialBundle )

    new Ant\\Bundle\\ApiSocialBundle\\ApiSocialBundle(),
2. Include routing.yml

```
api_social:
    resource: "@ApiSocialBundle/Resources/config/routing.yml"
    prefix:   /

```

3. Ready to use

Configuration
-------------

[](#configuration)

You can define some filters to get users. Now you can set language, to get users only of a language.

Define in your parameters.yml the following parameter to modify language by default ( es ), example:

```
parameters:
    users.language: 'en'

```

You also can establish the limit of the last visits or voyeur to show in the app confing (`app/config/config.yml`) under the api\_social. If you don't configure it the default value is 3.

```
api_social;
    visits_limit: 5
    voyeur_limit: 5

```

Also, you can specify the columns to order the user list with the users\_orders option (by default no order is specified). Form example:

```
api_social:
    users_orders:
        lastLogin: desc
        hasProfilePhoto: desc

```

The order of the channels list can also be configured under the channels\_orders option being the default order by fan desc. To specify for example to order by name asc you should put the following in the config:

```
api_social:
    channels_orders:
        lastLogin: asc

```

The minimum number of votes that a photo must have to appear in the top photos list can be configured under the `minimum_votes_for_popular_photos` option. Example:

```
api_social;
    minimum_votes_for_popular_photos: 5

```

Other parameters: realtime\_endpoint:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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/33d23db34cdb32dd20ebae582d101d7eb48777143e993dd19bbc89d3275c5ae2?d=identicon)[Chrysweel](/maintainers/Chrysweel)

---

Top Contributors

[![Chrysweel](https://avatars.githubusercontent.com/u/1416870?v=4)](https://github.com/Chrysweel "Chrysweel (119 commits)")[![jdeveloper](https://avatars.githubusercontent.com/u/8874?v=4)](https://github.com/jdeveloper "jdeveloper (106 commits)")[![jjbier](https://avatars.githubusercontent.com/u/1135220?v=4)](https://github.com/jjbier "jjbier (27 commits)")

### Embed Badge

![Health badge](/badges/antwebes-api-social-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/antwebes-api-social-bundle/health.svg)](https://phpackages.com/packages/antwebes-api-social-bundle)
```

###  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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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