{"id":20940052,"url":"https://github.com/kasirphp/kasir","last_synced_at":"2025-10-07T12:41:23.155Z","repository":{"id":65317722,"uuid":"589525090","full_name":"kasirphp/kasir","owner":"kasirphp","description":"Midtrans package for Laravel, in Laravel way.","archived":false,"fork":false,"pushed_at":"2025-06-12T12:33:55.000Z","size":1505,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v3.x","last_synced_at":"2025-08-15T20:57:37.424Z","etag":null,"topics":["composer","laravel","midtrans","midtrans-php","payment-gateway","php"],"latest_commit_sha":null,"homepage":"https://kasirphp.vercel.app","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kasirphp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"risangbaskoro","custom":null}},"created_at":"2023-01-16T10:24:45.000Z","updated_at":"2025-06-12T12:46:40.000Z","dependencies_parsed_at":"2025-08-15T20:38:11.580Z","dependency_job_id":"b5f7581a-c4aa-4e9d-ac1a-85c70a996aba","html_url":"https://github.com/kasirphp/kasir","commit_stats":{"total_commits":192,"total_committers":2,"mean_commits":96.0,"dds":0.015625,"last_synced_commit":"fbf81d3d4be5dd77586152f984f04be71edf9ce4"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/kasirphp/kasir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasirphp%2Fkasir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasirphp%2Fkasir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasirphp%2Fkasir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasirphp%2Fkasir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasirphp","download_url":"https://codeload.github.com/kasirphp/kasir/tar.gz/refs/heads/v3.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasirphp%2Fkasir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278778955,"owners_count":26044256,"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-10-07T02:00:06.786Z","response_time":59,"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":["composer","laravel","midtrans","midtrans-php","payment-gateway","php"],"created_at":"2024-11-18T23:08:43.098Z","updated_at":"2025-10-07T12:41:23.143Z","avatar_url":"https://github.com/kasirphp.png","language":"PHP","funding_links":["https://github.com/sponsors/risangbaskoro"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"art/svg/logo-wordmark-side.svg\" alt=\"Kasir Logo\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://packagist.org/packages/kasir/kasir\"\u003e\u003cimg alt=\"Packagist Downloads\" src=\"https://img.shields.io/packagist/dt/kasir/kasir\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/kasir/kasir\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/kasir/kasir\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/kasirphp/kasir/actions/workflows/tests.yml\"\u003e\u003cimg src=\"https://github.com/kasirphp/kasir/actions/workflows/tests.yml/badge.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nKasir helps integrate Midtrans in Laravel way.\n\n## Installation and Usage\n\nPlease refer to the [documentation](https://kasirphp.com).\n\n## Contributing\n\nIf you want to contribute to Kasir package, you may want to test it in a real Laravel project:\n\n1. Fork this project to your GitHub account.\n2. Create Laravel app locally.\n3. Clone **your fork** in your Laravel app's root directory.\n4. In the `/kasir` directory, create a new branch for your fix, e.g. `fix-something`.\n5. Install the packages in your app's `composer.json`:\n    ```json\n    {\n        \"require\": {\n            \"kasir/kasir\": \"*\"\n        },\n        \"repositories\": [\n            {\n                \"type\": \"path\",\n                \"url\": \"kasir/*\"\n            }\n        ]\n    }\n    ```\n6. Run `composer update`.\n7. When creating a Pull Request, make sure you have set your MIDTRANS_SERVER_KEY_SANDBOX and MIDTRANS_CLIENT_KEY_SANDBOX in your GitHub secrets for testing.\n\n## License\n\nKasir is open-sourced software licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasirphp%2Fkasir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasirphp%2Fkasir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasirphp%2Fkasir/lists"}