Download the PHP package wiopayments/php-sdk-vanilla without Composer

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

WioPayments PHP SDK - Vanilla PHP Version

A standalone PHP library for integrating with WioPayments Gateway. No dependencies required - works with any PHP project without Composer or external libraries.

๐Ÿš€ Quick Start

1. Download and Include

2. Create a Simple Payment

3. Check Payment Status

๐Ÿ“‹ Features

๐Ÿ› ๏ธ Installation Methods

Method 1: Direct Download (Recommended)

Method 2: Copy and Paste

Simply copy the WioPayments.php file to your project directory.

Method 3: Include in Existing Projects

๐Ÿ“š Usage Examples

Complete Payment Form

Hosted Payment Redirect

Existing Page Integration

Payment Links

๐Ÿ”ง Configuration Options

๐ŸŽจ Customization

Custom Payment Form Styling

Form Customization Options

๐Ÿ”’ Security

๐Ÿ’ฐ Supported Currencies

๐Ÿ“ฑ Browser Support

๐Ÿ†˜ Error Handling

๐Ÿ“Š Payment Status Values

๐Ÿ”— API Endpoints

The vanilla PHP SDK communicates with these WioPayments API endpoints:

๐Ÿงช Testing

Test API Key

Test Cards

Test Environment

๐Ÿ†” Version Information

๐Ÿš€ Migration from Composer Version

If you're currently using the Composer version, migration is simple:

๐Ÿ’ก Tips and Best Practices

  1. Always validate payment data before creating payments
  2. Use HTTPS in production for security
  3. Store payment IDs for transaction tracking
  4. Handle errors gracefully with try-catch blocks
  5. Test with small amounts before going live
  6. Keep your API key secure and never expose it in frontend code

๐Ÿ“ž Support


Ready to start accepting payments?

  1. Get your API key from the WioPayments dashboard
  2. Download WioPayments.php
  3. Follow the quick start guide above
  4. Start processing payments in minutes!

No credit card required for testing. Use our test API key and test cards to get started immediately.


All versions of php-sdk-vanilla with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-curl Version *
ext-json 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 wiopayments/php-sdk-vanilla contains the following files

Loading the files please wait ....