Download the PHP package mael/recaptcha-bundle without Composer

On this page you can find all versions of the php package mael/recaptcha-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 recaptcha-bundle

MaelRecaptchaBundle for Symfony

MaelRecaptchaBundle is a bundle allowing the integration of Google Recaptcha on a Symfony project.

Available features

Installation

It's very quick and easy, in 5 steps

  1. Install MaelRecaptchaBundle via composer
  2. Enable the bundle
  3. Generate you key and secret key
  4. Configure your key and secret key
  5. Use the Recaptcha in your forms
  6. Contributing
  7. License

Step 1 : Install MaelRecaptchaBundle via composer

Run the following command :

You can quickly configure this bundle by using symfony/flex :

Step 2: Enable the bundle

Register bundle into config/bundles.php

Step 3: Generate your key and secret key

Go to the following link : http://www.google.com/recaptcha/admin

Setp 4: Configure your key and secret key

In you .env file

Replace YOUR_RECAPTCHA_KEY by your public key and YOUR_RECAPTCHA_SECRET by your private key

Step 5: Editing your form and your view

For Google ReCaptcha V2 (invisible)

To enable Recaptcha (invisible) protection on your form, you must use this type: MaelRecaptchaSubmitType::class

For the third parameter which is an array, you can add the constraint : MaelRecaptcha

Then, to complete the configuration of the invisible Recaptcha, in your twig file you need to add a id to your form

To finish, add 2 <script> tags

Replace "id-of-your-form" by the class of your form add just above it

Warning, you cannot change the name of the JavaScript function.

For Google ReCaptcha V2 (checkbox)

To enable Recaptcha (checkbox) protection on your form, you must use this type: MaelRecaptchaCheckboxType::class

For the third parameter which is an array, you can add the constraint : MaelRecaptcha

To finish, in your twig file add <script> tag

Contributing

List of contribution HERE

You want contribute ? Fork this repertory and create a pull request after change

License

You can find the license in the root directory


All versions of recaptcha-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
google/recaptcha Version ^1.2
symfony/config Version ^4.4|^5.0
symfony/dependency-injection Version ^4.4|^5.0
symfony/form Version ^4.4|^5.0
symfony/http-foundation Version ^4.4|^5.0.7
symfony/http-kernel Version ^4.4|^5.0
symfony/options-resolver Version ^4.4|^5.0
symfony/twig-pack Version *
symfony/validator Version ^4.4|^5.0
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 mael/recaptcha-bundle contains the following files

Loading the files please wait ....