{"id":19909674,"url":"https://github.com/bearsampp/module-composer","last_synced_at":"2026-06-11T15:31:37.543Z","repository":{"id":39749277,"uuid":"422396247","full_name":"Bearsampp/module-composer","owner":"Bearsampp","description":"📦 Composer module for Bearsampp project","archived":false,"fork":false,"pushed_at":"2025-02-18T12:52:13.000Z","size":3531,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-18T13:40:48.107Z","etag":null,"topics":["composer","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://bearsampp.com/module/composer/","language":"Batchfile","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},"funding":{"github":"N6REJ","custom":"https://www.paypal.me/BearLeeAble"}},"created_at":"2021-10-29T00:39:04.000Z","updated_at":"2025-02-18T12:52:17.000Z","dependencies_parsed_at":"2024-09-14T13:20:17.258Z","dependency_job_id":"6aa88e08-9ce9-4cb8-815b-011fd162716d","html_url":"https://github.com/Bearsampp/module-composer","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bearsampp%2Fmodule-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bearsampp","download_url":"https://codeload.github.com/Bearsampp/module-composer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241337296,"owners_count":19946380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["composer","hacktoberfest"],"created_at":"2024-11-12T21:16:19.198Z","updated_at":"2026-06-11T15:31:37.518Z","avatar_url":"https://github.com/Bearsampp.png","language":"Batchfile","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 (latest SemVer)](https://img.shields.io/github/v/release/Bearsampp/module-composer?label=Latest%20release)\n![Total downloads](https://img.shields.io/github/downloads/bearsampp/module-composer/total.svg?style=flat-square)\n\n# Bearsampp Module - Composer\n\nThis is a module of [Bearsampp project](https://github.com/bearsampp/bearsampp) involving Composer, the PHP dependency manager.\n\n## Documentation and Downloads\n\n- **Module Page**: [bearsampp.com/module/composer](http://bearsampp.com/module/composer/)\n- **Main Project**: [bearsampp.com](https://bearsampp.com)\n\n## Build System\n\nThis project uses **Gradle** as its build system. The legacy Ant build has been fully replaced with a modern, pure Gradle implementation.\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=2.8.10\n\n# Clean build artifacts\ngradle clean\n```\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 creation (optional for zip)      |\n\n### Available Tasks\n\n| Task                  | Description                                      |\n|-----------------------|--------------------------------------------------|\n| `release`             | Build release package (interactive/non-interactive) |\n| `clean`               | Clean build artifacts and temporary files        |\n| `verify`              | Verify build environment and dependencies        |\n| `info`                | Display build configuration information          |\n| `listVersions`        | List available bundle versions in bin/           |\n| `listReleases`        | List available releases from modules-untouched   |\n| `validateProperties`  | Validate build.properties configuration          |\n\nFor complete documentation, see [.gradle-docs/README.md](.gradle-docs/README.md)\n\n## Documentation\n\n- **Build Documentation**: [.gradle-docs/README.md](.gradle-docs/README.md)\n- **Task Reference**: [.gradle-docs/TASKS.md](.gradle-docs/TASKS.md)\n- **Configuration Guide**: [.gradle-docs/CONFIG.md](.gradle-docs/CONFIG.md)\n- **Module Downloads**: https://bearsampp.com/module/composer\n\n## Issues\n\nIssues must be reported on [Bearsampp repository](https://github.com/bearsampp/bearsampp/issues).\n\n## Contributing\n\nContributions are welcome! Please ensure:\n\n1. All tasks pass verification: `gradle verify`\n2. Documentation is updated for new features\n3. Code follows existing patterns and conventions\n4. Changes are tested on Windows platform\n\n## License\n\nThis project is part of the Bearsampp project. See [LICENSE](LICENSE) for details.\n\n## Statistics\n\n![Alt](https://repobeats.axiom.co/api/embed/ed088a0bc7d3a54504ceed76595139a6acbae65d.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearsampp%2Fmodule-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearsampp%2Fmodule-composer/lists"}