alessandrolandim/paypalbridgebundle
Welcome to the KMJPayPalBridgeBundle. The goal of this bundle is to provide an easy way to integrate the Paypal SDK into a Symfony project.
KMJPayPalBridgeBundle can conveniently be installed via Composer. Just add the following to your composer.json file:
Then, you can install the new dependencies by running Composer's update command from the directory where your composer.json file is located:
Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:
The KMJPayPalBridgeBundle is called as a standard service.
This returns a service that sets the paypal SDK with the proper ini settings. The service also contains a valid PayPal\Rest\ApiContext object that can be passed to other PayPal objects. This bundle also automatically swtiches the bundle based on the environment. The production environment is the only environment that gets the production endpoint for PayPal
How can I help you explore Laravel packages today?