{"id":30338831,"url":"https://github.com/dilan032/product-inventory-api","last_synced_at":"2026-02-08T21:31:34.310Z","repository":{"id":306221271,"uuid":"1025339678","full_name":"Dilan032/Product-Inventory-API","owner":"Dilan032","description":"A lightweight RESTful API for inventory management using Laravel 12 with Sanctum authentication.","archived":false,"fork":false,"pushed_at":"2025-08-01T17:17:02.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T06:48:24.322Z","etag":null,"topics":["eloquent-orm","laravel-sanctum-api-auth-with-token","laravel12x","restful-api"],"latest_commit_sha":null,"homepage":"https://product-inventory-api-main-rwayit.laravel.cloud/","language":"Blade","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/Dilan032.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,"zenodo":null}},"created_at":"2025-07-24T05:40:09.000Z","updated_at":"2025-08-01T17:17:05.000Z","dependencies_parsed_at":"2025-07-24T12:13:31.627Z","dependency_job_id":"6cecdca5-0ca7-4ec2-824d-e47f13b3004d","html_url":"https://github.com/Dilan032/Product-Inventory-API","commit_stats":null,"previous_names":["dilan032/product-inventory-api"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Dilan032/Product-Inventory-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dilan032%2FProduct-Inventory-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dilan032%2FProduct-Inventory-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dilan032%2FProduct-Inventory-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dilan032%2FProduct-Inventory-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dilan032","download_url":"https://codeload.github.com/Dilan032/Product-Inventory-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dilan032%2FProduct-Inventory-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29244653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:00:43.743Z","status":"ssl_error","status_checked_at":"2026-02-08T20:59:20.374Z","response_time":57,"last_error":"SSL_read: 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":["eloquent-orm","laravel-sanctum-api-auth-with-token","laravel12x","restful-api"],"created_at":"2025-08-18T06:40:44.448Z","updated_at":"2026-02-08T21:31:34.305Z","avatar_url":"https://github.com/Dilan032.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cpre\u003e\n    └── routes\n    ├── api.php\n    ├── console.php\n    └── web.php\n\n\n/routes/api.php:\n--------------------------------------------------------------------------------\n 1 | \u003c?php\n 2 | \n 3 | use App\\Http\\Controllers\\API\\AuthenticationController;\n 4 | use App\\Http\\Controllers\\API\\ProductController;\n 5 | use Illuminate\\Http\\Request;\n 6 | use Illuminate\\Support\\Facades\\Route;\n 7 | \n 8 | \n 9 | // Authentication routes\n10 | Route::post('register',\n11 |         [AuthenticationController::class, 'register'])-\u003ename('register');\n12 | \n13 | Route::post('/login',\n14 |         [AuthenticationController::class, 'login'])-\u003ename('login');\n15 | \n16 | // Product routes\n17 | Route::middleware('auth:sanctum')-\u003egroup(function () {\n18 |     Route::resource('products', ProductController::class)\n19 |         -\u003eonly(['index', 'store', 'show', 'update', 'destroy'])\n20 |         -\u003enames([\n21 |             'index' =\u003e 'products.index',\n22 |             'store' =\u003e 'products.store',\n23 |             'show' =\u003e 'products.show',\n24 |             'update' =\u003e 'products.update',\n25 |             'destroy' =\u003e 'products.destroy'\n26 |         ]);\n27 | });\n28 | \n29 | \n30 | \n31 | \n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilan032%2Fproduct-inventory-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdilan032%2Fproduct-inventory-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilan032%2Fproduct-inventory-api/lists"}