Download the PHP package robbinc91/botble-redsys without Composer

On this page you can find all versions of the php package robbinc91/botble-redsys. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package botble-redsys

Botble Redsys Plugin

Redsys (Servired / Sermepa) payment gateway integration for Botble CMS.

Package metadata

Field Value
Composer package robbinc91/botble-redsys
Homepage / source github.com/robbinc91/botble-redsys
Plugin ID (plugin.json) robbinc91/botble-redsys
PHP namespace Botble\Redsys\
Author Robin Cabeza Ruiz
License MIT

Features

Requirements

Dependencies

Composer vs vendor/robbinc91

If you only copy this plugin into platform/plugins/redsys and run composer update at the project root, Composer installs merged dependencies (e.g. ssheduardo/redsys-laravel) into vendor/. It does not necessarily create vendor/robbinc91/botble-redsys unless the root app composer requires robbinc91/botble-redsys. That layout is normal for Botble plugins deployed as files under platform/plugins/.

Option A (merge-plugin): SDK is declared in this plugin’s composer.json and resolved into the app’s root vendor/ after composer update.

Installation

Method A — Copy into Botble (most common)

  1. Put the plugin folder here (folder name redsys):

    platform/plugins/redsys

  2. From the project root:

  3. Activate using the directory name under platform/plugins (here redsys). Botble’s CLI strips any vendor/ prefix but still resolves the folder — cms:plugin:activate botble-redsys would not match if your folder is redsys.

    Or use Admin → Plugins.

Method B — Install as Composer package (optional)

If the package is on Packagist or a VCS repository configured in the root composer.json:

You still need the plugin discovered by Botble under platform/plugins/redsys (copy, symlink, or your deployment strategy). Botble scans direct children of platform/plugins, not arbitrary nested vendor paths.

Configuration

Admin → Payments — enable Redsys and set:

HTTP routes

Method Path Name
GET /payment/redsys/checkout payments.redsys.checkout
POST /payment/redsys/notification payments.redsys.notification
GET /payment/redsys/ok payments.redsys.ok
GET /payment/redsys/ko payments.redsys.ko

Configure Redsys backoffice (example):

CSRF

Exclude the notification route from CSRF verification (Redsys server POST has no Laravel token):

(Typically in app/Http/Middleware/VerifyCsrfToken.php $except.)

Integration behaviour

Verify installation

Expect four routes named payments.redsys.*.

Then: test mode checkout → confirm notification → confirm payment and order/booking linkage → switch to live credentials.

Translations

Language files live under resources/lang/{locale}/redsys.php (e.g. en, es).


All versions of botble-redsys with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2.11
ssheduardo/redsys-laravel Version ~1.5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package robbinc91/botble-redsys contains the following files

Loading the files please wait ...