PHP code example of fccn / webapp-tools-web-components
1. Go to this page and download the library: Download fccn/webapp-tools-web-components 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/ */
fccn / webapp-tools-web-components example snippets
//---- External libraries loader --------------------
"ext_libs_loader_service_name" => 'loader', #name of the loader service in Slim container
"ext_libs" => array(
//add libraries with the format name => path like for example:
"headjs" => $node_mods_path."/headjs/dist/1.0.0/head.min.js",
);