{"id":36989397,"url":"https://github.com/laravel-payhere/laravel-payhere","last_synced_at":"2026-02-08T07:39:43.513Z","repository":{"id":279016172,"uuid":"743041035","full_name":"laravel-payhere/laravel-payhere","owner":"laravel-payhere","description":"PayHere for Laravel: A plugin for Sri Lanka's #1 Payment Gateway","archived":false,"fork":false,"pushed_at":"2026-01-29T03:53:56.000Z","size":2502,"stargazers_count":18,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T20:08:33.823Z","etag":null,"topics":["laravel","payherelk","php","plugin"],"latest_commit_sha":null,"homepage":"https://dasun.dev/docs/laravel-payhere","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/laravel-payhere.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"dasundev"}},"created_at":"2024-01-14T06:06:02.000Z","updated_at":"2026-01-29T03:52:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"452efc42-d6d2-4e23-ade4-ba2c7ca234e1","html_url":"https://github.com/laravel-payhere/laravel-payhere","commit_stats":null,"previous_names":["laravel-payhere/laravel-payhere"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/laravel-payhere/laravel-payhere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-payhere%2Flaravel-payhere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-payhere%2Flaravel-payhere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-payhere%2Flaravel-payhere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-payhere%2Flaravel-payhere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laravel-payhere","download_url":"https://codeload.github.com/laravel-payhere/laravel-payhere/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laravel-payhere%2Flaravel-payhere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29224457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"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":["laravel","payherelk","php","plugin"],"created_at":"2026-01-13T23:29:48.365Z","updated_at":"2026-02-08T07:39:43.470Z","avatar_url":"https://github.com/laravel-payhere.png","language":"PHP","funding_links":["https://github.com/sponsors/dasundev"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./art/logo.svg\" alt=\"PayHere\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/laravel-payhere/laravel-payhere/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/laravel-payhere/laravel-payhere/tests.yml?label=tests\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel-payhere/laravel-payhere\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel-payhere/laravel-payhere\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel-payhere/laravel-payhere\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel-payhere/laravel-payhere\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel-payhere/laravel-payhere\"\u003e\u003cimg src=\"https://img.shields.io/github/license/laravel-payhere/laravel-payhere\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nEasily and securely integrate [PayHere](https://payhere.lk) into your Laravel application.\n\n```php\n// A super simple example to show how easy it is to integrate PayHere!\n\nuse PayHere\\PayHere;\n\nclass CheckoutController extends Controller\n{\n    public function __invoke()\n    {\n        return PayHere::builder()\n            -\u003etitle('iPhone 16 Pro')\n            -\u003eamount(329900)\n            -\u003echeckout();\n    }\n}\n```\n\n## Official Documentation\n\nYou can find the documentation [here](https://www.dasun.dev/docs/laravel-payhere).\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](SECURITY.md) on how to report security vulnerabilities.\n\n## License\n\nThe Laravel PayHere is open-sourced software licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-payhere%2Flaravel-payhere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-payhere%2Flaravel-payhere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-payhere%2Flaravel-payhere/lists"}