PHP code example of smartframe-technologies / laminas-cdn
1. Go to this page and download the library: Download smartframe-technologies/laminas-cdn 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/ */
smartframe-technologies / laminas-cdn example snippets
return [
'cdn' => [
'fastly' => [
'apiToken' => 'your-api-token-goes-here'
],
]
];