brightnucleus/contracts

Set of segregated interfaces that are reused across different Bright Nucleus components.

Installs: 19 652

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

Language:Shell

v0.1.1 2016-02-17 11:46 UTC

This package is auto-updated.

Last update: 2024-04-16 04:26:28 UTC


README

Scrutinizer Code Quality Code Coverage Build Status Codacy Badge Code Climate

Latest Stable Version Total Downloads Latest Unstable Version License

Set of segregated interfaces that are reused across different Bright Nucleus components.

Installation

The best way to use this component is through Composer:

composer require brightnucleus/contracts

Usage

TODO

Contributing

All feedback / bug reports / pull requests are welcome.

Please use the provided pre-commit hook. To install it, run the following command from the project's root:

ln -s ../../.pre-commit .git/hooks/pre-commit