a.parejo/active-directory

Active Directory Package to import users

dev-master 2022-04-26 12:43 UTC

This package is auto-updated.

Last update: 2025-08-26 20:54:41 UTC


README

Active Directory Package to import users

Installation

This project using composer.

$ composer require a.parejo/active-directory

Usage

Import users from active directory

<?php

use RandomPassword\Password;

$password = new Password(10);
echo $password->generate();