{"id":18929546,"url":"https://github.com/thecodingmachine/security-playground","last_synced_at":"2026-03-16T15:30:16.874Z","repository":{"id":152393434,"uuid":"611614682","full_name":"thecodingmachine/security-playground","owner":"thecodingmachine","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-08T18:00:32.000Z","size":3015,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-02-16T12:30:29.436Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodingmachine.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}},"created_at":"2023-03-09T07:27:07.000Z","updated_at":"2024-02-19T08:33:56.000Z","dependencies_parsed_at":"2023-12-18T16:50:28.851Z","dependency_job_id":"a84940f7-0f82-476b-98ab-5a14697e0645","html_url":"https://github.com/thecodingmachine/security-playground","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/thecodingmachine%2Fsecurity-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fsecurity-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fsecurity-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmachine%2Fsecurity-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingmachine","download_url":"https://codeload.github.com/thecodingmachine/security-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927825,"owners_count":19719835,"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":[],"created_at":"2024-11-08T11:33:27.711Z","updated_at":"2026-03-16T15:30:16.825Z","avatar_url":"https://github.com/thecodingmachine.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# security-playground\n\n## Prerequisites\n\nInstall Docker \u0026 docker-compose on your own following these links :\n\n* Docker: [Get Docker](https://docs.docker.com/engine/installation)\n* docker-compose: [Install Docker Compose](https://docs.docker.com/compose/install)\n\n## Setting up the environment\n\nStart by cloning this repository.\n\nThen copy the file `.env.dist` to a file named `.env`. For instance:\n\n```bash\ncp .env.dist .env \n```\n\n**Next, make sure that there is no application running on port 80**, then start all the Docker containers with the\nfollowing commands:\n\n```bash\ndocker-compose up -d\n```\n\nEnter your web container with docker exec :\n\n```bash\ndocker exec -ti app bash\n```\n\nInstall dependencies :\n\n```bash\ncomposer install\n```\n\nInstall front dependencies :\n\n```bash\nnpm install\n```\n\nRun migrations :\n\n```bash\nbin/console doctrine:migration:migrate\n```\n\nRun fixtures :\n\n```bash\nbin/console doctrine:fixtures:load\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fsecurity-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingmachine%2Fsecurity-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmachine%2Fsecurity-playground/lists"}