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.9.0
- valkyrja/valkyrja: ^25.0.0
Requires (Dev)
- fakerphp/faker: ^1.24.1
- filp/whoops: ^2.18.4
- mockery/mockery: ^1.6.12
- phpunit/phpunit: ^12.5.3
This package is auto-updated.
Last update: 2025-12-17 20:47:43 UTC
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 is the Old Norse spelling for Valkryries, a mythical creature that would guide warriors to Valhallah (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.
Coverage Status
Build Status
Installation
Clone this repo locally.
git clone git@github.com:valkyrjaio/application.git ./your-project
Install via composer
composer install
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.