psfs/core
最新稳定版本:2.4.1
Composer 安装命令:
composer require psfs/core
包简介
Php Simple Fast & Secure
README 文档
README
PSFS Core
PSFS is a lightweight PHP framework for MVC/API applications (Twig + Propel + Symfony components).
5-minute setup
Prerequisites:
- Docker + Docker Compose
- Git
docker compose up -d docker compose ps docker exec core-php-1 php -v docker exec core-php-1 composer install --no-interaction --prefer-dist
If your PHP container name is not core-php-1:
docker compose ps
docker ps --format '{{.Names}}'
Daily command map
# Run key tests docker exec core-php-1 php vendor/bin/phpunit --no-coverage --filter '/(AuthApiTest|RequestResponseSecurityContractTest)/' # List PSFS CLI commands docker exec core-php-1 php src/bin/psfs list # Security local pre-check (act) act push --container-architecture linux/amd64
Choose your path
Onboarding path
- Read Operations Playbook
- Read DTO Validation Engine
- Execute the "First day" flow
- Use troubleshooting matrix when blocked
Core contributor path
- Read Operations Playbook
- Read DTO Validation Engine
- Read Propel Workflow
- Run key tests and validate changes in Docker
Propel models and migrations
For operational Propel flow (schema, model generation context, migration execution, rollback, failure modes), see:
Documentation index
Rules
- Run project commands inside Docker containers.
- Keep command blocks explicitly tagged as
validatedorexample-only.
统计信息
- 总下载量: 1.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-29