#danilo_dlr
1 messages · Page 1 of 1 (latest)
Hello 👋
If I remember correctly, that file is created/maintained by composer package manager.
If you install the SDK via composer then you should be able to load it
https://github.com/stripe/stripe-php#composer
hi, im not using composer, any way to downlaod the file, or replace it with another one with the same purpose? idk why is the github option on the documentation if you only can with composer https://stripe.com/docs/invoicing/integration/quickstart?lang=php
If you don't use composer, I don't think you need that require_once statement at all
You can install the SDK manually
https://github.com/stripe/stripe-php#manual-installation
You don't really need to use composer
sorry my ignorance, why do i need the SDK then? im taking a look at the code and the only connection was autoload.php, and secrets its just a file with the api credentials.
https://stripe.com/docs/invoicing/integration/quickstart?lang=php
where is the SDK required?
Not sure I understand.
server.php uses stripe SDK for mostly everything
Wherever you see a function starting with \Stripe\*, its getting called from the SDK