We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
22f577c
Configuration can be set with setters.
$api = new AfpaConnect(); $api ->setHostname("http://localhost/afpaconnect/") ->setIssuer("afpanier") ->setPublicKey($publicKey);
7acff10
First release.