danielbrendel / asatru-php
A lightweight PHP framework
Package info
github.com/danielbrendel/dnyAsatruPHP-App
Type:project
pkg:composer/danielbrendel/asatru-php
v1.5
2025-10-23 20:12 UTC
Requires
- php: ^8.3
- danielbrendel/asatru-php-framework: ^1.5
- nesbot/carbon: ^3.0
- phpmailer/phpmailer: ^6.1
- dev-main
- v1.5
- v1.4
- v1.3
- v1.2
- v1.1
- v1.0
- dev-dependabot/npm_and_yarn/multi-0d13b2d87f
- dev-dependabot/npm_and_yarn/picomatch-2.3.2
- dev-dependabot/npm_and_yarn/immutable-5.1.5
- dev-dependabot/npm_and_yarn/ajv-6.14.0
- dev-dependabot/npm_and_yarn/webpack-5.105.0
- dev-dependabot/composer/phpunit/phpunit-11.5.50
This package is auto-updated.
Last update: 2026-03-29 12:55:00 UTC
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 available in the /public/doc directory.
Requirements
- PHP ^8.3
- MariaDB ^10.4
- Composer ^2.2