nixtee / php-client
There is no license information available for the latest version (dev-main) of this package.
A PHP library for interacting with the Nixtee API.
dev-main
2024-12-15 00:55 UTC
Requires
- php: >=7.4
- firebase/php-jwt: ^6.0
This package is auto-updated.
Last update: 2025-06-15 01:59:39 UTC
README
A PHP library for managing connectors with Nixtee services.
Features
- Simplifies integration with Nixtee APIs.
- Provides example implementations for quick setup.
- Built with PHP for easy adaptability in web projects.
Installation
- Clone the repository:
git clone https://github.com/ajandera/nixtee-connectors-php.git
- Install dependencies using Composer:
composer install
Usage
- Include the library in your project:
require_once 'src/NixteeConnector.php';
- Refer to
example.php
for a quick implementation guide:$connector = new NixteeConnector(); $response = $connector->connect(); echo $response;
Contributing
Contributions are welcome! Please submit pull requests for review.
License
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.