PHPackages                             multidimensional/cakephpify - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. multidimensional/cakephpify

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

multidimensional/cakephpify
===========================

A CakePHP Plugin for Shopify API Authentication.

22342[1 PRs](https://github.com/multidimension-al/cakephpify/pulls)1PHP

Since Nov 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/multidimension-al/cakephpify)[ Packagist](https://packagist.org/packages/multidimensional/cakephpify)[ RSS](/packages/multidimensional-cakephpify/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (1)

CakePHP Plugin for Shopify API Authentication
=============================================

[](#cakephp-plugin-for-shopify-api-authentication)

[![Build Status](https://camo.githubusercontent.com/eed619611def455d5d1aedd88f5312ca6fff34874606edb2c29c3ed1475fb07b/68747470733a2f2f6170692e7472617669732d63692e6f72672f6d756c746964696d656e73696f6e2d616c2f63616b657068706966792e737667)](https://travis-ci.org/multidimension-al/cakephpify)[![Latest Stable Version](https://camo.githubusercontent.com/112ab59c0c233dd468d315c7c2b84db9d1859d7454e5263a9301192bc568d125/68747470733a2f2f706f7365722e707567782e6f72672f6d756c746964696d656e73696f6e616c2f63616b657068706966792f762f737461626c652e737667)](https://packagist.org/packages/multidimensional/cakephpify)[![Code Coverage](https://camo.githubusercontent.com/ee04a0ae2899892d7be1a7fa840c29b14ea459a28c8165a7c46d3f5428f58514/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d756c746964696d656e73696f6e2d616c2f63616b657068706966792f6261646765732f636f7665726167652e706e67)](https://scrutinizer-ci.com/g/multidimension-al/cakephpify/)[![Minimum PHP Version](https://camo.githubusercontent.com/dd6bad85ee03cf570f4cf82ab69a80396fdbf48050af932f8f23aa551b0d1e5a/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e352d3838393242462e737667)](https://php.net/)[![License](https://camo.githubusercontent.com/c4728e5de0d12bcc2ceabf0303a12ad2975cc749396d62840ae79f1daff20217/68747470733a2f2f706f7365722e707567782e6f72672f6d756c746964696d656e73696f6e616c2f63616b657068706966792f6c6963656e73652e737667)](https://packagist.org/packages/multidimensional/cakephpify)[![Total Downloads](https://camo.githubusercontent.com/243de17dac0550c0f8f2920656fa2340b0d2b9d1f5fb779fa9751bd597a853be/68747470733a2f2f706f7365722e707567782e6f72672f6d756c746964696d656e73696f6e616c2f63616b657068706966792f642f746f74616c2e737667)](https://packagist.org/packages/multidimensional/cakephpify)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0665b09100396fbb7e84444c62853c2723246f9d22299e8ae588684d2b3552f0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d756c746964696d656e73696f6e2d616c2f63616b657068706966792f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/multidimension-al/cakephpify/)

A CakePHP Plugin for Shopify API Authentication.

NOTE: WE HAVE NOT YET REACHED A STABLE RELEASE, DO NOT USE THIS IN PRODUCTION!
==============================================================================

[](#note-we-have-not-yet-reached-a-stable-release-do-not-use-this-in-production)

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

[](#requirements)

- CakePHP 3.3+
- PHP 5.5.9+
- Database Connection
- Shopify API Credentials

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require --prefer-dist multidimensional/cakephpify

```

Setup
-----

[](#setup)

Load the plugin by running following command in terminal:

```
bin/cake plugin load Multidimensional/Cakephpify -b -r

```

Or by manually adding following line to your app's `config/bootstrap.php`:

```
Plugin::load('Multidimensional/Cakephpify', ['bootstrap' => true, 'routes' => true]);
```

Configuration
-------------

[](#configuration)

Run the installation script command in termainl:

```
bin/cake ShopifyInstall

```

Usage
-----

[](#usage)

Add this in your App

```
// In a controller
public function initialize()
{
    parent::initialize();
    $this->loadComponent('Auth', [
        'authenticate' => ['Multidimensional/Cakephpify.ShopifyAuth']]);
}
```

License
-------

[](#license)

```
The MIT License (MIT)

Copyright (c) 2016 multidimension.al
Copyright (c) 2012 Collin McDonald
Copyright (c) 2011 Sandeep Shetty

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6588235?v=4)[AJ Quick](/maintainers/ajquick)[@ajquick](https://github.com/ajquick)

---

Top Contributors

[![ajquick](https://avatars.githubusercontent.com/u/6588235?v=4)](https://github.com/ajquick "ajquick (286 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (5 commits)")

### Embed Badge

![Health badge](/badges/multidimensional-cakephpify/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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