Download the PHP package webtopay/webtopay-bundle without Composer

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

WebToPayBundle

What is WebToPayBundle?

WebToPayBundle is a small bundle that can serve as a bridge between your Symfony framework and the original webtopay library.

We encourage you to first take a look at the original library

Sections

Requirements

Installation

Symfony 2.1 installation (vendor)

Don't forget to replace your_project_id and your_password with the actual credentials.

That's it, you are now ready to use WebToPayBundle.

Code samples

Controller example

Please see Symfony 2 controller example below with methods for every payment case and callback validation:

Keep in mind the test parameter: you can set it to 1 to make test payments without actually paying.

Using a sandbox

Why use our sandbox?

Using the test parameter is a great way to see whether your project_id and sign_password settings are correct. It will also allow you to test both the user return and the payment callback to your application once the payment has been accepted.

However, during the development phase of your application we suggest you use our sandbox environment With the sandbox environment you can go through the same steps that your clients will during a real payment, without actually using any of your real currency.

Enable sandbox in your configuration

To enable the sandbox in your configuration add the following lines to your app/config/config.yml

The use_sandbox parameter can be set to either true or false

Contacts

If you have any further questions feel free to contact us:

"EVP International", UAB
Mėnulio g. 7
LT-04326 Vilnius
El. paštas: [email protected]
Tel. +370 (5) 2 03 27 19
Faksas +370 (5) 2 63 91 79


All versions of webtopay-bundle with dependencies

PHP Build Version
Package Version
Requires symfony/config Version ^2.6|^3.0|^4.0|^5.0
symfony/dependency-injection Version ^2.6|^3.0|^4.0|^5.0
symfony/http-kernel Version ^2.6|^3.0|^4.0|^5.0
webtopay/libwebtopay Version 1.6.*
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 webtopay/webtopay-bundle contains the following files

Loading the files please wait ....