PHP code example of renegare / weblet-client
1. Go to this page and download the library: Download renegare/weblet-client 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/ */
renegare / weblet-client example snippets
// Example index.php
/**
* Pass the app name and configuration to the constructor
* - No errors are thrown if any yaml file does not exist
*/
$app = new Renegare\Weblet\Client\Weblet('weblet',
__DIR__ . '/../app-constants.yml.dist',
__DIR__ . '/../app-constants.yml',
['app.root' => dirname(__DIR__)] //