redamapp / app
Relational Database Management
0.1.5
2026-09-04 17:12 UTC
Requires
- php: ^8.0
- fewedev/base: ^2.2
- laravel-zero/foundation: ^13.23
- laravel-zero/framework: ^13.0
- matomo/ini: ^3.0
- phpseclib/phpseclib: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- laravel/pint: ^1.30.4
- mockery/mockery: ^1.6.12
- pestphp/pest: ^4.7.8 || ^5.0.3
- phpstan/phpstan: ^2.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This is simple application to manage relational databases.
Installation
Debian
Latest:
cd /tmp && curl -sLO https://raw.githubusercontent.com/redam-app/app/refs/heads/master/build/linux/redam.deb && sudo dpkg -i redam.deb
Specific version:
cd /tmp && curl -sLO https://raw.githubusercontent.com/redam-app/app/refs/tags/1.0.0/build/linux/redam.deb && sudo dpkg -i redam.deb
Development
Phar
Install
composer global require humbug/box
Compile
~/.config/composer/vendor/bin/box compile
Binary
Install
composer global require phpacker/phpacker
Compile
~/.config/composer/vendor/bin/phpacker build all --src=./build/redam.phar --dest=./build/
Debian package
Compile
cd build/linux && mkdir -p debian/usr/bin && cp linux-x64 debian/usr/bin/redam && dpkg-deb --build debian redam.deb && rm -rf debian/usr && cd ../..