Download the PHP package jaythegeek/worldpay without Composer
On this page you can find all versions of the php package jaythegeek/worldpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jaythegeek/worldpay
More information about jaythegeek/worldpay
Files in jaythegeek/worldpay
Package worldpay
Short Description A composer package for interacting with the WorldPay Online REST API in Laravel 5.5
License MIT
Homepage https://github.com/jaythegeek/laravel-worldpay
Informations about the package worldpay
Laravel WorldPay
Laravel WorldPay is a package that helps you to process WorldPay payments directly from credit or debit cards. Though in beta, you may also create orders and fetch orders from the WorldPay Online REST API.
Install
To install the Laravel WorldPay package you must use composer, simply add the following to your composer.json file
If you are using Laravel 5.5 or above there is no need to add the service provider, skip to publishing the vendor files :) Auto Discovery is here people!!
Otherwise add the service provider in config/app.php
:
Publish the vendor files, this will setup your config file - 'config/worldpay.php' and adds a test view to play with, you can find it here 'views/worldpay/worldpay.blade.php' - Bootstrap 4 for ease of use! :)
Configuration
Add your WorldPay Online details to the config/worldpay.php
file. For security it is recommended that you set your API keys in your .env file;
Visit WorldPay Online you can create an account if you don't have one already!
Usage
Once you have setup your credentials in your .env file, and published the vendor files, the following routes will be made available to you along with test views and an example charge system.
Go ahead and extend this as much as you need for your own implementation, updates and more features coming soon!
Change log
Please see CHANGELOG
Security
Please use the issue tracker for any possible problems you're having!