adminerevo

adminerevo 4.8.4

Database management in a single PHP file

https://docs.adminerevo.org
Apache License 2.0GNU General Public License v2.0 only
programs: -
Platforms (80)
armv6l-netbsdm68k-nonearmv7a-linuxm68k-netbsdx86_64-genodei686-nonepowerpc-nonepowerpcle-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adminerevo
];
Ad-hoc shell
nix-shell -p adminerevo
Flake (nix run)
nix run nixpkgs#adminerevo