{"id":15356450,"url":"https://github.com/febrihidayan/started-lumen-service","last_synced_at":"2025-10-24T08:10:26.522Z","repository":{"id":116833015,"uuid":"406797226","full_name":"febrihidayan/started-lumen-service","owner":"febrihidayan","description":"Example lumen microservice","archived":false,"fork":false,"pushed_at":"2021-09-15T14:45:54.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-21T17:48:07.399Z","etag":null,"topics":["lumen","microservice","rest-api"],"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/febrihidayan.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":"2021-09-15T14:19:51.000Z","updated_at":"2021-09-15T14:45:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"88b44777-972f-4709-8590-75813ef29f3d","html_url":"https://github.com/febrihidayan/started-lumen-service","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"18b8618c7fb1bad3cc5bf6580244cf60a7ba33a5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/febrihidayan/started-lumen-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febrihidayan%2Fstarted-lumen-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febrihidayan%2Fstarted-lumen-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febrihidayan%2Fstarted-lumen-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febrihidayan%2Fstarted-lumen-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/febrihidayan","download_url":"https://codeload.github.com/febrihidayan/started-lumen-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/febrihidayan%2Fstarted-lumen-service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267617643,"owners_count":24116208,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lumen","microservice","rest-api"],"created_at":"2024-10-01T12:28:44.512Z","updated_at":"2025-10-24T08:10:21.467Z","avatar_url":"https://github.com/febrihidayan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Started Lumen Service\nLumen API service dikembangkan menggunakan lumen framework.\n\n**Daftar isi**:\n- [Started Lumen Service](#started-lumen-service)\n  - [Persyaratan](#persyaratan)\n  - [Memulai](#memulai)\n  - [Rest API](#rest-api)\n    - [Tabel posts](#tabel-posts)\n\n## Persyaratan\n- PHP \u003e 7.3\n\n## Memulai\n1. Instalasi\n   \n   ```\n   git clone https://github.com/febrihidayan/started-lumen-service.git\n   ```\n2. `composer install`\n3. `copy .env.example .env`\n4. Silakan konfigurasi basis data\n   \n   ```\n    DB_CONNECTION=mysql\n    DB_HOST=127.0.0.1\n    DB_PORT=3306\n    DB_DATABASE=homestead\n    DB_USERNAME=homestead\n    DB_PASSWORD=secret\n   ```\n5. `php artisan migrate`\n6. `php artisan serve` (http://127.0.0.1:8000)\n\n## Rest API\n\n### Tabel posts\n\n**Get**\n```\n/v1/post/lists?q=:query\u0026limit=:limit\u0026page=:page\n```\n\n**Post**\n```\n/v1/post\n```\nForm:\n```\n- title\n- body\n- status (0: draft, 1: public)\n```\n\n**PUT**\n```\n/v1/post/{id}\n```\nForm:\n```\n- title\n- body\n- status (0: draft, 1: public)\n```\n\n**DELETE**\n```\n/v1/post/{id}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebrihidayan%2Fstarted-lumen-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffebrihidayan%2Fstarted-lumen-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffebrihidayan%2Fstarted-lumen-service/lists"}