Download the PHP package xolphin/xolphin-api-php without Composer

On this page you can find all versions of the php package xolphin/xolphin-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package xolphin-api-php

Xolphin API wrapper for PHP

xolphin-php-api is a library which allows quick integration of the Xolphin REST API in PHP to automated ordering, issuance and installation of SSL Certificates.

About Xolphin

Xolphin is the largest supplier of SSL Certificates and Digital Signatures in the Netherlands. Xolphin has a professional team providing reliable support and rapid issuance of SSL Certificates at an affordable price from industry leading brands such as Sectigo, GeoTrust, GlobalSign, Thawte and Symantec.

Library installation

Library can be installed via Composer

And updated via

Upgrade guide: from v2.x to v3.x

Upgrade guide from v1.8.3 to v2.x

Update your xolphin/xolphin-api-php dependency to ^2.0 in your composer.json file.

Renamed classes

All endpoint classes have been renamed to a more generic name <resource>Endpoint. You should update your usages.

Calling Endpoint classes

All endpoint classes are started during startup They can be called using $client->certificates->all() instead of $client->certificate()->all().

Using Helpers instead of strings

In version 2.0.0 we introduced Helper classes. These classes contain constants of all static string variables (enums). Use these constants instead of a string, because we will alter these constants whenever we change the corresponding value in the API.

For instance, when creating a DCV for a domain:

Certificate download() method returns string

The method download() on the class CertificatesEndpoint now returns the certificate string instead of the GuzzlestreamInterface.

Usage

Client initialization

Rate Limiting

Current limit

Requests remaining for limit

Requests

Get list of requests

Get request by ID

Request certificate

Reissue certificate

Renew certificate

Create a note

Get list of notes

Send a "Sectigo Subscriber Agreement" email

Certificate

Certificates list and expirations

Download certificate

Support

List of products

Decode CSR

Invoices

List of invoices

Download Invoice in PDF format


All versions of xolphin-api-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4|8.0
ext-json Version *
guzzlehttp/guzzle Version ^7.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package xolphin/xolphin-api-php contains the following files

Loading the files please wait ....