{"id":36260260,"url":"https://github.com/danielmrdev/laravel-redsys-gateway","last_synced_at":"2026-05-16T05:17:29.667Z","repository":{"id":51208323,"uuid":"277463084","full_name":"danielmrdev/laravel-redsys-gateway","owner":"danielmrdev","description":"Laravel integration for Redsys Payment Gateway (Spain)","archived":false,"fork":false,"pushed_at":"2025-12-05T13:08:02.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T22:43:47.140Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/danielmrdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-06T06:41:11.000Z","updated_at":"2021-05-24T07:20:15.000Z","dependencies_parsed_at":"2022-08-26T23:40:29.232Z","dependency_job_id":null,"html_url":"https://github.com/danielmrdev/laravel-redsys-gateway","commit_stats":null,"previous_names":["danielmrdev/laravel-redsys-gateway"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/danielmrdev/laravel-redsys-gateway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmrdev%2Flaravel-redsys-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmrdev%2Flaravel-redsys-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmrdev%2Flaravel-redsys-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmrdev%2Flaravel-redsys-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielmrdev","download_url":"https://codeload.github.com/danielmrdev/laravel-redsys-gateway/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmrdev%2Flaravel-redsys-gateway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33091392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-01-11T07:48:13.994Z","updated_at":"2026-05-16T05:17:29.647Z","avatar_url":"https://github.com/danielmrdev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel integration for Redsys Payment Gateway (Spain)\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/orumad/laravel-redsys-gateway.svg?style=flat-square)](https://packagist.org/packages/orumad/laravel-redsys-gateway)\n[![Build Status](https://travis-ci.org/orumad/laravel-redsys-gateway.svg?branch=master)](https://travis-ci.org/orumad/laravel-redsys-gateway)\n[![StyleCI](https://github.styleci.io/repos/277463084/shield?branch=master)](https://github.styleci.io/repos/277463084)\n[![Total Downloads](https://img.shields.io/packagist/dt/orumad/laravel-redsys-gateway.svg?style=flat-square)](https://packagist.org/packages/orumad/laravel-redsys-gateway)\n\nThis package allows you to integrate the spanish payment gateway Redsys in your Laravel app. It can manage all the flow (requests / responses) needed to make payments throught the Redsys platform.\n\n\n## Instalation\n\nYou can add the package to your Laravel app as usual:\n\n```bash\ncomposer require orumad/laravel-redsys-gateway\n```\n\nThe package comes with two tables migrations used to store all the payments data (requests, notifications/responses):\n\n```bash\nphp artisan vendor:publish --provider=\"Orumad\\LaravelRedsys\\LaravelRedsysServiceProvider\" --tag=\"migrations\"\n```\n\nAfter that you can create the tables:\n\n```bash\nphp artisan migrate\n```\n\nYou can publish the config file:\n\n```bash\nphp artisan vendor:publish --provider=\"Orumad\\LaravelRedsys\\LaravelRedsysServiceProvider\" --tag=\"config\"\n```\n\n\n## How to use\n\n_(wip)_\n\n## Testing\n\nYou can test as usual:\n\n```bash\nvendor/bin/phpunit\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email dev@danielmunoz.io instead of using the issue tracker.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmrdev%2Flaravel-redsys-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmrdev%2Flaravel-redsys-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmrdev%2Flaravel-redsys-gateway/lists"}