2017 © Pedro Peláez
 

library package-captcha

ZN Framework Captcha Package

image

znframework/package-captcha

ZN Framework Captcha Package

  • Sunday, July 1, 2018
  • by znframework
  • Repository
  • 3 Watchers
  • 0 Stars
  • 168 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 47 % Grown

The README.md

, (*1)

ZN Framework Captcha Package

Follow the steps below for installation and use. , (*2)

Installation

You only need to run the following code for the installation. , (*3)

composer require znframework/package-captcha

Documentation

Click for documentation of your library. , (*4)

Example Usage

Basic level usage is shown below. , (*5)

<?php require 'vendor/autoload.php';

ZN\ZN::run();

echo Captcha::size(250, 60)
            ->length(8)
            ->borderColor('255|0|0')
            ->bgColor('255|255|255')
            ->path('test')
            ->create(true);

The Versions

01/07 2018
30/05 2018
06/03 2018
25/01 2018
20/01 2018