Include composer dependencies in repo
This commit is contained in:
14
vendor/gregwar/captcha/demo/demo.php
vendored
Normal file
14
vendor/gregwar/captcha/demo/demo.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
include(__DIR__.'/../CaptchaBuilderInterface.php');
|
||||
include(__DIR__.'/../PhraseBuilderInterface.php');
|
||||
include(__DIR__.'/../CaptchaBuilder.php');
|
||||
include(__DIR__.'/../PhraseBuilder.php');
|
||||
|
||||
use Gregwar\Captcha\CaptchaBuilder;
|
||||
|
||||
$captcha = new CaptchaBuilder;
|
||||
$captcha
|
||||
->build()
|
||||
->save('out.jpg')
|
||||
;
|
||||
Reference in New Issue
Block a user