malu/captcha

v0.1.4 2018-02-05 09:42 UTC

This package is not auto-updated.

Last update: 2024-04-20 12:47:40 UTC


README

composer require malu/captcha

使用

<?php

require_once __DIR__ . '/../vendor/autoload.php'; // Autoload files using Composer autoload

use Malu\Captcha\Captcha;

$captcha = new Captcha;

$captcha->show();