PHP code example of lacore-payment-tech / lacore-php
1. Go to this page and download the library: Download lacore-payment-tech/lacore-php 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/ */
lacore-payment-tech / lacore-php example snippets
use \Lacore\Settings;
use \Lacore\Bootstrap;
Settings::configure([
"root_url" => "https://lacore-sandbox.finixpayments.com",
"username" => 'USed8KcvU1NcqCjL2gecsdE7',
"password" => '6bb7691d-eb11-4fba-a65e-c8f352dca244 '
]);
Bootstrap::init();