{"id":18674813,"url":"https://github.com/notbadcode/symfony3test","last_synced_at":"2026-05-02T03:09:04.825Z","repository":{"id":37519586,"uuid":"101577033","full_name":"NotBadCode/Symfony3Test","owner":"NotBadCode","description":"Simple Symfony 3 REST CRUD","archived":false,"fork":false,"pushed_at":"2023-04-19T18:40:58.000Z","size":130,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T11:33:44.353Z","etag":null,"topics":["crud","php","php-crud","symfony","symfony-crud","symfony3"],"latest_commit_sha":null,"homepage":"","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/NotBadCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-08-27T20:03:21.000Z","updated_at":"2020-05-20T08:34:17.000Z","dependencies_parsed_at":"2024-12-27T20:38:28.167Z","dependency_job_id":null,"html_url":"https://github.com/NotBadCode/Symfony3Test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotBadCode/Symfony3Test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotBadCode%2FSymfony3Test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotBadCode%2FSymfony3Test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotBadCode%2FSymfony3Test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotBadCode%2FSymfony3Test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotBadCode","download_url":"https://codeload.github.com/NotBadCode/Symfony3Test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotBadCode%2FSymfony3Test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["crud","php","php-crud","symfony","symfony-crud","symfony3"],"created_at":"2024-11-07T09:20:23.829Z","updated_at":"2026-05-02T03:09:04.806Z","avatar_url":"https://github.com/NotBadCode.png","language":"PHP","readme":"Реализация тестового задания. Простой REST CRUD на Symfony3\n\n**Installation:**\n\n```\ngit clone https://github.com/NotBadCode/Etest.git\ncd Etest\ncomposer install\n```\nSet DB config in ```config/db.php  ```\n```\nvendor/bin/doctrine orm:schema-tool:create\nphp ./console/generate_user.php\n```\n**Api:**  \nCategory:  \n * /category              GET       List of categories\n * /category{id}/products GET       List of products by category\n * /category              POST      Add category\n * /category/{id}         PUT/PATCH Update category\n * /category/{id}         DELETE    Delete category  \n    \nPost example:\n```\n    {\n       \"title\": \"title\"\n    }\n```\n\n\nProduct:\n * /product      GET        List of products\n * /product      POST       Add product\n * /product/{id} PUT/PATCH  Update product\n * /product/{id} DELETE     Delete product\n   \nPost example:\n```\n    {\n       \"title\": \"title\",\n       \"price\": 128,\n       \"categories\": [{\"title\": \"categoryTitle\"}\n    }\n```  \n\nPOST, PUT, PATCH, DELETE needs Bearer Authorization with user token.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotbadcode%2Fsymfony3test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotbadcode%2Fsymfony3test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotbadcode%2Fsymfony3test/lists"}