2017 © Pedro Peláez
 

library zfc-user-simplefm

A SimpleFM ZFC User adapter for the FileMaker database

image

soliantconsulting/zfc-user-simplefm

A SimpleFM ZFC User adapter for the FileMaker database

  • Wednesday, June 4, 2014
  • by jeremiahsmall
  • Repository
  • 5 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Zfc-User Simple FM Authentication Adapter

This module provides authentication via SimpleFM to a FileMaker database., (*1)

Configuration

Zend Framework

Add the Soliant/ZfcUserSimpleFM to your modules list in config/application.config.php after ZfcUser., (*2)

ZfcUser

Your zfcuser.global.php must have these values:, (*3)

'user_entity_class' => 'Soliant\ZfcUserSimpleFM\Entity\User',
'auth_adapters' => [100 => 'Soliant\ZfcUserSimpleFM\Authentication\Adapter\SimpleFM'],
'table_name' => 'user', // The name of your layout

SimpleFM

See the SimpleFM README.md, (*4)

The Versions

04/06 2014

dev-master

9999999-dev http://soliantconsulting.com

A SimpleFM ZFC User adapter for the FileMaker database

  Sources   Download

MIT

The Requires

 

The Development Requires

filemaker simplefm