Download the PHP package carlos-mg89/symfony-captcha-bundle without Composer

On this page you can find all versions of the php package carlos-mg89/symfony-captcha-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package symfony-captcha-bundle

ATTENTION!!! This library is not the official one, but since the official one does not seem to have support anymore I've decided to fully update it so it's working again for newer Symfony versions. I haven't put any efforts on making it compatible with Symfony 4 or older versions, but contributions are welcome.

BotDetect PHP Captcha generator integration for the Symfony 5 framework (possibly on Symfony 4.4 too)

Total Downloads Latest Stable Version

BotDetect PHP CAPTCHA Library

BotDetect Symfony CAPTCHA integration on captcha.com

Other BotDetect PHP Captcha integrations

Questions?

If you encounter bugs, implementation issues, a usage scenario you would like to discuss, or you have any questions, please contact BotDetect CAPTCHA Support.

How to install with Composer

Simply run composer require carlos-mg89/symfony-captcha-bundle

Usage example in a Symfony 5.x project

  1. Install dependency with Composer as explained above
  2. Add the following in your config/routes.yaml:

  3. Create this file config/packages/captcha.php with the following content (or similar):

    1. Edit your config/services.yaml so it autowires the controllers used in the library:

    2. Edit your FormType or your FormBuilderInterface with this bit that adds the captcha along with the constraing to validate the form:

    3. Now edit your Twig template with the new captchaCode (CaptchaType):

    4. Finally, add the Form validation:

    You have the original documentation here: https://captcha.com/doc/php/howto/symfony-captcha-bundle-integration.html#howto_display_captcha_config but it's not fully up to date nor complete.


All versions of symfony-captcha-bundle with dependencies

PHP Build Version
Package Version
Requires captcha-com/captcha Version 4.*
php Version >=5.3.9
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package carlos-mg89/symfony-captcha-bundle contains the following files

Loading the files please wait ....