everxp/php

PHP library for the EverXP API.

3.4 2025-04-04 12:14 UTC

This package is auto-updated.

Last update: 2025-06-04 12:29:11 UTC


README

Ever XP offering millions of diffrent combinations for your site to deliver the best user exprience for your websites' visitors.

How this package will help you?

The EverXP PHP library helps developers to easily connect to Ever XP API, through the integration you can:

  • Pull Patterns combinations
  • Pull Quotes combinations
  • Pull Date & Time combinations
  • Pull CTAs combinations
  • Pull Humanitarian combinations

Installation

You can install the package via composer:

composer require everxp/php

Or you can download the "src" folder and manually add it to your project, you will need to include EverXP before you can use it:

require_once("your_path/Headings.php");

Usage

$everxp = new \EverxpHeadings\Headings(array("api_key" => "_YOUR_API_KEY_"));

    $heading = $this->everxp->xp_pattern([
        'pattern' => 11,
        'lang' => 'en',
    ]);