Site icon Hip-Hop Website Design and Development

Integrating boxtal PHP library right into a customized WordPress Plugin

I must combine this php library https://github.com/boxtal/php-library on my wordpress website.
I learn that it’s a must to create a puglin or combine it into the kid theme.
So I created a puglin and built-in the php library within the plugin folder.
https://ibb.co/vXfJjLj
Right here is my puglin

    <?php 
/*
Plugin Identify: igosen api boxtal
Plugin URI: 
Description: Relier market à boxtal
Creator: Serge Astrakhan
Model: 1.0
Creator URI: https://igosen.fr/
*/

require_once ('/config/autoload.php');
require_once ('/config/config.php');

The require_once request causes a deadly error when activating the puglin.
Are you able to assist me (documentation or instance) to have the ability to accurately load the totally different parts.
Thanks