PHPackages                             advanced-store/api-client - 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. advanced-store/api-client

AbandonedArchivedLibrary[API Development](/categories/api)

advanced-store/api-client
=========================

155PHP

Since Oct 20Pushed 10y ago7 watchersCompare

[ Source](https://github.com/advancedSTORE/api-client)[ Packagist](https://packagist.org/packages/advanced-store/api-client)[ RSS](/packages/advanced-store-api-client/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Creative Commons License](https://camo.githubusercontent.com/627f8381f39aaac7fd5516a4eb37d169132626708878080d77999e11b1321eea/687474703a2f2f692e6372656174697665636f6d6d6f6e732e6f72672f6c2f62792d6e632d6e642f342e302f38307831352e706e67)](http://creativecommons.org/licenses/by-nc-nd/4.0/)
This work is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/).

API Client
==========

[](#api-client)

This package adds functionality to laravel which allows you to get user permissions through the o2client.

1. Installation
---------------

[](#1-installation)

#### via Composer

[](#via-composer)

First add the following line to your **composer.json** .

`"advanced-store/api-client": "dev-master"`Run this command in you CLI.

`composer update`This package will require the `advanced-store/oauth2-client` to work properly.

2. Configuration
----------------

[](#2-configuration)

#### Publish package config

[](#publish-package-config)

Run the following command if you are installing for the first time.

```

    php artisan config:publish advanced-store/api-client

```

Add following lines to your app.php.

#### Provider

[](#provider)

```

    'AdvancedStore\ApiClient\ApiClientServiceProvider',

```

#### Aliases

[](#aliases)

```

    'YourAlias' => 'AdvancedStore\ApiClient\Facades\ApiClientFacade',,

```

3. Usage
--------

[](#3-usage)

 Now you can get the user permissions by calling `'YourAlias'::getUserPermissions()`

 In combination with the `advanced-store/access-filter` package the access-filter config will be filled with the user permission as default.

4. Methods
----------

[](#4-methods)

- getUserPermissions()

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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/328df272c4415d3da2c2a514322c5f21ba291df49506f1fe10549c7dd407a715?d=identicon)[dazero0](/maintainers/dazero0)

### Embed Badge

![Health badge](/badges/advanced-store-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/advanced-store-api-client/health.svg)](https://phpackages.com/packages/advanced-store-api-client)
```

###  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)
