PHPackages                             schemaio/schema-php-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. schemaio/schema-php-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

schemaio/schema-php-client
==========================

Schema API Client for PHP

1.1.4(1mo ago)91.1k2MITPHPPHP &gt;=5.3.0

Since May 20Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/schemaio/schema-php-client)[ Packagist](https://packagist.org/packages/schemaio/schema-php-client)[ Docs](https://schema.io)[ RSS](/packages/schemaio-schema-php-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Schema API Client for PHP
-------------------------

[](#schema-api-client-for-php)

Build and scale ecommerce with Schema. Create a free account at

Example
-------

[](#example)

```
require_once("/path/to/schema-php-client/lib/Schema.php");

$client = new Schema\Client('', '');

$products = $client->get('/categories/shoes/products', array(
	'color' => 'blue'
));

print_r($products);
```

or with [Composer](https://getcomposer.org/doc/05-repositories.md#vcs)

**composer.json**

```
"require": {
	"schemaio/schema-php-client" : "dev-master"
},
 "repositories": [
	{
		"type" : "vcs",
		"url"  : "git@github.com:schemaio/schema-php-client.git"
	}
]
```

Then run `composer update` to download and install the library

```
require __DIR__ . '/vendor/autoload.php';

$client = new Schema\Client('', '');

$products = $client->get('/categories/shoes/products', array(
	'color' => 'blue'
));

print_r($products);
```

Documentation
-------------

[](#documentation)

See  for more API docs and usage examples

CA certificates
---------------

[](#ca-certificates)

TLS certificate verification uses the bundled Mozilla CA certificate store at `data/ca-certificates.crt` via `lib/Connection.php`. Keep this file current before publishing releases that may be used with `verify_cert` enabled.

To update it, download the current PEM bundle from  and replace `data/ca-certificates.crt`, preserving the filename because it is referenced directly by the client.

Contributing
------------

[](#contributing)

Pull requests are welcome

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance91

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 77.3% of commits — single point of failure

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

Unknown

Total

1

Last Release

43d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/952134?v=4)[Eric](/maintainers/ericingram)[@ericingram](https://github.com/ericingram)

---

Top Contributors

[![ericingram](https://avatars.githubusercontent.com/u/952134?v=4)](https://github.com/ericingram "ericingram (17 commits)")[![DimaZhukovsky](https://avatars.githubusercontent.com/u/136735357?v=4)](https://github.com/DimaZhukovsky "DimaZhukovsky (3 commits)")[![thisislawatts](https://avatars.githubusercontent.com/u/472589?v=4)](https://github.com/thisislawatts "thisislawatts (2 commits)")

---

Tags

apiclientschemarestnodecommerce

### Embed Badge

![Health badge](/badges/schemaio-schema-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/schemaio-schema-php-client/health.svg)](https://phpackages.com/packages/schemaio-schema-php-client)
```

###  Alternatives

[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)[artesaos/laravel-linkedin

Linkedin API integration for Laravel and Lumen 5

5666.5k](/packages/artesaos-laravel-linkedin)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4640.8k](/packages/ismaeltoe-osms)[romanpitak/dotmailer-api-v2-client

Client library for the dotMailer v2 (REST) API.

21101.1k5](/packages/romanpitak-dotmailer-api-v2-client)[jsor/hal-client

A lightweight client for consuming and manipulating Hypertext Application Language (HAL) resources.

2226.0k1](/packages/jsor-hal-client)[jonathanraftery/bullhorn-rest-client

Simple REST client for the Bullhorn API, including automated OAuth2 login

1143.3k](/packages/jonathanraftery-bullhorn-rest-client)

PHPackages © 2026

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