{"id":27380157,"url":"https://github.com/tobybatch/nrfc-fixtures","last_synced_at":"2025-08-08T10:38:01.133Z","repository":{"id":287531411,"uuid":"964525806","full_name":"tobybatch/nrfc-fixtures","owner":"tobybatch","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-03T14:01:59.000Z","size":11328,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T16:04:52.572Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tobybatch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-04-11T10:57:10.000Z","updated_at":"2025-08-03T14:02:03.000Z","dependencies_parsed_at":"2025-05-01T08:35:07.094Z","dependency_job_id":"42ff25a3-30c7-47ed-84e6-be05be83186e","html_url":"https://github.com/tobybatch/nrfc-fixtures","commit_stats":null,"previous_names":["tobybatch/nrfc-fixtures"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tobybatch/nrfc-fixtures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fnrfc-fixtures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fnrfc-fixtures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fnrfc-fixtures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fnrfc-fixtures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobybatch","download_url":"https://codeload.github.com/tobybatch/nrfc-fixtures/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobybatch%2Fnrfc-fixtures/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269409479,"owners_count":24412140,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-04-13T14:19:24.323Z","updated_at":"2025-08-08T10:38:01.126Z","avatar_url":"https://github.com/tobybatch.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NRFC Fixtures\n\nSupports managing fixtures for Norwich Rugby Club, I could easily be repurposed for other clubs or sports.\n\n## Set up to dev TL;DR\n\nYou will need:\n\n * [docker](https://docs.docker.com/get-started/introduction/get-docker-desktop/)\n * On Mac you'll need [brew](https://brew.sh/)\n * On windows you'll need bash, either [WSL](https://learn.microsoft.com/en-us/windows/wsl/install), [Git bash](https://git-scm.com/downloads)\n\n```shell\ngit clone git@github.com:tobybatch/nrfc-fixtures.git\ncd nrfc-fixtures\n./bin/install-dependencies.sh\ntilt up\n```\n\n**WAIT** - the first run builds the app, it'll take minutes, go here to keep an eye on it: http://localhost:10350/r/nrfcfixtures/overview. When it's up go to http://localhost:8001\n\n * Login users are [here](https://github.com/tobybatch/nrfc-fixtures/blob/main/src/DataFixtures/Users.php)\n * Changes in your local should be reflected in the site.\n\n### Quick commands\n\n**You must provide a compose file to run the following commands**\n\n```shell\nexport COMPOSE_FILE=\" -f .docker/compose.dev.yml\"\n```\n\nOpen a shell in the containers:\n\n```shell\ndocker compose ${COMPOSE_FILE} exec nrfcfixtures bash\n```\n\nReset the database (soft):\n\n```shell\ndocker compose ${COMPOSE_FILE} exec nrfcfixtures bin/console doctrine:schema:drop --force\ndocker compose ${COMPOSE_FILE} exec nrfcfixtures bin/console doctrine:schema:create -n\ndocker compose ${COMPOSE_FILE} exec nrfcfixtures bin/console doctrine:fixtures:load -n\n```\n\nReset the whole stack, keeps files, removes _all_ data/cache/etc:\n\n```shell\ndocker compose ${COMPOSE_FILE} down\ndocker compose ${COMPOSE_FILE} volume rm nrfc-fixtures-dev-dbdata\nrm -rf var/cache\ntilt up # OR docker compose ${COMPOSE_FILE} up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobybatch%2Fnrfc-fixtures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobybatch%2Fnrfc-fixtures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobybatch%2Fnrfc-fixtures/lists"}