sabbottlabs/laravel-adminerneo-builder

Build tool for compiling AdminerNeo v5

v1.0.3 2025-02-09 08:02 UTC

This package is auto-updated.

Last update: 2025-09-09 09:32:19 UTC


README

Build tool for compiling AdminerNeo v5 from source.

Overview

Handles compilation of AdminerNeo v5:

  • Downloads source code
  • Compiles with selected features
  • Outputs ready-to-use build

Requirements

  • PHP 8.1+
  • Git
  • PDO extension

Usage

./scripts/build

Output

  • output/adminer.php - Compiled AdminerNeo
  • output/plugins/ - Plugins from AdminerNeo Source
  • output/version.txt - Build info
  • output/README.md - Documentation
  • output/LICENSE.md - License

License

Apache License 2.0 or GPL v2