PHP code example of selkis / ven-id

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

    

selkis / ven-id example snippets


Selkis\VenID\Providers\VenIdServicesProvider::class,
Ixudra\Curl\CurlServiceProvider::class,

'Curl'   => Ixudra\Curl\Facades\Curl::class,
'Seniat' => Selkis\VenID\Facades\SeniatFacades::class,
'CNE' => Selkis\VenID\Facades\CNEFacades::class,

public function index(){
	return \CNE::getInfo('V','4824519');
};

public function index(){
	return \Seniat::getInfo('V214714759');
};