valkyrja/valkyrja-app

This package is abandoned and no longer maintained. The author suggests using the valkyrjaio/valkyrja package instead.

The Valkyrja Application.

Installs: 691

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

pkg:composer/valkyrja/valkyrja-app

v25.30.0 2026-02-07 04:16 UTC

This package is auto-updated.

Last update: 2026-02-07 05:19:05 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 (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.

PHP Version Require Latest Stable Version License

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.