Skip to content

crystal-china/simple_captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCaptcha

Crystal library that generates image CAPTCHAs, use numbers.

All credits goes to @yanecc

For how to use this shard, check the sisiter shard captcha.

These two libraries should be interchangeable without the need to change you code.

The different is:

  • SimpleCaptcha has no external dependencies other than Crystal,so, you can built static binary (if this is your's need)
  • this shard captcha code only support number.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      simple_captcha:
        github: crystal-china/simple_captcha
  2. require "simple_captcha"

Contributing

  1. Fork it (https://github.com/crystal-china/simple_captcha/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Crystal library that generates image CAPTCHAs, use numbers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published