alxgarshin/fraym
最新稳定版本:v0.9.962
Composer 安装命令:
composer require --dev alxgarshin/fraym
包简介
The Fraym PHP framework
关键字:
README 文档
README
PHP framework that brings everything you need to develop a not-so-small web-project including best practices for frontend solutions.
Requirements
- PHP 8.4
- PostgreSQL 13 (or MySQL 5.7)
Installation
Using composer:
composer require alxgarshin/fraym
After that just use:
./vendor/bin/console install
Setup DB connection in .env.dev.
And do a basic migration:
docker compose exec app ./vendor/bin/console database:migrate --env=dev
Your project is ready to go!
统计信息
- 总下载量: 131
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-21