Download the PHP package bitbull/satispay without Composer

On this page you can find all versions of the php package bitbull/satispay. 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 satispay

Satispay Integration

Magento module for Satispay integration.

Based on official Satispay documentation v. 1.0, 2016/02/15

http://bit.ly/API-online

System requirements

This extension supports the following versions of Magento:

Cron jobs need to be configured in the Magento installation, otherwise orders will remain in Pending Payment status. This is because the transaction status check is scheduled to happen every 10 minutes as part of a cron job.

Installation

Using Composer

To install Bitbull_Satispay module via Composer you need to add this repository to your project's composer.json file:

Once done, you will be able to add it to the requirements:

With this configuration, the last version of the extension will be installed running composer install or composer update.

Using Modman

modman clone https://github.com/bitbull-team/magento-module-satispay.git

Zip Download

Finally, you can install the extension by downloading the archive package, extract it and copy the content of the src folder over your Magento root directory.

Configuration

After installing the extension login to your shop's admin area and perform the following steps to enable the extension:

From the same section you can also personalise the payment method title (what the customer sees in the payment method list), the instruction (what appears when the payment method is selected), the default phone country code and wether to activate the Test Mode or debug informations in the logs.

Usage Examples

After activating the extension you can simply add a product to cart and proceed to checkout. Satispay will be displayed between the payment method options and, if selected, you will be redirected to a page where you will be able to specify the mobile number you want to charge for the order. A notification will appear in the customer's app, asking to confirm the payment. Mind that the extension will only appear if it's enabled and the website currency is EUR. Other currencies are not supported by Satispay at the moment.

Development guidelines

Here are the guidelines we followed during the development of the module.

Release notes

The extension uses semantic versioning v 2.0.0 convention.

Note: you can use the {break}.{feature}.{fix} formula to easily remember which number has to be changed after some code changes.

v 0.2.2

v 0.2.1

v 0.2.0

v 0.1.2

v 0.1.1

v 0.1.0

Testing

This package contains unit tests that can be executed enabling the extension Bitbull_SatispayTest. EcomDev_PHPUnit is a dependency, for more details about how to configure the environment refer to the official guide.

Authors, contributors and maintainers

Author:

Contributions:

License

Licensed under the Open Software License version 3.0


All versions of satispay with dependencies

PHP Build Version
Package Version
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 bitbull/satispay contains the following files

Loading the files please wait ...