PHP code example of soap / yii2-app-basic-plus
1. Go to this page and download the library: Download soap/yii2-app-basic-plus 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/ */
soap / yii2-app-basic-plus example snippets
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=yii2-basic-plus',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
];