PHP code example of naveed125 / php-membership

1. Go to this page and download the library: Download naveed125/php-membership library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

naveed125 / php-membership example snippets

composer 

$membership = new Membership();
list($success, $result) = $membership->login($email, $pswd);