Download the PHP package pavlaq/przelewy24-bundle-fork without Composer

On this page you can find all versions of the php package pavlaq/przelewy24-bundle-fork. 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 przelewy24-bundle-fork

Allset Przelewy24 Bundle

This is superb easy to use Przelewy24 Bundle with bulit-in Symfony Events.

Instalation

and then update your AppKernel.php:

Than add to your routing.yml file:

If you want to have access to Test Tools add this to routing_dev.yml:

Requirements

Symfony 3.3++ (becouse bundle is using Symfony Service Autowire)
Guzzle ^6.3 (already included in composer.json)

Config

Add to your config folowing lines:

Usage

1. Create your super-custom action

In your controller.

2. Register Payment Success Event Listener
3. Do what only you want with your succesed payment

Developer Tools

Testing connection

To access tests you have to add @AllsetPrzelewy24Bundle/Resources/config/routing_dev.xml to your rounting_dev.yml file. (check out Instaltion chapter).

After that you have access to allset_przelewy24_test route or simpler go to /p24-test path and checkout the results.

Simulating Payment Success

Due to Przelewy24 native API you are unable to get success response on your localhost, but you can simulate it with Simulating Payment Success Tool.

To access simulating you have to add @AllsetPrzelewy24Bundle/Resources/config/routing_dev.xml to your rounting_dev.yml file. (check out Instaltion chapter).

After that you can simply go to /p24-fake-success/{sessionId} path or redirect to route allset_przelewy24_fake_success to make bundle to trigger przelewy24.event.payment_success event.


All versions of przelewy24-bundle-fork with dependencies

PHP Build Version
Package Version
Requires php Version ^5.5.9 || ^7.0
guzzlehttp/guzzle Version ^6.3
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 pavlaq/przelewy24-bundle-fork contains the following files

Loading the files please wait ....