-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant get this to work. #1
Comments
This is related to your knowledge with composer and auto-loader and not an issue with the package. You need to find the classes using your IDE suggestions or navigating the package files.
|
Agreed, I hate composer and whole deployment garbage with abstracted and hidden includes and references. I wrote my own functions, do not need these SDKs always a headache, if I cant just include the library and start referencing it - i do not want it. |
`<?php require('autoload.php'); use Soneso\StellarSDK\Crypto\KeyPair; $keyPair = KeyPair::random();
|
I cant get any example to even work because there are no examples that even run auto loader with correct includes.
I know composer is wonderful but I always have problems getting it working.
Just add functional examples - that load things they need to run.
Examples listed
And I get:
Fatal error: Uncaught Error: Class 'KeyPair' not found in
How am i suposed to know what to include to bring this class in?
The text was updated successfully, but these errors were encountered: