{"id":19219246,"url":"https://github.com/chassis/composer","last_synced_at":"2026-04-09T16:46:33.414Z","repository":{"id":43644406,"uuid":"76405567","full_name":"Chassis/Composer","owner":"Chassis","description":"An extensions to install Composer on your Chassis box","archived":false,"fork":false,"pushed_at":"2022-10-15T07:24:05.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-04T19:28:16.765Z","etag":null,"topics":["chassis","chassis-extension","composer","wordpress"],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chassis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-13T23:00:07.000Z","updated_at":"2022-02-26T04:51:32.000Z","dependencies_parsed_at":"2023-01-20T02:04:00.739Z","dependency_job_id":null,"html_url":"https://github.com/Chassis/Composer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FComposer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FComposer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FComposer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2FComposer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chassis","download_url":"https://codeload.github.com/Chassis/Composer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292391,"owners_count":19778311,"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":["chassis","chassis-extension","composer","wordpress"],"created_at":"2024-11-09T14:30:08.661Z","updated_at":"2026-04-09T16:46:33.371Z","avatar_url":"https://github.com/Chassis.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Composer extension for Chassis\nThe Composer extension automatically sets up your Chassis instance to be able to use composer on your Chassis box.\n\n## Installation\n1. Add this extension to your extensions directory `git clone https://github.com/Chassis/Composer.git extensions/composer`\n2. Run `vagrant provision`.\n\n\n## Alternative Installation\n1. Add `- chassis/composer` to your `extensions` in one of you [yaml](http://docs.chassis.io/en/latest/config/) files. e.g.\n    ```\n    extensions:\n    - chassis/composer\n    ```\n2. Run `vagrant provision`.\n\n## Installing Composer version 1\n\nBy default Composer 2.x is installed but if you require Composer version 1.x for your project then you can add the \nfollowing to one of your [yaml](http://docs.chassis.io/en/latest/config/) files.\n\n```yaml\ncomposer:\n  version: 1\n```\n\n## Installing Composer dependencies\n\nYou can have Chassis automatically run `composer install` in a number of directories in your project by adding a list of directories in one of your [yaml](http://docs.chassis.io/en/latest/config/) files. e.g.\n```\ncomposer:\n    paths:\n        # Use absolute paths on the VM. For a default Chassis installation this should be:\n        - /vagrant/content/plugins/yourplugin\n        - /vagrant/content/themes/atheme\n        # If you're using paths (http://docs.chassis.io/en/latest/config/#paths) in Chassis this should be:\n        - /chassis/content/plugins/yourplugin\n        - /chassis/content/themes/atheme\n```\n\nYou can also specify options to pass to `composer install` e.g.\n```\ncomposer:\n    paths:\n        - /vagrant/content/plugins/yourplugin\n        - /vagrant/content/themes/atheme\n    options: --prefer-source --verbose\n```\n\nYou'll need to run `vagrant provision` for those to be installed if you'd added them after your first initial Chassis `vagrant up`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fcomposer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchassis%2Fcomposer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fcomposer/lists"}