Quick Guide
caution
#
Warning! 🚧 WIP!#
Installing to an Existing ProjectThe Pesa PHP SDK can be an existing project using Composer.
In your project root:
As with the earlier two composer install methods, you can omit to install PHPUnit and its dependencies by adding the “–no-dev”
argument to the “composer require”
command.
#
Set UpCopy add API_KEY
to your .env file
#
UpgradingWhenever there is a new release, then from the command line in your project root:
Read the upgrade instructions.