Skip to content

Repository files navigation

GitHub releaseTotal downloads

Bearsampp Module - phpPgAdmin

This is a module of Bearsampp project involving phpPgAdmin, a web-based administration tool for PostgreSQL.

Build System

This module uses a pure Gradle build system (no wrapper, no Ant) for building and packaging phpPgAdmin releases.

Prerequisites

RequirementVersionPurpose
Java8+Required for Gradle execution
Gradle8.0+Build automation tool
7-ZipLatestArchive compression

Quick Start

# Display build information
gradle info
# List all available tasks
gradle tasks
# Verify build environment
gradle verify
# Build a release (interactive)
gradle release
# Build a specific version (non-interactive)
gradle release -PbundleVersion=7.14.7
# Build all versions
gradle releaseAll
# Clean build artifacts
gradle clean

Available Tasks

TaskDescription
releaseBuild release package (interactive/non-interactive)
releaseAllBuild all available versions
cleanClean build artifacts
cleanAllClean all including downloads
infoDisplay build configuration
verifyVerify build environment
listVersionsList available bundle versions
listReleasesList all available releases
validatePropertiesValidate build.properties
checkModulesUntouchedCheck modules-untouched integration

Configuration

The build is configured through build.properties:

bundle.name = phpPgAdmin
bundle.release = 2025.10.31
bundle.type = apps
bundle.format = 7z

Build Output

Archives are created in: bearsampp-build/apps/phpPgAdmin/{bundle.release}/

Example:

bearsampp-build/apps/phpPgAdmin/2025.10.31/
├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z
├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.md5
├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.sha1
├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.sha256
└── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.sha512

Documentation

Complete build documentation is available in .gradle-docs/:

Module Information

https://bearsampp.com/module/phppgadmin

Issues

Issues must be reported on Bearsampp repository.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

PhpPgAdmin module for the Bearsampp project

Topics

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages