Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

PHP User Importer

No due date 0% complete

As a presenter I would like a Console program that is written in PHP to import users into the AlwaysEncrypted Sample application to demonstrate PHPs compatability with AlwaysEncrypted.

It should do the following:

  1. Log to the Logger.Log table that log4net uses via PSR-3 Logging.
  • Initially use dbal-psr3-logger.
  • Eventually implement a custom MonoLog handler.

As a presenter I would like a Console program that is written in PHP to import users into the AlwaysEncrypted Sample application to demonstrate PHPs compatability with AlwaysEncrypted.

It should do the following:

  1. Log to the Logger.Log table that log4net uses via PSR-3 Logging.
  • Initially use dbal-psr3-logger.
  • Eventually implement a custom MonoLog handler.
  1. Parse a CSV file of user information.
  2. Use doctrine ORM (not just the DBAL) to write to doctrine.
Loading