palladium - пхп компонент для регистрации и авторизации
Работает на пхп 7+ и pdo
Включает в себя 4 компоненты: Registration, Identification, Search and Recovery
Пример регистрация
https://github.com/teresko/palladium
Включает в себя 4 компоненты: Registration, Identification, Search and Recovery
Пример регистрация
<?php
$registration = new \Palladium\Service\Registration($factory, $logger);
$identity = $registration->createEmailIdentity('[email protected]', 'password');
$registration->bindAccountToIdentity($accountId, $identity);
https://github.com/teresko/palladium