hans-thomas/valravn

valravn is a set of predefined classes for laravel.
2,826 8
Install
composer require hans-thomas/valravn
Latest Version:v3.3.2
PHP:^8.1
License:MIT
Last Updated:Aug 3, 2026
Links: GitHub  ·  Packagist
Maintainer: hans-thomas

Valravn

codecov GitHub Workflow Status GitHub top language GitHub release (latest by date) StyleCi

What is it

Valravn is a set of predefined and feature-rich classes on top of laravel that brings many features to your app. The classes are very open to overrides and developments. so feel free to override or create and use classes on top of valravn classes.

Capability table

Version Laravel
1.x 10.x
2.x 11.x
3.x 10.x, 11.x, 12.x

for more information see documentation.

Installation

To add Valravn package to your project, you can install it using Composer.

composer require hans-thomas/valravn

Then, install Valravn resources using this command.

php artisan valravn:install

That's it.

Tests

To start testing run below commands step by step:

> docker compose up -d
> docker compose exec app bash
> composer install
> composer run-script test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ❤️

Support

Related Packages

shahghasiadil/laravel-bruno-generator

Generate Bruno API collections from Laravel routes with automatic request body i...

4,710 28
rupeshstha/core-foundation

A foundational package for streamlined development, offering essential core func...

150 1
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,315 160
kavenegar/laravel

laravel 4 and 5 kavenegar integration

368,693 86
cyvelnet/laravel5-fractal

A simple fractal service provider and transformer generator with model attribute...

190,011 79