{"id":20782402,"url":"https://github.com/sdubois/amezmo-drupal-integrations","last_synced_at":"2025-07-08T04:06:22.820Z","repository":{"id":40477714,"uuid":"441365854","full_name":"sdubois/amezmo-drupal-integrations","owner":"sdubois","description":"Enables an existing Drupal 9 site to run on Amezmo ","archived":false,"fork":false,"pushed_at":"2023-08-25T17:27:49.000Z","size":37,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T09:40:54.747Z","etag":null,"topics":["amezmo","composer","drupal","drupal-9","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/sdubois.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-24T04:32:55.000Z","updated_at":"2022-08-09T15:33:16.000Z","dependencies_parsed_at":"2025-04-30T22:50:39.170Z","dependency_job_id":"1097297d-518e-425a-91c1-271ef6193099","html_url":"https://github.com/sdubois/amezmo-drupal-integrations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdubois/amezmo-drupal-integrations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdubois%2Famezmo-drupal-integrations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdubois%2Famezmo-drupal-integrations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdubois%2Famezmo-drupal-integrations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdubois%2Famezmo-drupal-integrations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdubois","download_url":"https://codeload.github.com/sdubois/amezmo-drupal-integrations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdubois%2Famezmo-drupal-integrations/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263779044,"owners_count":23510083,"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":["amezmo","composer","drupal","drupal-9","php"],"created_at":"2024-11-17T14:10:55.416Z","updated_at":"2025-07-08T04:06:22.805Z","avatar_url":"https://github.com/sdubois.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# amezmo-drupal-integrations\n\n`amezmo-drupal-integrations` brings in everything needed to use an existing Drupal site on [Amezmo](https://www.amezmo.com)\n\nAdd this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Amezmo.\n\nThis project provides a custom settings file and a few other small changes necessary to run Drupal on Amezmo.\n\n## Enabling this project\n\nThis project must be enabled in the top-level composer.json file, or it will be ignored and will not perform any of its functions.\n```\n{\n    ...\n    \"require\": {\n        \"sdubois/amezmo-drupal-integrations\": \"dev-main\"\n    },\n    ...\n    \"extra\": {\n        \"drupal-scaffold\": {\n            \"allowed-packages\": [\n                \"sdubois/amezmo-drupal-integrations\"\n            ]\n        }\n    },\n    \"autoload\": {\n        \"files\": [\n            \"load.environment.php\"\n        ]\n    }\n}\n```\n\nIf installing this on a pre-existing Drupal site, you will likely need to update your settings.php file to load the settings.amezmo.php file with the following snippet:\n\n```\nif (file_exists($app_root . '/' . $site_path . '/settings.amezmo.php')) {\n  include $app_root . '/' . $site_path . '/settings.amezmo.php';\n}\n```\n\n## File storage\n\nAmezmo stores static files (images, documents, etc) in the `/webroot/storage` directory. In order to use this directory with Drupal, this package creates a symlink to this directory from the Drupal public files directory on each deployment. \n\nYou can use SCP or SFTP to copy files to this directory.\n\n## Credit\n\nThis repository is based on the pantheon-systems/drupal-integrations project. Thanks to everyone involved!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdubois%2Famezmo-drupal-integrations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdubois%2Famezmo-drupal-integrations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdubois%2Famezmo-drupal-integrations/lists"}