Skip to content

Siphalor/maven-repo-visualizer

Repository files navigation

Maven Repository Visualizer (MavenRV)

A php directory listing for Maven repositories.

Features

  • Clean, responsive web interface for Maven repository browsing
  • Intelligent sorting of Maven artifacts and versions
  • Support for both light and dark themes
  • Configurable appearance and behavior

Installation

Prerequisites

  • PHP 8.1 or higher with PHP-FPM
  • Nginx web server
  • File access to a Maven repository directory

Setup

  1. Clone the repository:

    git clone https://github.com/Siphalor/maven-repo-visualizer mavenrv
    cd mavenrv
  2. Install dependencies:

    composer install
  3. Configure environment:

    cp .env.example .env

    Edit .env to customize your installation

  4. Setup nginx configuration:
    See example.nginx.conf

About

A php-based directory auto-index for maven repositories.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published