Download the PHP package revoltify/spaceship-php without Composer
On this page you can find all versions of the php package revoltify/spaceship-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package spaceship-php
Spaceship PHP Library
A PHP library for interacting with the Spaceship API. This library provides a simple and intuitive way to manage domains, nameservers, contacts, and privacy settings.
Installation
Basic Setup
Available Methods
Domain Management
Nameserver Management
Authorization Code
Privacy Protection
Transfer Lock
Contact Management
Response Methods
DomainResponse
- Basic Information:
name()
,unicodeName()
,isPremium()
,hasAutoRenew()
- Dates:
registrationDate()
,expirationDate()
,getDomainAge()
- Status:
verificationStatus()
,eppStatuses()
,isActive()
,isSuspended()
- Privacy:
privacyProtectionLevel()
,hasContactForm()
,hasHighPrivacy()
- Nameservers:
nameserverProvider()
,nameserverHosts()
- Contacts:
contacts()
,getContact()
,getRegistrantId()
- Expiration:
isExpired()
,daysUntilExpiration()
NameserverResponse
success()
,nameserverProvider()
,nameserverHosts()
AuthCodeResponse
success()
,authCode()
,expireDate()
PrivacyProtectionResponse
success()
TransferLockResponse
success()
CreateContactResponse
success()
,contactId()
UpdateContactResponse
success()
,verificationStatus()
ContactResponse
- Personal:
firstName()
,lastName()
,organization()
,email()
- Address:
address1()
,address2()
,city()
,state()
,countryCode()
,postalCode()
- Phone:
phone()
,phoneExt()
,fax()
,faxExt()
- Other:
taxNumber()
Error Handling
All versions of spaceship-php with dependencies
PHP Build Version
Package Version
The package revoltify/spaceship-php contains the following files
Loading the files please wait ....