Download the PHP package iorme/simplecaptcha without Composer
On this page you can find all versions of the php package iorme/simplecaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iorme/simplecaptcha
More information about iorme/simplecaptcha
Files in iorme/simplecaptcha
Download iorme/simplecaptcha
More information about iorme/simplecaptcha
Files in iorme/simplecaptcha
Vendor iorme
Package simplecaptcha
Short Description Create simple captcha using php
License MIT
Homepage https://github.com/iorme/simplecaptcha
Package simplecaptcha
Short Description Create simple captcha using php
License MIT
Homepage https://github.com/iorme/simplecaptcha
Please rate this library. Is it a good library?
Informations about the package simplecaptcha
Simple PHP captcha generator for Laravel 4
Installation
composer.json
install
Usage
Add the service provider, open app/config/app.php
and add new item to the providers array :
'Iorme\SimpleCaptcha\SimpleCaptchaServiceProvider',
then add the alias to the aliases array:
'SimpleCaptcha' => 'Iorme\SimpleCaptcha\Facades\SimpleCaptcha',
On the view file :
check the captcha string on the controllers :
All versions of simplecaptcha with dependencies
PHP Build Version
Package Version
The package iorme/simplecaptcha contains the following files
Loading the files please wait ....