{"id":15062729,"url":"https://github.com/gtap-dev/gravityforms-composer-installer","last_synced_at":"2025-04-10T10:10:50.374Z","repository":{"id":34887549,"uuid":"177636674","full_name":"gtap-dev/gravityforms-composer-installer","owner":"gtap-dev","description":"Gravity Forms installer helper for Composer","archived":false,"fork":false,"pushed_at":"2023-09-29T20:44:44.000Z","size":100,"stargazers_count":31,"open_issues_count":3,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-24T09:03:19.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gtap-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-25T17:51:15.000Z","updated_at":"2024-11-09T17:01:57.000Z","dependencies_parsed_at":"2024-06-21T19:18:50.119Z","dependency_job_id":"408ee37e-2822-44e8-9d7f-0edb6f0adfb1","html_url":"https://github.com/gtap-dev/gravityforms-composer-installer","commit_stats":{"total_commits":24,"total_committers":6,"mean_commits":4.0,"dds":"0.41666666666666663","last_synced_commit":"3333b4bd232ebd38b86aacfefa239fd9018b429e"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtap-dev%2Fgravityforms-composer-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtap-dev%2Fgravityforms-composer-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtap-dev%2Fgravityforms-composer-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gtap-dev%2Fgravityforms-composer-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gtap-dev","download_url":"https://codeload.github.com/gtap-dev/gravityforms-composer-installer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198888,"owners_count":21063628,"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":[],"created_at":"2024-09-24T23:45:21.586Z","updated_at":"2025-04-10T10:10:50.356Z","avatar_url":"https://github.com/gtap-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gravityforms-composer-installer\n\nHeavily inspired by [private-composer-installer](https://github.com/ffraenz/private-composer-installer).\n\n## Examples\n\n### Gravity Forms\n\nAdd the desired private package to the `repositories` field inside `composer.json`. In this example the entire dist URL of the package will be replaced by an environment variable. Find more about composer repositories in the [composer docs](https://getcomposer.org/doc/05-repositories.md#repositories).\n\n```json\n{\n  \"type\": \"package\",\n  \"package\": {\n    \"name\": \"gravityforms/gravityforms\",\n    \"version\": \"2.4.21.3\",\n    \"type\": \"wordpress-plugin\",\n    \"dist\": {\n      \"type\": \"zip\",\n      \"url\": \"https://www.gravityhelp.com/wp-content/plugins/gravitymanager/api.php?op=get_plugin\u0026slug=gravityforms\u0026key={%WP_PLUGIN_GF_KEY}\"\n    },\n    \"require\": {\n      \"composer/installers\": \"^1.4\",\n      \"gotoandplay/gravityforms-composer-installer\": \"^2.3\"\n    }\n  }\n},\n```\n\nProvide your licence key variable `WP_PLUGIN_GF_KEY` inside the `.env` file.\n\n```\nWP_PLUGIN_GF_KEY=abcdef\n```\n\nLet composer require the private package.\n\n```bash\ncomposer require gravityforms/gravityforms:*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtap-dev%2Fgravityforms-composer-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgtap-dev%2Fgravityforms-composer-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgtap-dev%2Fgravityforms-composer-installer/lists"}