PHP Classes

PHP Security Code Card: Generate card with security code values on them

Recommend this page to a friend!
  Info   View files Example   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 192 All time: 8,562 This week: 146Up
Version License PHP version Categories
codecard 1.0.0BSD License5PHP 5, Graphics, Security
Description 

Author

This package can generate card with security code values on them.

It can generate a grid with random values with hexadecimal digits.

The package can also generate an image in PNG format with the values of the generated grid displayed on the image.

Innovation Award
PHP Programming Innovation award nominee
September 2019
Number 3
Security cards are images that contain codes that can be used to verify if a person that has a card is authorized to access a certain system.

This package can generate security card images with verification codes before they can be sent to people that are authorized to access a secure system.

Manuel Lemos
Picture of Angel Alberto Briceño Obregón
  Performance   Level  
Name: Angel Alberto Briceño ... <contact>
Classes: 2 packages by
Country: Peru Peru
Age: ???
All time rank: 355312 in Peru Peru
Week rank: 270 Up2 in Peru Peru Up
Innovation award
Innovation award
Nominee: 1x

Example

<?php
include_once 'CodeCard.php';
include_once
'ImageCard.php';
$mitarjeta = new CodeCard;
$mitarjeta->genCard();
echo
$mitarjeta->getCard();
$mitarjeta->printCard();


Details

CodeCard logo

codecard

Library to print security code card

Withstands the (online) optical character recognition test (99.99%)


  Files folder image Files  
File Role Description
Plain text file CodeCard.php Class Class source
Accessible without login Plain text file codecard_example.svg Data Auxiliary data
Accessible without login Plain text file consume.php Example Example script
Accessible without login Plain text file getcard.json Data Auxiliary data
Plain text file ImageCard.php Class Class source
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:192
This week:0
All time:8,562
This week:146Up
User Comments (1)
Thats a very good class !
4 years ago (José Filipe Lopes Santos)
80%StarStarStarStarStar