PHPackages                             revys/revy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. revys/revy

AbandonedArchivedLibrary[Framework](/categories/framework)

revys/revy
==========

Wrapper for Laravel Framework

06[3 issues](https://github.com/Revys/revy/issues)PHP

Since Jun 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Revys/revy)[ Packagist](https://packagist.org/packages/revys/revy)[ RSS](/packages/revys-revy/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Revy Framework
==============

[](#revy-framework)

Wrapper for Laravel Framework.

Features
--------

[](#features)

- Multilanguage routes
- Images management

Installation
------------

[](#installation)

1. Install package via *composer require*```
    composer require revys/revy

    ```

    or add to your composer.json to **autoload** section and update your dependencies ```
    "revys/revy": "^0.0.1"

    ```
2. Run migrations ```
    php artisan migrate

    ```
3. Run seeder ```
    php artisan db:seed --class="Revys\Revy\Database\Seeds\DatabaseSeeder"

    ```

You are ready to go!

Basic usage
-----------

[](#basic-usage)

### Routes

[](#routes)

You can easily set Multilanguage routes:

```
use Revys\Revy\App\Routes;

// Set up the default route
Route::get('/', 'PageController@page');

// Specifies 'lang' middleware and '/{locale}' prefix
Routes::withLanguage(function () {
    // Next line will set up routes like /{locale}/{page} to PageController@page
    Routes::definePageRoutes();

    // Set up you multilang routes
    // ...
    Route::get('example/page', 'ExampleController@method');
});
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d20db00dbc3463d7720d3ba21b65d1118ad8fc0d36f631f8c84995c0bd6d434d?d=identicon)[Escral](/maintainers/Escral)

---

Top Contributors

[![escral](https://avatars.githubusercontent.com/u/19815216?v=4)](https://github.com/escral "escral (36 commits)")

### Embed Badge

![Health badge](/badges/revys-revy/health.svg)

```
[![Health](https://phpackages.com/badges/revys-revy/health.svg)](https://phpackages.com/packages/revys-revy)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
