PHP code example of wuding / astrophp

1. Go to this page and download the library: Download wuding/astrophp 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/ */

    

wuding / astrophp example snippets


# 数据库文件
# https://github.com/devops-env/env
'database2' => array(
    'db_name' => ROOT_DIR . '/dev/sync/db/sqlite/search.sqlite3',
),