https://github.com/bearsampp/module-phpmyadmin
📦 phpMyAdmin module for Bearsampp project
https://github.com/bearsampp/module-phpmyadmin
database hacktoberfest phpmyadmin
Last synced: about 2 months ago
JSON representation
📦 phpMyAdmin module for Bearsampp project
- Host: GitHub
- URL: https://github.com/bearsampp/module-phpmyadmin
- Owner: Bearsampp
- License: gpl-3.0
- Created: 2021-10-29T00:35:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-15T02:54:26.000Z (3 months ago)
- Last Synced: 2026-04-15T04:26:47.445Z (3 months ago)
- Topics: database, hacktoberfest, phpmyadmin
- Language: PHP
- Homepage: https://bearsampp.com/module/phpmyadmin
- Size: 36.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[](https://github.com/bearsampp/module-phpmyadmin/releases/latest)

This is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving phpMyAdmin.
## Documentation and downloads
https://bearsampp.com/module/phpmyadmin
## Build Documentation
This module uses a **pure Gradle build system** for creating releases. For detailed information about building this module, including how version folders are structured and included in releases, see [.gradle-docs/](.gradle-docs/).
### Quick Start
```bash
# Build a specific version
gradle release -PbundleVersion=5.2.1
# Build all available versions
gradle releaseAll
# List available versions
gradle listVersions
# Verify build environment
gradle verify
# Display build information
gradle info
```
### Key Features
- ✅ **Version folder inclusion** - Archives contain version folder (e.g., `phpmyadmin5.2.1/`)
- ✅ **Automatic download** - Fetches phpMyAdmin from multiple sources with fallback
- ✅ **Hash generation** - Creates MD5, SHA1, SHA256, and SHA512 hash files
- ✅ **Build all versions** - Single command to build all versions in bin/
- ✅ **Pure Gradle** - No Ant dependencies, modern build system
### Documentation
Complete build documentation is available in [.gradle-docs/](.gradle-docs/):
- [README.md](.gradle-docs/README.md) - Main documentation and quick reference
- [BUILD.md](.gradle-docs/BUILD.md) - Comprehensive build documentation
- [VERSION_FOLDER_VERIFICATION.md](.gradle-docs/VERSION_FOLDER_VERIFICATION.md) - Version folder inclusion proof
- [CHANGES.md](.gradle-docs/CHANGES.md) - Summary of all changes
### Requirements
- Java 8 or higher
- Gradle 6.0 or higher
- 7-Zip (for archive creation)
## Issues
Issues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).