Visit Main Site
Join Partner Program
Login
     
Introduction
Labour Module SDK Documentation
Installation
Python
PHP
GitHub
Composer
Documentation
Account
Item
Item Fulfillment
Item Receipts
Order
Usage
Express
Invoice
Payment
Credit Note
Refund
Purchase Order
Purchase Invoice
Purchase Payment
Purchase Credit Notes
Purchase Refund
Gift Certificate
Return Merchandise Authorizations
RVA
Settings
Integration
Portal
Communications
Reports
Proforma
Custom Development
Custom Component
Custom Attribute
Custom Object
Custom Database
» PHP
» PHP

PHP

Overview of the Exsited SDK and its features.

The Exsited SDK is designed to simplify the integration of Exsited's powerful services into your applications. With an intuitive interface and robust functionality, the SDK enables developers to harness the full potential of Exsited's offerings with ease. Whether you are building a new application or enhancing an existing one, the Exsited SDK provides the tools you need to succeed.

Getting Started

To begin using the Exsited SDK, follow these simple steps:

  1. Installation: Install the SDK using your preferred package manage
pip install exsited
  1. Configuration: Set up your authentication details in a configuration file to connect to Exsited services seamlessly.
  2. Explore Features: Familiarize yourself with the extensive features available, from authentication to data management.

Quick Start

You can create a new project using the Exsited SDK with the following command:

npx create-exsited-project <project-directory>

Expected Output

When you run the CLI, you can expect an output similar to this:

1. Navigate to your project directory: cd <project-directory>
2. Install Exsited: pip install exsited
3. Start run the program

Code Examples

Here are some code examples showcasing the usage of the Exsited SDK:

from exsited_sdk import Exsited
sdk = Exsited()
response = sdk.process_payment({
    'amount': 1000,  # Amount in cents
    'currency': 'USD',
    'method': 'credit_card',
    'card_details': {
        'number': '4111111111111111',
        'expiry': '12/23',
        'cvv': '123',
    },
})
print('Payment Successful:', response)    

Conclusion

Thank you for choosing the Exsited SDK for your project. With its comprehensive features and ease of use, you're well on your way to creating powerful applications. Happy coding!

Looking to build next big project?

With our robust set of tools and resources, you can create custom solutions that integrate seamlessly with our system and take your business to the next level.

Join Our Partner Program
APIs
SDK
Help Center
Community
Contact Us

©2026 Exsited. All rights reserved.

Terms and Conditions | Privacy Policy

Follow Us: