{"id":20317015,"url":"https://github.com/habibun/symfony-api-platform","last_synced_at":"2026-04-12T15:05:35.329Z","repository":{"id":87442190,"uuid":"605943833","full_name":"habibun/symfony-api-platform","owner":"habibun","description":"Symfony with API Platform","archived":false,"fork":false,"pushed_at":"2023-04-08T11:17:25.000Z","size":448,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T13:15:27.311Z","etag":null,"topics":["api","api-plateform","api-platform","doctrine","hydra","json","json-ld","openapi","php","php8","postgresql","rest-api","restful-api","swagger","symfony","symfony5","twig","vue","vuejs"],"latest_commit_sha":null,"homepage":"","language":null,"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/habibun.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":"2023-02-24T08:40:19.000Z","updated_at":"2023-03-17T13:49:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c9c9a3d-74a9-4ee7-ba90-f32bc0e582fb","html_url":"https://github.com/habibun/symfony-api-platform","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/habibun%2Fsymfony-api-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibun%2Fsymfony-api-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibun%2Fsymfony-api-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibun%2Fsymfony-api-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habibun","download_url":"https://codeload.github.com/habibun/symfony-api-platform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818895,"owners_count":20025210,"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":["api","api-plateform","api-platform","doctrine","hydra","json","json-ld","openapi","php","php8","postgresql","rest-api","restful-api","swagger","symfony","symfony5","twig","vue","vuejs"],"created_at":"2024-11-14T18:29:07.262Z","updated_at":"2026-04-12T15:05:35.296Z","avatar_url":"https://github.com/habibun.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## About The Project  \n[Symfony][symfony_website] with [API Platform][api_platform_website]\n \nPlease check the [projects](#projects) section for more details.\n\n## Overview\n| Branch                       | API Platform Version | Symfony Version | PHP Version |\n|------------------------------|----------------------|-----------------|-------------|\n| [v2-extending][v2-extending] | `^2.7`               | `^5.4`          | `^8.0`      |\n| [v2-security][v2-security]   | `^2.7`               | `^5.4`          | `^8.0`      |\n| [v2][v2]                     | `^2.7`               | `^5.4`          | `^8.0`      |\n\n\n## Projects\n\n\u003cdetails\u003e\u003csummary\u003e Sample application using API Platform V2 Custom Resources \u003c/summary\u003e  \n\u003cp\u003e  \n\n\u003cimg\nsrc=\"https://user-images.githubusercontent.com/5810350/230716121-d2dd0ce9-4942-4a14-a8db-6551d2d9b10d.png\"\nalt=\"Api platform 2 extending frontend\"\nwidth=\"50%\"\n/\u003e\n\n\u003cimg\nsrc=\"https://user-images.githubusercontent.com/5810350/230716134-0b505341-a0e4-4662-9783-b7e869871357.png\"\nalt=\"API Platform2 extending backend\"\nwidth=\"50%\"\n/\u003e\n\n**Code:** https://github.com/habibun/symfony-api-platform/tree/v2-extending  \n**Resources:**\n- [API Platform Part 3: Custom Resources](https://symfonycasts.com/screencast/api-platform-extending)\n\u003cbr/\u003e\n\n### Prerequisites\n- [Symfony CLI][symfony_cli], [PHP][php], [Composer][composer], [Git][git], [Node.js][node]\n\n\n### Installation\n\n```bash \n# Clone the repository using the command\ngit clone git@github.com:habibun/symfony-api-platform.git\n\n# Navigate into the cloned directory\ncd symfony-api-platform\n\n# Checkout to project branch\ngit checkout v2-extending\n\n# Create .env.local file\nmake init\n```\n\nIn the .env.local file, configure the environment variables for docker compose\n\n```bash\n# Start docker compose services\nmake up\n```\n\nConfigure the database connection in the .env.local file\n\n```bash \n# Install project\nmake install\n\n# Start the local development server\nmake start\n```\n\nPlease check more rules in [Makefile][v2_extending_makefile].\n\n\u003c/p\u003e\n\n##\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eSample application using API Platform V2 Security\u003c/summary\u003e  \n\u003cp\u003e  \n\n\u003cimg\nsrc=\"https://user-images.githubusercontent.com/5810350/226957115-5f6f896a-6cd6-45b0-9d07-1447e1d4d614.png\"\nalt=\"Symfony API Platform Project With Security\"\nwidth=\"50%\"\n/\u003e\n\n**Code:** https://github.com/habibun/symfony-api-platform/tree/v2-security  \n**Resources:**\n- [API Platform Part 2: Security](https://symfonycasts.com/screencast/api-platform2-security)\n\u003cbr/\u003e\n\n\n#### Installation\n```bash\ngit clone git@github.com:habibun/symfony-api-platform.git\ncd symfony-api-platform\ngit checkout v2-security\nsymfony composer install\n```\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eSample application using API Platform V2\u003c/summary\u003e\n\u003cp\u003e  \n\n\u003cimg\nsrc=\"https://user-images.githubusercontent.com/5810350/226957115-5f6f896a-6cd6-45b0-9d07-1447e1d4d614.png\"\nalt=\"Symfony API Platform Project With Security\"\nwidth=\"50%\"\n/\u003e\n\n**Code:** https://github.com/habibun/symfony-api-platform/tree/v2-security  \n**Resources:**\n- [API Platform Part 2: Security](https://symfonycasts.com/screencast/api-platform2-security)\n\u003cbr/\u003e\n\n\n#### Installation\n```bash\ngit clone git@github.com:habibun/symfony-api-platform.git\ncd symfony-api-platform\ngit checkout v2\nsymfony composer install\n```\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\n## Learn More\n- [API Platform Docs][api_platform_docs]\n- [Swagger Docs][swagger_docs]\n- [Swagger UI](https://swagger.io/tools/swagger-ui/)\n- [RDF](https://www.w3.org/RDF/)\n- [JSON-LD](https://en.wikipedia.org/wiki/JSON-LD)\n- [OpenAPI Specification](https://oai.github.io/Documentation/)\n- [Hydra](https://www.hydra-cg.com/)\n- [A simple PHP API extension for DateTime](https://github.com/briannesbitt/carbon)\n- [The Serializer Component](https://symfony.com/doc/5.4/components/serializer.html)\n\n## Related\n- [Symfony](https://github.com/habibun/symfony)  \n\n\n## License\nDistributed under the MIT License. See **[LICENSE][license]** for more information.\n\n\n\n[//]: # (Links)\n[license]: https://github.com/habibun/symfony-api-platform/blob/main/LICENSE\n[symfony_website]: https://symfony.com/\n\n[api_platform_website]: https://api-platform.com/\n[api_platform_docs]: https://api-platform.com/docs\n[swagger_docs]: https://swagger.io/docs/\n\n[v2]: https://github.com/habibun/symfony-api-platform/tree/v2\n[v2_tt]: https://github.com/habibun/symfony-api-platform/tree/v2 \"Sample application using API Platform V2\"\n\n[v2-security]: https://github.com/habibun/symfony-api-platform/tree/v2-security\n[v2-security_tt]: https://github.com/habibun/symfony-api-platform/tree/v2-security \"Sample application using API Platform V2 Securiity\"\n\n[v2-extending]: https://github.com/habibun/symfony-api-platform/tree/v2-extending\n[v2-extending_tt]: https://github.com/habibun/symfony-api-platform/tree/v2-extending \"Sample application using API Platform V2 Custom Resources\"\n[v2_extending_makefile]: https://github.com/habibun/symfony-api-platform/blob/v2-extending/Makefile\n\n\n[symfony_cli]: https://symfony.com/download\n[php]: https://www.php.net/\n[composer]: https://getcomposer.org/\n[git]: https://git-scm.com/\n[node]: https://nodejs.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibun%2Fsymfony-api-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabibun%2Fsymfony-api-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibun%2Fsymfony-api-platform/lists"}