-1

Can you implement reCaptcha on a website based on Yii Framework, without using Composer?

2
  • 3
    Yes. You can use anything on anything without using composer. Composer is just a convenience tool which makes it easier to add things to your project and ensure it has the required dependencies etc. It's essentially a labour-saving device at the end of the day. There's nothing to prevent you from following the same or similar steps manually to include the files you need into your application.
    – ADyson
    Commented Jul 26, 2022 at 11:17
  • 1
    @ADyson thanks. I have never used Yii before, and suddenly I have to work on a website based on it... I will try to research how it handles forms and which files are responsible for that. Maybe I can make It!
    – Adam
    Commented Jul 26, 2022 at 11:25

1 Answer 1

-1

Simple))

  1. Download code from recaptcha lib
  2. Paste it to project
  3. Change namespaces
  4. Use this code with new namespace

voila, no composer)

Not the answer you're looking for? Browse other questions tagged or ask your own question.