Download the PHP package carmelosantana/porkbun-sdk without Composer
On this page you can find all versions of the php package carmelosantana/porkbun-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carmelosantana/porkbun-sdk
More information about carmelosantana/porkbun-sdk
Files in carmelosantana/porkbun-sdk
Package porkbun-sdk
Short Description A PHP library for interacting with the Porkbun API.
License MIT
Informations about the package porkbun-sdk
Porkbun SDK for PHP
PHP library for interacting with the Porkbun API.
- Install
- Usage
- Domain
- DNS
- SSL
- Testing
- Support
- Funding
- Changelog
- License
Supports
Interactions with Porkbun's API for;
- Domain management
- DNS record management
- SSL certificate retrieval
Features
- Manage domains: Update name servers, list domains, and more.
- Handle DNS records: Create, edit, retrieve, and delete DNS records.
- Manage SSL certificates: Retrieve SSL certificate bundles for your domains.
Install
Include PorkbunSdk
in your project with Composer:
Requirements:
Usage
To use the Porkbun API, you need to have an API key and secret from Porkbun. You can obtain these by logging into your Porkbun account and generating an API key.
Domain
✅ Update the name servers for a domain.
DNS
✅ Create a new DNS A record for a domain.
SSL
✅ Retrieve the SSL certificate bundle for a domain.
Testing
To run the test suite:
Requirements:
- Pest is used for testing.
Support
Community support is available on Discord.
Funding
If you find this project useful or use it in a commercial environment, please consider donating:
- Bitcoin:
bc1qhxu9yf9g5jkazy6h4ux6c2apakfr90g2rkwu45
- Ethereum:
0x9f5D6dd018758891668BF2AC547D38515140460f
- Patreon: patreon.com/carmelosantana
- PayPal: Donate via PayPal
Changelog
- 1.0.0 - Aug 29, 2024
- Initial release of the
PorkbunSdk
library with support for Domain, DNS, and SSL management.
- Initial release of the
License
Code and documentation are released under the MIT License.