S1SYPHOS / php-simple-captcha

Simple captcha generator

Home Page:https://codeberg.org/S1SYPHOS/php-simple-captcha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I install without Composer

costincca opened this issue · comments

PHP libraries come with Composer installation or manual. Please detail how would I install manually this package. Many thanks

PHP packages come with whatever installation method their developers decide to ship.

This package is meant to be installed through Composer only. If you want to run it manually, make sure you install its dependencies and import its main class, that's it - may I ask why you're not using Composer?

Cheers
S1SYPHOS

I needed a very very punctual and short method, because I am supposed to add a captcha in someone else's code.
But I did it with creating an image and sending also an MD5 signature, so it is all good. If you want I can post it. It was needed a surgical intervention, as I do not own the rest of the code.

@costincca I see, so this was kind of a "special mission" (= edge case) - sounds like you managed to do it, congratulations 😁