How to add Tabby Payment Gateway in Codeignitor 3 [closed]

Add a tabby payment gateway in codeignitor 3

{

    "amount": "string",
    "currency": "AED",
    "description": "string",
    "buyer": 

{

    "phone": "string",
    "email": "[email protected]",
    "name": "string",
    "dob": "2019-08-24"

},
"shipping_address": 
{

    "city": "string",
    "address": "string",
    "zip": "string"

}