{"id":15173096,"url":"https://github.com/ymcatwincities/openy","last_synced_at":"2025-10-01T10:31:17.744Z","repository":{"id":16672000,"uuid":"66634145","full_name":"ymcatwincities/openy","owner":"ymcatwincities","description":"The Open Y platform. See README.md below","archived":true,"fork":false,"pushed_at":"2022-06-20T10:01:23.000Z","size":482620,"stargazers_count":49,"open_issues_count":72,"forks_count":110,"subscribers_count":25,"default_branch":"9.x-2.x","last_synced_at":"2025-01-14T19:52:20.450Z","etag":null,"topics":["community","distribution","drupal","drupal-8","drupal9","openy","openy-decoupled","ymca"],"latest_commit_sha":null,"homepage":"https://openy.org","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/ymcatwincities.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-26T09:13:06.000Z","updated_at":"2023-04-08T17:14:15.000Z","dependencies_parsed_at":"2022-08-24T13:48:52.844Z","dependency_job_id":null,"html_url":"https://github.com/ymcatwincities/openy","commit_stats":null,"previous_names":[],"tags_count":92,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fopeny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fopeny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fopeny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fopeny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymcatwincities","download_url":"https://codeload.github.com/ymcatwincities/openy/tar.gz/refs/heads/9.x-2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234858829,"owners_count":18897817,"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":["community","distribution","drupal","drupal-8","drupal9","openy","openy-decoupled","ymca"],"created_at":"2024-09-27T10:41:03.762Z","updated_at":"2025-10-01T10:31:17.274Z","avatar_url":"https://github.com/ymcatwincities.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n \u003c!-- Will replace with new Open Y logo soon. \u003ca href=\"https://openy.org\"\u003e\n    \u003cimg alt=\"Open Y Logo\" src=\"\" width=\"144\"\u003e\n  \u003c/a\u003e --\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Open Y on Drupal 9\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  https://openy.org\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  An open source platform for YMCAs, by YMCAs built on \u003ca href=\"https://drupal.org\"\u003eDrupal\u003c/a\u003e, ReactJS, Vue.js and others.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nThis code distribution is minimally maintained while primary code development transitions to Y USA. For more details visit https://openy.org and https://ycloud.y.org/\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://packagist.org/packages/ymcatwincities/openy\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/ymcatwincities/openy.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/ymcatwincities/openy\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dm/ymcatwincities/openy.svg?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n***\n\nThe Open Y platform is a content management system that uses Drupal 9 functionality and useful modules from YMCAs and digital partners. It’s easy and free to use — everyone is welcome to implement Open Y and run Open Y projects.\n\n# Demo\nYou can always evaluate distribution by visiting demo website - http://sandboxes-d9.openy.org. To get admin credentials to the sandbox - please [visit page for details](https://community.openymca.org/t/how-can-i-try-or-get-a-demo-of-open-y/318).\n\n![Open Y Sandbox](docs/assets/sandbox.gif \"Open Y Demo\")\n\n*\\* Open Y version 1.3.*\n\n# Installation\n\n### Prerequisites\n\n- Installed [Composer](https://getcomposer.org/download/)\n\n### Installation of Open Y\nWe are using [composer](https://getcomposer.org/) for initiating new project tree.\n\nDevelopment version of Open Y on Drupal 9\n```sh\ncomposer create-project ymcatwincities/openy-project:dev-9.2.x-development OPENY --no-interaction\n```\n\nStable version of Open Y on Drupal 9\n```sh\ncomposer create-project ymcatwincities/openy-project OPENY --no-interaction\n```\n\nIn order to properly install Open Y Distribution, we have separate composer project - [openy-project](https://github.com/ymcatwincities/openy-project). Please read detailed installation instructions [here](https://github.com/ymcatwincities/openy-project).\n\n# Development\nFor development environment please read documentation [openy-project](https://github.com/ymcatwincities/openy-project#development-environment).\n\nOther development information you can find at [docs/Development](https://docs.openy.org/docs/development/).\n\n\n# Documentation\n- [Wiki](https://docs.openy.org/docs/wiki/)\n- [Documentation](https://docs.openy.org/docs/)\n- [Installation instructions](https://github.com/ymcatwincities/openy-project#installation)\n- [Content structure](https://docs.openy.org/docs/content-structure/)\n- [Technical documentation](https://docs.openy.org/docs/development/)\n- [Terms of Use](https://docs.openy.org/docs/wiki/open-y-terms-of-use/)\n- [Participation Agreement](https://docs.openy.org/docs/wiki/open-y-participant-agreement/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymcatwincities%2Fopeny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymcatwincities%2Fopeny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymcatwincities%2Fopeny/lists"}