Valkyrja is a PHP framework for web and console applications.
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.
git clone git@github.com:valkyrjaio/application.git ./your-project
cd your-project
composer install
composer create-project valkyrja/application your-project
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.
The Valkyrja documentation is baked into the repo so you can access it even when working offline.