PHPackages                             maltertech/mongoify - 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. [API Development](/categories/api)
4. /
5. maltertech/mongoify

ActiveLibrary[API Development](/categories/api)

maltertech/mongoify
===================

Mongoify is a simplistic PHP package designed to seamlessly integrate between Shopify's webhook system and MongoDB.

1.0.4(6mo ago)22.5k↓50%MITPHPPHP &gt;=7.0

Since Jan 19Pushed 6mo agoCompare

[ Source](https://github.com/maltertech/mongoify)[ Packagist](https://packagist.org/packages/maltertech/mongoify)[ RSS](/packages/maltertech-mongoify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Mongoify Composer Package
=========================

[](#mongoify-composer-package)

Overview
--------

[](#overview)

Mongoify is a simplistic PHP package designed to seamlessly integrate between Shopify's webhook system and MongoDB. It serves as a bridge, facilitating real-time synchronization of Shopify events with a MongoDB database. This package is particularly useful for developers looking to build integrations on top of Shopify's platform.

Features
--------

[](#features)

- **Shopify Webhook Verification**: Validates incoming Shopify webhook requests.
- **Data Processing**: Transforms and prepares webhook data for database operations (BSON Dates).
- **MongoDB Integration**: Supports create, update, and delete operations based on webhook events.

Requirements
------------

[](#requirements)

To effectively use Mongoify, ensure the following requirements are met:

- **PHP Version**: PHP 7.0 or higher.
- **MongoDB PHP Driver**: The MongoDB PHP Driver must be installed in your PHP environment.
- **MongoDB Server**: Access to a MongoDB server, either locally or hosted remotely.
- **Web Server**: A web server to deploy your PHP application. This server will act as the endpoint for Shopify webhooks, allowing Mongoify to receive and process data.
- **Shopify Account with Webhooks**: An active Shopify account with configured webhooks.

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

[](#installation)

Install Mongoify using Composer:

```
composer require maltertech/mongoify
```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

Create an instance of the Mongoify class:

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

use Mongoify\Mongoify;

$mongoify = new Mongoify(
    'your-shopify-client-secret',
    new MongoDB\Client('your-mongodb-connection-string'),
    'your-database-name'
);
```

### Methods

[](#methods)

Mongoify provides several methods for accessing data:

- `getTopic()`: Returns the Shopify topic header.
- `getCollection()`: Returns the collection name.
- `getAction()`: Returns the Shopify action header.
- `getWebhook()`: Returns the webhook data.

Error Handling
--------------

[](#error-handling)

Mongoify throws `ErrorException` for any processing issues.

Support
-------

[](#support)

For support, queries, or contributions, refer to the issue tracker on the repository or contact the package maintainers.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance67

Regular maintenance activity

Popularity23

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~164 days

Total

5

Last Release

194d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b347e1360b09ecf642a1edb296f07dae2467b2f4fefb9dff432f390d9a6d30c?d=identicon)[zmalter99](/maintainers/zmalter99)

---

Top Contributors

[![zmalter99](https://avatars.githubusercontent.com/u/47525124?v=4)](https://github.com/zmalter99 "zmalter99 (11 commits)")

### Embed Badge

![Health badge](/badges/maltertech-mongoify/health.svg)

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

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23914.2M16](/packages/hubspot-api-client)[aheinze/cockpit

Cockpit Headless CMS

5.4k2.0k4](/packages/aheinze-cockpit)

PHPackages © 2026

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