doqimi / payclip-php-sdk
This package provides the core functionality of the Clip API, this SDK is developed and maintained by Doqimi. It serves as the foundational layer for building and interacting with the Clip service in PHP applications.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/doqimi/payclip-php-sdk
Requires
- php: >=8.4
- ext-curl: *
- ext-openssl: *
- guzzlehttp/guzzle: *
Requires (Dev)
- phpunit/phpunit: ^12.3
README
Payclip PHP SDK is a PHP library developed by Doqimi to simplify the integration with the Clip API. This SDK provides an interface for PHP applications to interact with Clip's services.
Current Status
This SDK is currently under initial development. At this stage, only the Checkout API, Payments API and Settlements API are implemented.
Installation
You can install the SDK using Composer:
composer require doqimi/payclip-php-sdk
Documentation
Please refer to the official Clip API documentation for full details on API endpoints, authentication, and integration.
The Payclip PHP SDK expects both the CLIP_API_KEY and CLIP_API_SECRET to be provided as parameters when initializing the Client.
If these are not explicitly provided, the SDK will attempt to read them from the environment variables:
CLIP_API_KEYCLIP_API_SECRET
For information on how to generate these credentials for your account, please refer to the Token de autenticación section in the Clip developer documentation.
Features
- Checkout API (v2)
- Refunds
- Payments
- Settlements
Contributing
Contributions are welcome. If you would like to contribute, please fork the repository and submit a pull request with your proposed changes.
License
This project is open-sourced under the MIT License.
Developed and maintained by Doqimi