{"id":19909697,"url":"https://github.com/bearsampp/module-phppgadmin","last_synced_at":"2026-04-28T17:34:46.826Z","repository":{"id":45696610,"uuid":"433483837","full_name":"Bearsampp/module-phppgadmin","owner":"Bearsampp","description":"PhpPgAdmin module for the Bearsampp project","archived":false,"fork":false,"pushed_at":"2026-04-15T06:04:05.000Z","size":3325,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-15T07:32:23.019Z","etag":null,"topics":["hacktoberfest","phppgadmin","postgresql"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/phppgadmin","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-11-30T15:29:51.000Z","updated_at":"2026-04-15T06:04:09.000Z","dependencies_parsed_at":"2024-04-15T05:05:40.206Z","dependency_job_id":"a340abcb-d4ea-4046-9069-3dd37200cf0a","html_url":"https://github.com/Bearsampp/module-phppgadmin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Bearsampp/module-phppgadmin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phppgadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phppgadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phppgadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phppgadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-phppgadmin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-phppgadmin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest","phppgadmin","postgresql"],"created_at":"2024-11-12T21:16:22.416Z","updated_at":"2026-04-28T17:34:46.820Z","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-phppgadmin.svg?style=flat-square)](https://github.com/bearsampp/module-phppgadmin/releases/latest)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-phppgadmin/total.svg?style=flat-square)\n\n# Bearsampp Module - phpPgAdmin\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving phpPgAdmin, a web-based administration tool for PostgreSQL.\n\n## Build System\n\nThis module uses a **pure Gradle build system** (no wrapper, no Ant) for building and packaging phpPgAdmin releases.\n\n### Prerequisites\n\n| Requirement       | Version       | Purpose                                  |\n|-------------------|---------------|------------------------------------------|\n| **Java**          | 8+            | Required for Gradle execution            |\n| **Gradle**        | 8.0+          | Build automation tool                    |\n| **7-Zip**         | Latest        | Archive compression                      |\n\n### Quick Start\n\n```bash\n# Display build information\ngradle info\n\n# List all available tasks\ngradle tasks\n\n# Verify build environment\ngradle verify\n\n# Build a release (interactive)\ngradle release\n\n# Build a specific version (non-interactive)\ngradle release -PbundleVersion=7.14.7\n\n# Build all versions\ngradle releaseAll\n\n# Clean build artifacts\ngradle clean\n```\n\n### Available Tasks\n\n| Task                      | Description                                      |\n|---------------------------|--------------------------------------------------|\n| `release`                 | Build release package (interactive/non-interactive) |\n| `releaseAll`              | Build all available versions                     |\n| `clean`                   | Clean build artifacts                            |\n| `cleanAll`                | Clean all including downloads                    |\n| `info`                    | Display build configuration                      |\n| `verify`                  | Verify build environment                         |\n| `listVersions`            | List available bundle versions                   |\n| `listReleases`            | List all available releases                      |\n| `validateProperties`      | Validate build.properties                        |\n| `checkModulesUntouched`   | Check modules-untouched integration              |\n\n### Configuration\n\nThe build is configured through `build.properties`:\n\n```properties\nbundle.name     = phpPgAdmin\nbundle.release  = 2025.10.31\nbundle.type     = apps\nbundle.format   = 7z\n```\n\n### Build Output\n\nArchives are created in: `bearsampp-build/apps/phpPgAdmin/{bundle.release}/`\n\nExample:\n```\nbearsampp-build/apps/phpPgAdmin/2025.10.31/\n├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z\n├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.md5\n├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.sha1\n├── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.sha256\n└── bearsampp-phpPgAdmin-7.14.7-2025.10.31.7z.sha512\n```\n\n## Documentation\n\nComplete build documentation is available in [.gradle-docs/](.gradle-docs/):\n\n- [README.md](.gradle-docs/README.md) - Main documentation\n- [TASKS.md](.gradle-docs/TASKS.md) - Task reference\n\n## Module Information\n\nhttps://bearsampp.com/module/phppgadmin\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-phppgadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-phppgadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-phppgadmin/lists"}