{"id":19445419,"url":"https://github.com/envms/spork","last_synced_at":"2026-03-02T19:37:18.728Z","repository":{"id":111002418,"uuid":"340145107","full_name":"envms/spork","owner":"envms","description":"A docker development environment and toolset, taking inspiration from the legendary utensil","archived":false,"fork":false,"pushed_at":"2021-02-23T15:06:07.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-02-25T08:34:22.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/envms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-02-18T18:43:56.000Z","updated_at":"2021-02-23T15:06:09.000Z","dependencies_parsed_at":"2023-04-23T08:32:51.215Z","dependency_job_id":null,"html_url":"https://github.com/envms/spork","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/envms/spork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fspork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fspork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fspork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fspork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/envms","download_url":"https://codeload.github.com/envms/spork/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/envms%2Fspork/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284939277,"owners_count":27087872,"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-11-17T02:00:06.431Z","response_time":55,"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":"2024-11-10T16:10:31.481Z","updated_at":"2025-11-17T19:02:26.164Z","avatar_url":"https://github.com/envms.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Spork\n\n**A docker development environment and toolset, taking inspiration from the legendary utensil.**\n\n## Get Up and Running!\n\n    cd \u003cyour-project-dir\u003e/spork\n    docker-compose build\n\nThis will download the images necessary and build your containers. Once they're finished building,\nrun\n\n    docker-compose up -d\n\nThat's all there is to it! This will start three containers named `spork_db_1`, `spork_php_1`\nand `spork_nginx_1`. The three primary images these containers are currently built upon are\n`mariadb:10`, `php:8.0-fpm` and `nginx:mainline`.\n\nHead to `localhost` in your browser and you should see the welcome page. This code is\nlocated in `web/index.php`. To start your own application, clear the contents of the index\nfile and get coding!\n\n### Stopping the Containers\n\nWhen you're finished for the day, simply stop your containers\n\n    docker-compose down\n\nYou can also pause or unpause the containers, which places them in a suspended state\n\n    docker-compose pause\n    docker-compose unpause\n\n### Debugging with XDebug\n\nPHP is preconfigured to display all errors, with XDebug 3 enabled in `debug,develop` mode.\nBy default, it listens on port 9003, simply set this in your IDE, and you're done!\n\n## Using Spork to develop for FluentPDO and Osseus\n\nTo develop for, or test envms repositories, use the `docker-compose.dev.yml` in addition to the\nmain `docker-compose.yml` file.\n\n    docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d\n\nThis will add two volumes to your containers (`fluentpdo` and `osseus`), and run\n`composer install`. Ensure you have _both_ repositories cloned beforehand, and that they are\nsiblings. Your directory structure should look like\n\n    your-project-dir/\n    ├── fluentpdo/\n    ├── osseus/\n    └── spork/\n\nBoth repositories are already added to the composer autoloader. You're good to go!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvms%2Fspork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenvms%2Fspork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenvms%2Fspork/lists"}