PHP code example of oh86 / neteasy-captcha

1. Go to this page and download the library: Download oh86/neteasy-captcha library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

oh86 / neteasy-captcha example snippets


   use Oh86\NetEasy\Captcha\Facade\CaptchaVerify;
   CaptchaVerify::verify('CN31_26SIlYVCJAEkcFMPU_5dJbZQHNwnYAbdLBUV8-DuPFY_rxecR.mfDufJdy5dP0P-uBUdwy4fYwwMLhGqJRunbr6H-yoTwXey9MRjZ81buapfcg8qwhzaanpufToTi-KCGq0AeSiA9dN7syixFUFmnMUi8Br870YJqNSmlzrrKRVWlhHGTmhUX9BPV5EqCyg4nB6eBPdpG5T4TV00s_uyTnbuBkUBhWqK-7DM8hwJ-ea.16of7X99yQvYG8vPmnFT9vM5QjKu5aKAYGDwS9wL.o8d88XVBum06tWiRujnCjIBT7rko2dhVfen6bUFbGefyyhiCL7NLJ_sdx_qU76UZ0vPAYkZtFFEVRKHtNAxHI_lqvPG4mWqOU1ftK6v7_UFMQkc4Gw5H5WIFAwwwViKlCAQHedutYYUUCAF8zp5SCMh1dI77NLiJ6sUlo1qOe1anz6mFmgJYczKscJeeKsVz6lBm5nlgaGUjgPNBhWkLBTA6v79iH4gTE_GHWN3');
   

   php artisan vendor:publish --provider='Oh86\NetEasy\Captcha\CaptchaProvider'