PHPackages                             simplylink/resource\_server\_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. [Utility &amp; Helpers](/categories/utility)
4. /
5. simplylink/resource\_server\_sdk

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

simplylink/resource\_server\_sdk
================================

SDK for simplylink resource server

021PHP

Since Oct 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/simply-link/php-resource-server-sdk)[ Packagist](https://packagist.org/packages/simplylink/resource_server_sdk)[ RSS](/packages/simplylink-resource-server-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Simplylink resource server SDK
==============================

[](#simplylink-resource-server-sdk)

Resource server is use to hold simplylink resources such as apps and services.

Installation:
-------------

[](#installation)

> security.yml

```
security:
    ...

    providers:
        ...
        simplylink_clients:
            id: simplylink.oauth.resource_server.client

    firewalls:
        ...

        main:
            ...
            guard:
                authenticators:
                    -  simplylink.oauth.resource_server.guard

```

> config.yml

```
simplylink_resource_server:
    auth_username: 'xxx'
    auth_password: 'xxx'

```

> AppKernel.php

```
    $bundles = [
        ...
        new Simplylink\ResourceServerBundle\SimplylinkResourceServerBundle()
    ]

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/195ac3dc73c6aa29334a1e2667bdd055bc7db3d2a92f0ebcff75ebc426112770?d=identicon)[ronfridman](/maintainers/ronfridman)

---

Top Contributors

[![ronfridman](https://avatars.githubusercontent.com/u/17053343?v=4)](https://github.com/ronfridman "ronfridman (5 commits)")

### Embed Badge

![Health badge](/badges/simplylink-resource-server-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/simplylink-resource-server-sdk/health.svg)](https://phpackages.com/packages/simplylink-resource-server-sdk)
```

PHPackages © 2026

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