{"id":21058563,"url":"https://github.com/schemar/symfonyexercise","last_synced_at":"2026-04-26T17:31:26.399Z","repository":{"id":27063755,"uuid":"30529874","full_name":"schemar/SymfonyExercise","owner":"schemar","description":"A project which uses bad coding style and patterns deliberately to be spotted","archived":false,"fork":false,"pushed_at":"2015-02-16T17:42:31.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-15T08:16:54.802Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schemar.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}},"created_at":"2015-02-09T10:11:09.000Z","updated_at":"2015-02-16T17:42:31.000Z","dependencies_parsed_at":"2022-08-20T22:50:37.819Z","dependency_job_id":null,"html_url":"https://github.com/schemar/SymfonyExercise","commit_stats":null,"previous_names":["apheleia/symfonyexercise"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schemar/SymfonyExercise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FSymfonyExercise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FSymfonyExercise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FSymfonyExercise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FSymfonyExercise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schemar","download_url":"https://codeload.github.com/schemar/SymfonyExercise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2FSymfonyExercise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32307010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T17:23:19.671Z","status":"ssl_error","status_checked_at":"2026-04-26T17:23:19.195Z","response_time":129,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-19T17:08:24.331Z","updated_at":"2026-04-26T17:31:26.368Z","avatar_url":"https://github.com/schemar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exercise in Symfony\nThis is an empty Symfony project where you should add the missing functionality.\nPlease *email* the result to me.\nFor routes use annotations.\nFor services use XML.\n\nPlease implement an API for a todo list.\nIf there are any questions, please don't hesitate to contact me.\n\n---\n**Do not make your solution publicly available until after the interviews, so nobody can copy your solution.**\n\n---\n\n## API\nCreate a RESTful API to access the two entities explained below (CRUD).\nYour endpoints should fit the generally suggested REST standards.\nDo not use a rest bundle like FOSRestBundle, that would defeat the purpose of this exercise.\n\n## Entities\nCreate two entities (and their repositories):\n\n* `List`\n* `Item`\n\nLists have at least an ID and a name.\nItems have at least an ID and text.\nItems are part of a list.\nOne item always belongs to one list.\nOne list can have many items.\n\n## Services\nCreate at least two API services:\n\n* `ListService`\n* `ItemService`\n\nThese services manage the items in relation to the API.\n\nCreate Manager Services (e.g. `ItemManager`), which manage database operations on entities.\nImplement at least the following methods for the managers:\n\n* `create()`\n* `update(Entity $entity)`\n* `findById($id)`\n\n\n## Tests\nAlso submit all tests you wrote.\nYou can run tests with `bin/phpunit -c app`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Fsymfonyexercise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschemar%2Fsymfonyexercise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Fsymfonyexercise/lists"}