{"id":19684823,"url":"https://github.com/orumad/laravel-redsys-gateway","last_synced_at":"2025-02-27T07:24:19.587Z","repository":{"id":51208323,"uuid":"277463084","full_name":"orumad/laravel-redsys-gateway","owner":"orumad","description":"Laravel integration for Redsys Payment Gateway (Spain)","archived":false,"fork":false,"pushed_at":"2021-06-22T11:18:14.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T06:58:36.834Z","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/orumad.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}},"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/orumad/laravel-redsys-gateway","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orumad%2Flaravel-redsys-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orumad%2Flaravel-redsys-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orumad%2Flaravel-redsys-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orumad%2Flaravel-redsys-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orumad","download_url":"https://codeload.github.com/orumad/laravel-redsys-gateway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240993399,"owners_count":19890418,"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","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":"2024-11-11T18:19:04.250Z","updated_at":"2025-02-27T07:24:19.559Z","avatar_url":"https://github.com/orumad.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%2Forumad%2Flaravel-redsys-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forumad%2Flaravel-redsys-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forumad%2Flaravel-redsys-gateway/lists"}