Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/znframework/package-captcha

ZN Framework Captcha Package
https://github.com/znframework/package-captcha

Last synced: 9 days ago
JSON representation

ZN Framework Captcha Package

Awesome Lists containing this project

README

        










ZN Framework Captcha Package



Follow the steps below for installation and use.

Installation



You only need to run the following code for the installation.

```
composer require znframework/package-captcha
```

Documentation



Click for documentation of your library.

Example Usage



Basic level usage is shown below.

```php
length(8)
->borderColor('255|0|0')
->bgColor('255|255|255')
->path('test')
->create(true);
```