Symfony 5 Project to show how to implement and integrate the PayPal's APIs. Including Braintree, V2 Orders, Payments, Billing, Connect with PayPal etc...
See our https://paypal.devoralive.com demo site.
- Git clone the project:
git clone https://github.com/romeritoCL/paypal-playground.git
- Update dependencies: Clasical install of a Symfony 5 project. Load dependencies and start docker using compose.
composer install
yarn install
- Start Docker containers:
docker-compose up -d
- Go to site: http://localhost:8086
This proyect is configured with continuous deployment. Any PR merged to master branch will generate a build on Travis CI PayPal-Playground. The CI software will run the tests and push the docker build to DockerHub romeritocl/paypal-playground. Once the tag latest is updated, the server will detect a new image and will download it and recreate the container.