Giter Site home page Giter Site logo

omnipay-skeleton's Introduction

# Omnipay: :gateway

**Skeleton gateway for the Omnipay PHP payment processing library**

[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor/omnipay-:gateway.svg?style=flat-square)](https://packagist.org/packages/:vendor/omnipay-:gateway)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/:vendor/omnipay-:gateway/master.svg?style=flat-square)](https://travis-ci.org/:vendor/omnipay-:gateway)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/:vendor/omnipay-:gateway.svg?style=flat-square)](https://scrutinizer-ci.com/g/:vendor/omnipay-:gateway/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/:vendor/omnipay-:gateway.svg?style=flat-square)](https://scrutinizer-ci.com/g/:vendor/omnipay-:gateway)
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor/omnipay-:gateway.svg?style=flat-square)](https://packagist.org/packages/:vendor/omnipay-:gateway)


[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements :gateway support for Omnipay.

**Note:** Replace `:vendor`, `:author_name`, `:author_username`, `:author_website`, `:author_email`, `:gateway`, `:package_description` and `:gateway` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.

## Install

Instal the gateway using require. Require the `league/omnipay` base package and this gateway.

``` bash
$ composer require league/omnipay :vendor/omnipay-:gateway
```

## Usage

The following gateways are provided by this package:

 * :gateway

For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository.

## Support

If you are having general issues with Omnipay, we suggest posting on
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you want to keep up to date with release announcements, discuss ideas for the project,
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/:vendor/omnipay-:gateway/issues),
or better yet, fork the library and submit a pull request.

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

## Credits

- [:author_name](https://github.com/:author_username)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

omnipay-skeleton's People

Contributors

barryvdh avatar greydnls avatar vyuldashev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

omnipay-skeleton's Issues

Call to undefined method Omnipay\Common\Http\Client::get()

Is this related to Guzzle client? How to setup it with Guzzle or how to solve this?
If I replace method get with request there is no error, however the request is not sent either and gives null.

$response = $this->httpClient->request(
            'GET',
            $this->getEndpoint() . '/api',
            $this->getHeaders(),
        );

This should be waived under CC0

Copyright legislation is tricky, obviously this repo is intended to be be used as base for a project with any license. But copyright law does not say that. The best way to make it clear right now is waiving it to the public domain with CC0.

I think it's a good practice, what do you think?

By the way, I did a setup.sh file for this project, I don't know if it's ready for merging, check it out here: https://git.hackware.cl/omnipay-skeleton

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.