PHPackages                             geiger-it/phextopia - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. geiger-it/phextopia

ActiveLibrary[Search &amp; Filtering](/categories/search)

geiger-it/phextopia
===================

Nextopia php library

0.2.0(2y ago)11161MITPHPPHP ^7.2 || ^8.0

Since Apr 26Pushed 2y ago3 watchersCompare

[ Source](https://github.com/geiger-it/phextopia)[ Packagist](https://packagist.org/packages/geiger-it/phextopia)[ RSS](/packages/geiger-it-phextopia/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (9)Used By (0)

Phextopia
=========

[](#phextopia)

A [Nextopia](https://www.nextopia.com/) PHP Client Library to consume [their json api](https://merchant.nextopiasoftware.com/api_docs/?f=search&o=json).

##### Install

[](#install)

`composer require geiger-it/phextopia`

##### Simple Mode:

[](#simple-mode)

```
$client = new \Phextopia\Client( $clientId = '74PuWjnHUbN7pfh9XtPzVVknfmFxPcYk' );
$search = new \Phextopia\Search($client);

$result = $search->find(); // automatically retrieves $_GET['keywords'] = 'shirt'
```

##### Hard Mode:

[](#hard-mode)

```
$client = new \Phextopia\Client( $clientId = '74PuWjnHUbN7pfh9XtPzVVknfmFxPcYk', $useGET = false);
$search = new \Phextopia\Search($client);

$result = $search->find('shirt');

// or with all the options:

$result = $search->find('shirt', [
    'xml' => 1,
    'page' => 3,
    // (optional) overrides $_SERVER['REMOTE_ADDR']
    'ip' => $request->getClientIp(),
    // (optional) user_agent overrides $_SERVER['HTTP_USER_AGENT']
    'user_agent' => $request->getUserAgent(),
    'res_per_page' => '12',
    'force_or_search' => '1:10',
    'requested_fields' => 'Name,Price,Sku,Image',
    'trim_length' => '80',
    'abstracted_fields' => 'Name,Description',
    'initial_sort' => 'Platform:ASC',
    'initial_sort_order' => 'Linux,Windows,Mac',
    'no_metaphones' => '4:10',
    //...
]);
```

##### Page Builder Usage:

[](#page-builder-usage)

```
    $client = new \Phextopia\Client( $clientId = '74PuWjnHUbN7pfh9XtPzVVknfmFxPcYk' );
    $page = new Phextopia\PageBuilder($client);

    $result = $page->load('My Test Page');
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~319 days

Recently: every ~437 days

Total

7

Last Release

1025d ago

PHP version history (2 changes)0.1.0PHP ^7.2

0.2.0PHP ^7.2 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfafa562c182d021cd39fea2a3b736c52f92acd63c4d8756c94301e5b5b36c0c?d=identicon)[esmith.geiger](/maintainers/esmith.geiger)

---

Top Contributors

[![dirish](https://avatars.githubusercontent.com/u/6817917?v=4)](https://github.com/dirish "dirish (5 commits)")[![esmithgeiger](https://avatars.githubusercontent.com/u/127890154?v=4)](https://github.com/esmithgeiger "esmithgeiger (5 commits)")[![zyglobe](https://avatars.githubusercontent.com/u/75202?v=4)](https://github.com/zyglobe "zyglobe (2 commits)")

---

Tags

librarynextopiaphpsearchlibrarynextopia

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/geiger-it-phextopia/health.svg)

```
[![Health](https://phpackages.com/badges/geiger-it-phextopia/health.svg)](https://phpackages.com/packages/geiger-it-phextopia)
```

###  Alternatives

[algolia/algoliasearch-magento-2

Algolia Search &amp; Discovery extension for Magento 2

1881.8M16](/packages/algolia-algoliasearch-magento-2)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

714214.9k8](/packages/nutgram-nutgram)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[statamic-rad-pack/meilisearch

meilisearch search driver for Statamic

1661.7k](/packages/statamic-rad-pack-meilisearch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
