novatorgroup/user-card-module

There is no license information available for the latest version (2.2.2) of this package.

User discount card

2.2.2 2019-11-19 06:48 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:32:29 UTC


README

This is the code for a particular project.

$result = (new UserCard())->findByPhone('phone');

echo $result->getMoney();
echo $result->getEmail();
echo $result->getClientName();
echo $result->getFullCardName();