Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

BitValentine's avatar

How to add Amember Lite API to Laravel correctly

I'm going to be using Amember for managing users & subscriptions on my Laravel app.

Basically they can register and login via Amember, I've set it to redirect to the Laravel location and its passing the data correctly (on a test) via Blade.

However I want to make this a controller so I can get the data needed from the API such as user_id, name, etc.

What is the best way to integrate this into Laravel?

Here are the docs for the API: http://www.amember.com/docs/API/Lite

Thanks

0 likes
0 replies

Please or to participate in this conversation.