A free and open-source framework for voluntary payment integration into different publishing channels.
Documentation is available at payments-hub.readthedocs.io.
Read the Prerequisites section to find out more.
Read the Requirements section to see what is required before starting.
Generate the SSH keys to properly use the authentication:
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
You need Composer to install PHP dependencies.
Then run the following commands:
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
.
Next, open http://127.0.0.1:8000 in your browser and you will see Payments Hub running in the development mode.
See the complete license here.
This project is a Sourcefabric z.ú. and contributors initiative.