Giter Site home page Giter Site logo

nielstholenaar / laravel-multisafepay-client Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 11 KB

Laravel brige for the nielstholenaar/multisafepay-client package.

License: MIT License

PHP 100.00%
laravel-5-package laravel multisafepay payments gateway api-client

laravel-multisafepay-client's Introduction

This repository is unmaintained.

Please use the officially supported client by Multisafepay(https://github.com/MultiSafepay/laravel-api)

Laravel bridge package for the MultiSafepay Client.

Build Status Scrutinizer Code Quality

Requirements

The following versions of PHP are supported.

Installation

You can use composer require to add the client to your composer.json file.

$ composer require ntholenaar/laravel-multisafepay-client

When using Laravel 5.5 the service provider and facade are automatic registered.

Add the service provider to the service providers array within the config/app.php file.

\Ntholenaar\LaravelMultiSafepayClient\Providers\MultiSafepayClientServiceProvider::class,

Add the Facade to the alias array within the config/app.php file.

'MultiSafepayClient' => Ntholenaar\LaravelMultiSafepayClient\Facades\MultiSafepayClient::class,

Publish the package configuration

$ php artisan vendor:publish

Usage

For information about how to use this package see the main repository: https://github.com/nielstholenaar/multisafepay-client.

Credits

License

The MIT License (MIT). Please see License File for more information.

laravel-multisafepay-client's People

Contributors

lesleydesmet avatar nielstholenaar avatar

Watchers

 avatar  avatar

Forkers

lesleydesmet

laravel-multisafepay-client's Issues

Errors when running composer require

After running "composer require ntholenaar/laravel-multisafepay-client".
I receive the following errors:

Problem 1
- ntholenaar/multisafepay-client 0.2.1 requires php-http/client-implementation ^1.0 -> no matching package found.
- ntholenaar/multisafepay-client 0.2.0 requires php-http/client-implementation ^1.0 -> no matching package found.
- ntholenaar/laravel-multisafepay-client 0.2.2 requires ntholenaar/multisafepay-client ^0.2 -> satisfiable by ntholenaar/multisafepay-client[0.2.0, 0.2.1].
- Installation request for ntholenaar/laravel-multisafepay-client ^0.2.2 -> satisfiable by ntholenaar/laravel-multisafepay-client[0.2.2].

I tried to require the "php-http/client-implementation" package. But that didn't solve the problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.