valkyrja / application
The Valkyrja Application.
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
pkg:composer/valkyrja/application
Requires
- php: >=8.4
- monolog/monolog: ^3.10.0
- valkyrja/valkyrja: ^25.25.1
Requires (Dev)
- filp/whoops: ^2.18.4
- phpunit/phpunit: ^12.5.8
README
Valkyrja
Valkyrja is a PHP framework for web and console applications.
About Valkyrja
This repository contains the skeleton code of an application built with the Valkyrja framework.
Valkyrja (pronounced "Valk-ear-ya") is the Old Norse spelling for Valkyrie, a mythical creature that would guide warriors to Valhalla (the afterlife and a better place) after death. In a similar sense, the Valkyrja framework guides your application to be in a better state. Let this fast, light, and robust framework do the heavy lifting for your app.
Installation
Clone this repo locally.
git clone git@github.com:valkyrjaio/application.git ./your-project
cd your-project
composer install
Install via composer
composer create-project valkyrja/application your-project
Start coding
You're now able to start coding your application. Feel free to remove any code that you don't need from this skeleton. All of this code exists as an example. Read the documentation if you need to know how to do something specific and don't yet know how to do it.
Documentation
The Valkyrja documentation is baked into the repo so you can access it even when working offline.