PHPackages                             plutuss/amember-pro-laravel - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. plutuss/amember-pro-laravel

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

plutuss/amember-pro-laravel
===========================

aMember allows you to receive and send information about users, products and payments

1.2.2(1y ago)4422MITPHPPHP ^8.1|^8.2|^8.3

Since Apr 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/plutuss/amember-pro-laravel)[ Packagist](https://packagist.org/packages/plutuss/amember-pro-laravel)[ RSS](/packages/plutuss-amember-pro-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (8)Used By (0)

Installed packages
------------------

[](#installed-packages)

Laravel:
--------

[](#laravel)

- [GitHub](https://github.com/plutuss/amember-api-laravel).
- [AMember Pro Web API](https://docs.amember.com/REST/).

```
 composer require plutuss/amember-pro-laravel
```

```
php artisan vendor:publish --provider="Plutuss\AMember\Providers\AMemberServiceProvider"
```

.env
----

[](#env)

- [How to get aMember API Key](https://help.birdsend.co/article/show/104240-how-to-get-amember-api-key)

```
AMEMBER_URL=http://g00dsdw5vib.amdemo.com/api
AMEMBER_API_KEY=F1dbbZd3453sdfneqdsfhw
```

```
#default collection
#collection|array|json
AMEMBER_TYPE_RESPONSE=collection
```

Use Facade AMember
------------------

[](#use-facade-amember)

- auth()
- invoice()
- payment()
- users()
- products()
- refunds()
- forms()
- access()
- affiliate()

```
