PHPackages                             damiantw/fake-customer-gateway - 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. damiantw/fake-customer-gateway

ActiveLibrary

damiantw/fake-customer-gateway
==============================

A simple in-memory customer data gateway for Albany Can Code.

v1.0.2(9y ago)031MITPHPPHP &gt;=7.0.0

Since Apr 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/damiantw/fake-customer-gateway)[ Packagist](https://packagist.org/packages/damiantw/fake-customer-gateway)[ RSS](/packages/damiantw-fake-customer-gateway/feed)WikiDiscussions master Synced 2mo ago

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

Fake Customer Gateway
=====================

[](#fake-customer-gateway)

[Challenge Problem](./challenge-problem.md)

Install
-------

[](#install)

You will need to have [Composer](https://getcomposer.org/doc/00-intro.md) and PHP v7.0 or greater installed.

Create a file called composer.json in your project root and paste in the following:

```
{
    "name": "albany-can-code/php-challenge-problem",
    "require": {}
}
```

Run the following command to add this package to the dependency list of your project.

`composer require damiantw/fake-customer-gateway`

Require the Composer autoload file and import the namespace in your PHP script.

```
