Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Jan 12, 2018
1 parent 1cd1edb commit d33d55e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Mollie Omnipay module

This module integrates Mollie in thirty bees with the help of the Omnipay library.

## Building the module

In order to prevent library conflicts in thirty bees this module's dependencies need to be "scoped".
For this we use PHP Scoper (https://github.com/humbug/php-scoper) in the build script.
By default everything in the vendor folder is now scoped to `ThirtyBeesMollie`.

You can build the module by running the build script:
```shell
$ ./build.sh
```

0 comments on commit d33d55e

Please sign in to comment.