PHP code example of khbd / laravel-wso2-identity-api-user

1. Go to this page and download the library: Download khbd/laravel-wso2-identity-api-user 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/ */

    

khbd / laravel-wso2-identity-api-user example snippets


(new IdpUser())->create(array());

IdpUser::create(array());

IdpUser()->create(array());
bash
php artisan vendor:publish --provider=Khbd\LaravelWso2IdentityApiUser\IdpServiceProvider
bash
php artisan vendor:publish --provider=Khbd\LaravelWso2IdentityApiUser\IdpServiceProvider  --tag="idpuser"

 php artisan make:idpdriver YourSDKName