I'm developing a system with laravel 5.2, and would like to implement the payout signing scheme using transparent checkout. In the official PHP library ( link ) there is information that it is compatible with laravel, so I would like to use this library.
Would anyone have a step-by-step how to use this library with charge in the signature scheme in laravel?