2017 © Pedro Peláez
 

library php

Fortifi ID Standard

image

fid/php

Fortifi ID Standard

  • Tuesday, July 26, 2016
  • by bajbnet
  • Repository
  • 2 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FID Library for PHP

Generate

generate($vendorKey, $appKey, $type, $indicator, $vendorSecret, $dataLocation);, (*1)

Fid::generate('VEN', 'AP', 'MI', SystemIndicator::ENTITY, null, Location::US_CENTRAL1_B);

Verify

verify($fid, $secret), (*2)

Fid::verify("EVENAPMI-IPQOOI74=-USC1B-07I9I9H", "secr3t")

Describe

describe($fid), (*3)

Fid::describe("EVENAPMI-IPQOOI74=-USC1B-07I9I9H")

Describe returns a description object (FidDescription), (*4)

The Versions

26/07 2016

dev-master

9999999-dev http://fid.directory/

Fortifi ID Standard

  Sources   Download

MIT

The Development Requires

22/06 2016

1.0.0

1.0.0.0 http://fid.directory/

Fortifi ID Standard

  Sources   Download

MIT

The Development Requires