{"id":21305413,"url":"https://github.com/vinniko/ltask-backend","last_synced_at":"2026-05-08T19:31:49.190Z","repository":{"id":207179049,"uuid":"718617195","full_name":"Vinniko/LTask-Backend","owner":"Vinniko","description":":heavy_check_mark: LTask Backend (Laravel 10 PHP framework tasker api with basic auth)","archived":false,"fork":false,"pushed_at":"2023-11-14T13:09:59.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T04:09:04.756Z","etag":null,"topics":["api","api-rest","basic-authentication","laravel","mysql","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/Vinniko.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}},"created_at":"2023-11-14T13:08:49.000Z","updated_at":"2023-11-14T13:17:46.000Z","dependencies_parsed_at":"2023-11-14T14:29:01.814Z","dependency_job_id":"2f3b59ba-2402-4507-97e0-85a8ab308a7f","html_url":"https://github.com/Vinniko/LTask-Backend","commit_stats":null,"previous_names":["vinniko/ltask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vinniko/LTask-Backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinniko%2FLTask-Backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinniko%2FLTask-Backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinniko%2FLTask-Backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinniko%2FLTask-Backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vinniko","download_url":"https://codeload.github.com/Vinniko/LTask-Backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinniko%2FLTask-Backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","api-rest","basic-authentication","laravel","mysql","php8"],"created_at":"2024-11-21T16:17:56.640Z","updated_at":"2026-05-08T19:31:49.174Z","avatar_url":"https://github.com/Vinniko.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## LTask Backend (Laravel 10 PHP framework tasker api with basic auth)\n\n## Installation\n\nCopy .env from .env.example file and then write your database config. API_LOGIN and API_PASSWORD should be set to test and test respectively. \n\n```bash\ncp .env.example .env\n```\nRun composer install\n\n```bash\ncomposer install\n```\n\nRun migrations\n\n```bash\nphp artisan migrate\n```\n\nRun seeders\n\n```bash\nphp artisan migrate:refresh --seed\n```\nGenerate app key:\n```bash\nphp artisan key:generate\n```\n\nRun:\n\n```bash\nphp artisan serve\n```\nNow you can access the api from postman, curl or from the Vue project by reference \n\n```bash \nlocalhost:8000\n```\n\nExamples of requests (with basic api required):\n\nGet Tasks response:\n\n```json\n{\n\"data\": [\n            {\n                \"id\": 1,\n                \"name\": \"Mr.\",\n                \"description\": \"A dolores magnam sequi laudantium sit. Magni quos quis autem facilis dolores. Tenetur necessitatibus ut voluptate consequatur. Veniam nesciunt corporis et consequuntur.\",\n                \"author\": {\n                    \"id\": 1,\n                    \"name\": \"Icie Monahan III\",\n                    \"email\": \"blubowitz@example.org\",\n                    \"created_at\": \"2023-11-13T18:48:36.000000Z\",\n                    \"updated_at\": \"2023-11-13T18:48:36.000000Z\"\n                },\n                \"status\": \"new\",\n                \"is_open\": 1\n            }\n  ]\n}\n```\n\nDelete Task response:\n\n```json\n{\n    \"data\": {\n        \"message\": \"Карточка успешно удалена\"\n    }\n}\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinniko%2Fltask-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinniko%2Fltask-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinniko%2Fltask-backend/lists"}