{"id":25873150,"url":"https://github.com/tidjee-dev/bcd-cogip-api","last_synced_at":"2025-09-01T17:39:51.038Z","repository":{"id":275145622,"uuid":"924891619","full_name":"tidjee-dev/bcd-cogip-api","owner":"tidjee-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-07T16:24:21.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T16:27:42.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bcd-cogip.tidjee-dev.eu/api","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/tidjee-dev.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":"2025-01-30T20:37:46.000Z","updated_at":"2025-02-07T16:24:25.000Z","dependencies_parsed_at":"2025-02-07T16:23:42.658Z","dependency_job_id":null,"html_url":"https://github.com/tidjee-dev/bcd-cogip-api","commit_stats":null,"previous_names":["tidjee-dev/bcd-cogip-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidjee-dev%2Fbcd-cogip-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidjee-dev%2Fbcd-cogip-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidjee-dev%2Fbcd-cogip-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidjee-dev%2Fbcd-cogip-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidjee-dev","download_url":"https://codeload.github.com/tidjee-dev/bcd-cogip-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241481865,"owners_count":19969832,"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":"2025-03-02T08:29:58.740Z","updated_at":"2025-03-02T08:29:59.324Z","avatar_url":"https://github.com/tidjee-dev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bcd-cogip-api\n\n\u003c!-- Admonition Disclaimer --\u003e\n\u003e [!WARNING]\n\u003e All data in this API are fake and not real. This project is only for learning purpose.\n\n## Overview\n\nOur mission was to produce an API for the Cogip project. This API will returns data about the Cogip project.\nIt will returns informations about :\n\n- Cogip users\n- Cogip type\n- Cogip invoice\n- Cogip company\n- Cogip contact\n\n## Stack used\n\n[![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)](https://www.docker.com/) [![Symfony](https://img.shields.io/badge/symfony-%23000000.svg?style=for-the-badge\u0026logo=symfony\u0026logoColor=white)](https://symfony.com/) [![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge\u0026logo=mysql\u0026logoColor=white)](https://www.mysql.com/) [![JWT](https://img.shields.io/badge/Lexik_JWT-black?style=for-the-badge\u0026logo=JSON%20web%20tokens)](https://github.com/lexik/LexikJWTAuthenticationBundle)\n\n## API routes users\n\n| Method | Route           | Description              |\n|--------|-----------------|--------------------------|\n| POST   | /api/users      | Create Cogip users       |\n| GET    | /api/users      | Returns Cogip users      |\n| GET    | /api/users/{id} | Returns Cogip user by id |\n| PUT    | /api/users/{id} | Update Cogip users       |\n| DELETE | /api/users/{id} | Delete Cogip users       |\n\n## API Types routes\n\n| Method | Route           | Description              |\n|--------|-----------------|--------------------------|\n| POST   | /api/types      | Create Cogip types       |\n| GET    | /api/types      | Returns Cogip types      |\n| GET    | /api/types/{id} | Returns Cogip type by id |\n| PUT    | /api/types/{id} | Update Cogip types       |\n| DELETE | /api/types/{id} | Delete Cogip types       |\n\n## API Invoice routes\n\n| Method | Route              | Description                 |\n|--------|--------------------|-----------------------------|\n| POST   | /api/invoices      | Create Cogip invoices       |\n| GET    | /api/invoices      | Returns Cogip invoices      |\n| GET    | /api/invoices/{id} | Returns Cogip invoice by id |\n| PUT    | /api/invoices/{id} | Update Cogip invoices       |\n| DELETE | /api/invoices/{id} | Delete Cogip invoices       |\n\n## API contact routes\n\n| Method | Route              | Description                 |\n|--------|--------------------|-----------------------------|\n| POST   | /api/contacts      | Create Cogip contacts       |\n| GET    | /api/contacts      | Returns Cogip contacts      |\n| GET    | /api/contacts/{id} | Returns Cogip contact by id |\n| PUT    | /api/contacts/{id} | Update Cogip contacts       |\n| DELETE | /api/contacts/{id} | Delete Cogip contacts       |\n\n## API company routes\n\n| Method | Route               | Description                 |\n|--------|---------------------|-----------------------------|\n| POST   | /api/companies      | Create Cogip companies      |\n| GET    | /api/companies      | Returns Cogip companies     |\n| GET    | /api/companies/{id} | Returns Cogip company by id |\n| PUT    | /api/companies/{id} | Update Cogip companies      |\n| DELETE | /api/companies/{id} | Delete Cogip companies      |\n\n## Credits\n\nThis is part of the fullstack ***Cogip project***:\n\n- This [API](https://github.com/tidjee-dev/bcd-cogip-api) by [Pinet Donatien](https://github.com/tidjee-dev) and [de Sadeleer Jason](https://github.com/sakakara)\n- The [frontend in React](#) by [Diana Aliabieva](https://github.com/DianaAliabieva) and [Josias mbogle](https://github.com/junior344).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidjee-dev%2Fbcd-cogip-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidjee-dev%2Fbcd-cogip-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidjee-dev%2Fbcd-cogip-api/lists"}