Skip to content

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorras committed Jan 25, 2022
1 parent c00ef4e commit 9a74c2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Online payments with Redsys in PHP
# Online payments with Redsys

[![Latest Version on Packagist](https://img.shields.io/packagist/v/creagia/redsys-php.svg?style=flat-square)](https://packagist.org/packages/creagia/redsys-php)
[![Tests](https://github.com/creagia/redsys-php/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/creagia/redsys-php/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/creagia/redsys-php.svg?style=flat-square)](https://packagist.org/packages/creagia/redsys-php)

Integrate your PHP code with Redsys, the lead payment gateway in Spain. This package only works on 8.1 and newer versions. If you
need compatibility with older versions, check the [Alternatives](#alternatives) section.
Integrate your PHP code with Redsys, the lead payments gateway in Spain.

If you are using Laravel, check our other package [creagia/laravel-redsys](https://github.com/creagia/laravel-redsys) for a ready-to-use integration.
This package uses some PHP 8.1 features, so it only supports `php:^8.1`. If you need compatibility with older versions,
check the [alternatives](#alternatives) section.

> If you are using Laravel, check our other package **[creagia/laravel-redsys](https://github.com/creagia/laravel-redsys)** for a ready-to-use integration.
## Installation

Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "creagia/redsys-php",
"description": "This is my package redsys-php",
"description": "Online payments with Redsys",
"keywords": [
"creagia",
"redsys-php"
"redsys",
"payment gateway",
"php"
],
"homepage": "https://github.com/creagia/redsys-php",
"license": "MIT",
Expand All @@ -21,8 +23,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"pestphp/pest": "^1.20",
"spatie/ray": "^1.28"
"pestphp/pest": "^1.20"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9a74c2d

Please sign in to comment.