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.

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 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!

Credits


All versions of worldpay with dependencies

PHP Build Version
Package Version
Requires php Version ~7.0
illuminate/support Version ~5.5
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 jaythegeek/worldpay contains the following files

Collapse All

src

   Config

    config.php

   Controllers

    WorldPayController.php

   Routes

    routes.php

   Tools

    APMOrder.php
    AbstractAddress.php
    AbstractOrder.php
    BillingAddress.php
    Connection.php
    DeliveryAddress.php
    Error.php
    Order.php
    OrderService.php
    TokenService.php
    Utils.php
    Worldpay.php
    WorldpayException.php

   Views

    complete.blade.php
    test.blade.php
    worldpay.blade.php
  WorldPayServiceProvider.php
.gitattributes
CHANGELOG.md
README.md
composer.json