# Customer Library (Laravel)

[![Tests](https://img.shields.io/github/actions/workflow/status/artkonekt/customer/tests.yml?branch=2.x&style=flat-square)](https://github.com/artkonekt/customer/actions?query=workflow%3Atests)
[![Packagist version](https://img.shields.io/packagist/v/konekt/customer.svg?style=flat-square)](https://packagist.org/packages/konekt/customer)
[![Packagist downloads](https://img.shields.io/packagist/dt/konekt/customer.svg?style=flat-square)](https://packagist.org/packages/konekt/customer)
[![StyleCI](https://styleci.io/repos/112073400/shield?branch=master)](https://styleci.io/repos/112073400)
[![MIT Software License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE.md)

This is a [Concord](https://github.com/artkonekt/concord) module for handling customers.

Designed to:

- Be very much Laravel common-sense;
- Only do the basic shit;
- Let you customize the hell out of it.

## Documentation

For installation and usage, refer to the [Documentation](https://konekt.dev/customer).
