wuding / astrophp
There is no license information available for the latest version (1.0.2) of this package.
1.0.2
2020-01-03 14:13 UTC
Requires
- alibabacloud/client: ^1.5
- catfan/medoo: ^1.5
- league/plates: ^3.3
- nikic/fast-route: ^1.3
- wuding/equiv-route: ^1.1
- wuding/magic-cube: ^1.1
- wuding/new-ui: ^1.0
- wuding/php-ext: ^1.1
- wuding/topdb: ^1.0.1
This package is auto-updated.
Last update: 2024-11-19 22:50:27 UTC
README
包 wuding/virgophp
源码库 https://github.com/urlnk/astrophp
相比较上一时期,自己写的包 wuding/equiv-route 支持路由适配器方式
安装配置
# 安装 composer install # 更新包 composer update wuding/topdb
app/config.php
# 数据库文件 # https://github.com/devops-env/env 'database2' => array( 'db_name' => ROOT_DIR . '/dev/sync/db/sqlite/search.sqlite3', ),