Download the PHP package fmtl-studio/laravel-epay without Composer

On this page you can find all versions of the php package fmtl-studio/laravel-epay. 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 laravel-epay

Laravel ePay, EasyPay, BPay, ePay World integration module

Laravel wrapper for easy and seamless integration with all available ePay payment methods:

Made with love and code by Fundamental Studio Ltd.

Installation

The package is compatible with Laravel 7+ version.

Via composer:

Publish using the provider

After installing, the package should be auto-discovered by Laravel. In order to configurate the package, you need to publish the config file using this command:

Config

After publishing the config file, you should either add the needed keys to the global .env Laravel file:

You are up & running and ready to go.

Documentation and Usage instructions

The usage of our package is pretty seamless and easy. First of all, you need to use the proper namespace for our package:

Creating the instance of our package:

Quick way to initiate a payment

The setData function could be ommitted. The data may be set as array and second parameter to the constructor of the main class.

All available methods are shown into the next section, including setter and getter methods.

Generating payment fields and/or forms

Retrieve the correct and formatted hidden fields, form, or array with all the needed parameters.

All available methods are shown into the next section.

Notes

All current requests can be used as a form for redirecting the user to the ePay platform, including:

EasyPay

However, if you need and want to integrate your platform with the EasyPay 10 digit code yourself, you can use:

Parsing the results

It is also possible to parse the return results and output them as array:

You can find our more about the available methods and differences between the paylogin and credit_paydirect types. All available methods are shown into the next section.

Official ePay documentation can be found here.

Methods

All available methods with their arguments and return formats.

Changelog

All changes are available in our Changelog file.

Support

For any further questions, feature requests, problems, ideas, etc. you can create an issue tracker or drop us a line at [email protected]

Contributing

Read the Contribution file for further information.

Credits

The package is bundled and contributed to the community by Fundamental Studio Ltd.'s team.

Issues

If you discover any issues, please use the issue tracker.

Security

If your discover any security-related issues, please email [email protected] or [email protected] instead of using the issue tracker.

License

The MIT License(MIT). See License file for further information and reading.


All versions of laravel-epay with dependencies

PHP Build Version
Package Version
Requires nesbot/carbon Version ^2.0
guzzlehttp/guzzle Version ^6.5
illuminate/support Version ^5.8|^6.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 fmtl-studio/laravel-epay contains the following files

Loading the files please wait ....