PHP code example of capsphere / experian-php-core
1. Go to this page and download the library: Download capsphere/experian-php-core 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/ */
capsphere / experian-php-core example snippets
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003,
"pathMappings": {
"C:\\$PATH_TO_WORKSPACE": "${workspaceFolder}"
}
}
]
}