{"id":25171390,"url":"https://github.com/basemax/phptaskddd","last_synced_at":"2025-04-03T21:21:19.993Z","repository":{"id":233637402,"uuid":"623561902","full_name":"BaseMax/PHPTaskDDD","owner":"BaseMax","description":"This is a PHP-based RESTful API that manages tasks using Domain Driven Design (DDD) architecture. The API allows users to create, read, update, and delete tasks.","archived":false,"fork":false,"pushed_at":"2023-04-08T03:38:56.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T17:08:08.236Z","etag":null,"topics":["ddd","ddd-architecture","ddd-example","ddd-patterns","ddd-php","ddd-sample","php","php-ddd","php8"],"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/BaseMax.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}},"created_at":"2023-04-04T16:06:26.000Z","updated_at":"2024-07-08T15:38:30.000Z","dependencies_parsed_at":"2024-04-17T01:12:41.719Z","dependency_job_id":"0df7eb91-8489-492e-be87-4e5d3d29c2f0","html_url":"https://github.com/BaseMax/PHPTaskDDD","commit_stats":null,"previous_names":["basemax/phptaskddd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPHPTaskDDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPHPTaskDDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPHPTaskDDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPHPTaskDDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/PHPTaskDDD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247079296,"owners_count":20880030,"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":["ddd","ddd-architecture","ddd-example","ddd-patterns","ddd-php","ddd-sample","php","php-ddd","php8"],"created_at":"2025-02-09T09:20:01.926Z","updated_at":"2025-04-03T21:21:19.963Z","avatar_url":"https://github.com/BaseMax.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Task API DDD\n\nThis is a PHP-based RESTful API that manages tasks using Domain Driven Design (DDD) architecture. The API allows users to create, read, update, and delete tasks.\n\n## Table of Contents\n- Installation\n- Usage\n- Endpoints\n- Contributing\n- License\n\n## Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/BaseMax/PHPTaskDDD.git\n```\n\nInstall dependencies using Composer:\n\n```bash\ncd PHPTaskDDD\ncomposer install\n```\n\nCopy the `.env.example` file to `.env` and put real values.\n\nConfigure the database connection in `config/db.php`.\n\nRun the database migration:\n```bash\nvendor/bin/doctrine-migrations migrate\n```\n\n## Usage\n\nStart the built-in PHP server:\n\n```bash\nphp -S localhost:8000 -t public\n```\n\nUse your preferred HTTP client to make requests to the API endpoints.\n\n## Endpoints\n\nThe API has the following endpoints:\n\n- `GET /tasks`\nReturns a list of all tasks.\n\n- `GET /tasks/{id}`\nReturns a single task by ID.\n\n- `POST /tasks`\nCreates a new task.\n\n- `PUT /tasks/{id}`\nUpdates an existing task by ID.\n\n- `DELETE /tasks/{id}`\nDeletes a task by ID.\n\n## Contributing\n\nContributions are welcome! To contribute, please follow these steps:\n\n- Fork the repository.\n- Create a new branch for your feature.\n- Make your changes and commit them with clear commit messages.\n- Push your branch to your fork of the repository.\n- Create a pull request to the main repository.\n\n## License\n\nThis project is licensed under the GPL-3.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fphptaskddd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fphptaskddd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fphptaskddd/lists"}