PHP code example of databank / onlineservice

1. Go to this page and download the library: Download databank/onlineservice 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/ */

    

databank / onlineservice example snippets


Username check = http://URL:PORT/getusername  
Login = http://URL:PORT/getlogin  
Create a user = http://URL:PORT/getcreateuser  
Update a user = http://URL:PORT/getupdate  
Change user password = http://URL:PORT/getchangepassword