Skip to content

Plasso/plasso-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Plasso Backend Client

PHP client for Flexkit

Purpose

This client will automatically restrict access to pages you want to protect. Only your Plasso members will be able to access the pages you choose to protect, by logging in or signing up.

How to use it

  1. Copy & paste the contents of plasso.php into your code base (or include it).
  2. Uncomment the initalization line to ensure the code runs. This line: $Plasso = new Plasso( ...
  3. (Optional) You can access the Plasso Members's data with: $Plasso->memberData

Where to place the client code

At the very beginning of your script, on the pages you want to protect.

See the full documentation on using this with Flexkit. Check out the Help Center for any other questions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages