Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.04 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.04 KB

Customer Module

Latest Stable Version Minimum PHP Version

Customer provides functionality for basic CRUD operations for customer and address entities. In addition, it also handles advanced features for handling customer registration, validation, password reset, authorization and anonymization. To comply with legislation regarding personal information privacy, deleting a customer can be customer initiated or backend initiated. Snapshots of customer data in existing orders are not affected by this action. Deleting an account anonymizes customer information and address data. In the out-of-the box solution we also anonymize customer email address making it possible for the customer to return and register again with a completely new account.

Installation

composer require spryker/customer

Documentation

Spryker Documentation