My question is how to create a paid composer package. I have an idea for a piece of code, which I would put into a PHP composer package.
This package should be private, and only people who paid on my site are able to install it and use it.
I barely found knowledge about this, so I’m asking you. Any idea how to setp this up? Starting from the payment provider, to making a private composer package available if paid.
Thanks