danielbrendel/asatru-php-framework
最新稳定版本:v1.5
Composer 安装命令:
composer require danielbrendel/asatru-php-framework
包简介
A lightweight PHP framework
关键字:
README 文档
README
(C) 2019 - 2025 by Daniel Brendel
Codename: dnyAsatruPHP
Contact: dbrendel1988(at)gmail(dot)com
GitHub: https://github.com/danielbrendel
Released under the MIT license
Description:
This product is a lightweight PHP framework which can be used to create your own PHP apps using MVC design pattern.
Feature overview:
- Controllers
- Views
- Models
- Modules
- Migrations
- Templating
- Logging
- .env parser
- Localization
- Exception handling
- Events
- Commands
- Validators
- Helpers
- Autoloading
- Config management
- Security
- Flash messages
- Authentication
- Caching
- Testing
- CLI interface
- mail() wrapper
- SMTP mailing
- Html helper
- Form helper
- Carbon support
- npm/webpack support
Installation
The installation of this framework is just one composer command away:
composer require danielbrendel/asatru-php-framework
To create a new project run the command:
composer create-project danielbrendel/asatru-php
Documentation
The documentation is located in the /doc directory.
Testing
In order to run the framework tests you have to place the project folder so as it would be done with Composer with an App skeleton. This is due to the fact that the tests use the app skeleton for several input sources and output. Also be sure that a database is running and adjust the settings.
Then go to the framework base directory and issue the following command to run the framework tests
"vendor/bin/phpunit" --stderr
Requirements
- PHP ^8.3
- MariaDB ^10.4
- Composer ^2.2
统计信息
- 总下载量: 2.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-11