objective-php/pomm-package

Pomme integration for Objective PHP

dev-master 2019-03-04 09:34 UTC

This package is not auto-updated.

Last update: 2024-04-07 08:30:30 UTC


README

Project introduction

This package allow to easily make use of the Pomm library with Objective PHP

Installation

Manual

You can clone our Github repository by running:

git clone http://github.com/objective-php/pomm-package

If you're to proceed this way, you probably don't need more explanation about how to use the library :)

Composer

The easiest way to install the library and get ready to play with it is by using Composer. Run the following command in an empty folder you just created for Primitives:

composer require --dev objective-php/pomm-package:dev-master 

How to test the work in progress?

Run unit tests

First of all, please always run the unit tests suite. Our tests are written using PHPUnit, and can be run as follow:

cd [clone directory]/tests
./phpunit .

Configure the package

To be continued!