PHPackages                             datastore/datastore-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. datastore/datastore-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

datastore/datastore-php
=======================

Data cleansing, enrichment and suggestions via DataStore API

00PHP

Since Mar 18Pushed 2y agoCompare

[ Source](https://github.com/datastore-market/datastore-php)[ Packagist](https://packagist.org/packages/datastore/datastore-php)[ RSS](/packages/datastore-datastore-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DataStore PHP API Client
========================

[](#datastore-php-api-client)

Thin PHP wrapper over DataStore API

Installation
------------

[](#installation)

```
composer require datastore/datastore-php
```

Requirements:

- PHP 5.6+
- Guzzle 6/7

Usage
-----

[](#usage)

Create API client instance:

```
> $token = "Replace with Datastore API key";
> $datastore = new \Datastore\DatastoreClient($token);
```

Then call API methods as specified below

Email
-----

[](#email)

### [Suggestions email](https://datastore.market/docs/api/suggestions/email)

[](#suggestions-email)

```
> $response = $datastore->suggestions("email", "alisa@");
> var_dump($response);
```

### [Handbooks disposable email](https://datastore.market/docs/api/handbooks/emails)

[](#handbooks-disposable-email)

```
> $response = $datastore->handbooks("email", "gegec13810@hdrlog.com");
> var_dump($response);
```

Full name
---------

[](#full-name)

### [Suggestions name](https://datastore.market/docs/api/suggestions/fullName)

[](#suggestions-name)

```
> $response = $datastore->suggestions("fullName", "ива");
> var_dump($response);
```

Profile API
-----------

[](#profile-api)

### [Account balance](https://datastore.market/docs/api/account/balance)

[](#account-balance)

```
> $response = $datastore->getBalance();
> var_dump($response);
```

### [Account stats](https://datastore.market/docs/api/account/stats)

[](#account-stats)

```
> $response = $datastore->getStats();
> var_dump($response);
```

### [Account versions](https://datastore.market/docs/api/account/versions)

[](#account-versions)

```
> $response = $datastore->getVersions();
> var_dump($response);
```

[Changelog](CHANGELOG.md)
-------------------------

[](#changelog)

This library uses [Semver](https://semver.org/) with MAJOR.MINOR.PATCH schema. See changelog for details.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

11

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/913bfbafdb1906fe17aea062b3898106e94222f1ae786d835b7b1aa68b15de73?d=identicon)[datastore](/maintainers/datastore)

### Embed Badge

![Health badge](/badges/datastore-datastore-php/health.svg)

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

PHPackages © 2026

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