{"id":14975164,"url":"https://github.com/basemax/laraveltaskddd","last_synced_at":"2025-08-17T23:31:53.191Z","repository":{"id":151535422,"uuid":"614574648","full_name":"BaseMax/LaravelTaskDDD","owner":"BaseMax","description":"This is a PHP \u0026 Laravel-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":"2024-12-10T01:27:51.000Z","size":308,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-14T00:12:55.724Z","etag":null,"topics":["api","api-ddd","ddd","ddd-api","ddd-php","laravel","laravel-10","laravel-php","laravel10","php","php-api","php-ddd","php-laravel","php-task","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,"publiccode":null,"codemeta":null}},"created_at":"2023-03-15T21:44:51.000Z","updated_at":"2024-11-13T06:38:09.000Z","dependencies_parsed_at":"2024-03-17T01:40:20.685Z","dependency_job_id":"3cdd949c-9b7f-412f-a0cc-54139c94917b","html_url":"https://github.com/BaseMax/LaravelTaskDDD","commit_stats":{"total_commits":36,"total_committers":4,"mean_commits":9.0,"dds":"0.38888888888888884","last_synced_commit":"5df41337d53571a263992bbec288b7aa82360a18"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FLaravelTaskDDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FLaravelTaskDDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FLaravelTaskDDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FLaravelTaskDDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/LaravelTaskDDD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230181358,"owners_count":18185929,"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-ddd","ddd","ddd-api","ddd-php","laravel","laravel-10","laravel-php","laravel10","php","php-api","php-ddd","php-laravel","php-task","php8"],"created_at":"2024-09-24T13:51:38.856Z","updated_at":"2024-12-17T20:42:49.259Z","avatar_url":"https://github.com/BaseMax.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Task API DDD\n\nThis is a PHP \u0026 Laravel-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\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/LaravelTaskDDD.git\n```\n\nInstall dependencies using Composer:\n\n```bash\ncd LaravelTaskDDD\ncomposer install\n```\n\nCreate .env file:\n\n```bash\ncp .env.example .env\n```\n\nConfigure the database connection in .env file.\n\nRun the database migration:\n\n```bash\nphp artisan migrate\n```\n\n## Usage\n\nStart the artisan(a command-line tool) server:\n\n```bash\nphp artisan serve\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`\n    Returns a list of all tasks.\n\n-   `GET /tasks/{id}`\n    Returns a single task by ID.\n\n-   `POST /tasks`\n    Creates a new task.\n\n-   `PUT /tasks/{id}`\n    Updates an existing task by ID.\n\n-   `DELETE /tasks/{id}`\n    Deletes 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%2Flaraveltaskddd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Flaraveltaskddd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Flaraveltaskddd/lists"}