{"id":19909686,"url":"https://github.com/bearsampp/module-phpmyadmin","last_synced_at":"2026-05-14T03:32:07.336Z","repository":{"id":40315756,"uuid":"422395587","full_name":"Bearsampp/module-phpmyadmin","owner":"Bearsampp","description":"📦 phpMyAdmin module for Bearsampp project","archived":false,"fork":false,"pushed_at":"2026-04-15T02:54:26.000Z","size":38121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-15T04:26:47.445Z","etag":null,"topics":["database","hacktoberfest","phpmyadmin"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/phpmyadmin","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bearsampp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-10-29T00:35:07.000Z","updated_at":"2026-04-15T02:54:30.000Z","dependencies_parsed_at":"2025-02-16T13:25:15.872Z","dependency_job_id":"c971f4dc-b8e9-4f25-b613-e06c7691fb2f","html_url":"https://github.com/Bearsampp/module-phpmyadmin","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-phpmyadmin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phpmyadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phpmyadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phpmyadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phpmyadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-phpmyadmin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phpmyadmin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33009479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","hacktoberfest","phpmyadmin"],"created_at":"2024-11-12T21:16:21.014Z","updated_at":"2026-05-14T03:32:07.331Z","avatar_url":"https://github.com/Bearsampp.png","language":"PHP","funding_links":["https://github.com/sponsors/N6REJ","https://www.paypal.me/BearLeeAble"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://bearsampp.com/contribute\" target=\"_blank\"\u003e\u003cimg width=\"250\" src=\"img/Bearsampp-logo.svg\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n[![GitHub release](https://img.shields.io/github/release/bearsampp/module-phpmyadmin.svg?style=flat-square)](https://github.com/bearsampp/module-phpmyadmin/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-phpmyadmin/total.svg?style=flat-square)\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving phpMyAdmin.\n\n## Documentation and downloads\n\nhttps://bearsampp.com/module/phpmyadmin\n\n## Build Documentation\n\nThis 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/).\n\n### Quick Start\n\n```bash\n# Build a specific version\ngradle release -PbundleVersion=5.2.1\n\n# Build all available versions\ngradle releaseAll\n\n# List available versions\ngradle listVersions\n\n# Verify build environment\ngradle verify\n\n# Display build information\ngradle info\n```\n\n### Key Features\n\n- ✅ **Version folder inclusion** - Archives contain version folder (e.g., `phpmyadmin5.2.1/`)\n- ✅ **Automatic download** - Fetches phpMyAdmin from multiple sources with fallback\n- ✅ **Hash generation** - Creates MD5, SHA1, SHA256, and SHA512 hash files\n- ✅ **Build all versions** - Single command to build all versions in bin/\n- ✅ **Pure Gradle** - No Ant dependencies, modern build system\n\n### Documentation\n\nComplete build documentation is available in [.gradle-docs/](.gradle-docs/):\n- [README.md](.gradle-docs/README.md) - Main documentation and quick reference\n- [BUILD.md](.gradle-docs/BUILD.md) - Comprehensive build documentation\n- [VERSION_FOLDER_VERIFICATION.md](.gradle-docs/VERSION_FOLDER_VERIFICATION.md) - Version folder inclusion proof\n- [CHANGES.md](.gradle-docs/CHANGES.md) - Summary of all changes\n\n### Requirements\n\n- Java 8 or higher\n- Gradle 6.0 or higher\n- 7-Zip (for archive creation)\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-phpmyadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-phpmyadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-phpmyadmin/lists"}