2017 © Pedro Peláez
 

project payments-hub

image

payhelper/payments-hub

  • Tuesday, December 12, 2017
  • by takeit
  • Repository
  • 7 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Payments Hub, (*1)

Build Status Scrutinizer Code Quality StyleCI

A free and open-source framework for voluntary payment integration into different publishing channels., (*2)

Documentation

Documentation is available at payments-hub.readthedocs.io., (*3)

Prerequisites

Read the Prerequisites section to find out more., (*4)

Requirements

Read the Requirements section to see what is required before starting., (*5)

Configuration

Generate the SSH keys to properly use the authentication:, (*6)

``` bash mkdir var/jwt openssl genrsa -out var/jwt/private.pem -aes256 4096 openssl rsa -pubout -in var/jwt/private.pem -out var/jwt/public.pem, (*7)


## Installation You need [Composer](https://getcomposer.org/download/) to install PHP dependencies. Then run the following commands: ```bash composer install bin/console doctrine:migrations:migrate bin/console server:start

Note If the database does not exist, create it manually or by running command: bin/console doctrine:database:create., (*8)

Next, open http://127.0.0.1:8000 in your browser and you will see Payments Hub running in the development mode., (*9)

License

See the complete license here., (*10)

Contributors

This project is a Sourcefabric z.ú. and contributors initiative., (*11)

The Versions