We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi ! I'm trying to use this bundle, but after install it, I don't know how to use it ...
composer.json: "phpforce/common": "dev-master", "phpforce/soap-client": "dev-master", "phpforce/salesforce-bundle": "dev-master"
config.yml: phpforce_salesforce: soap_client: username: username password: pass token: token wsdl: path/to/wsdl
And now i'm trying to get information by using the query(). Please con you explain me, or add a readme file to get know how to use your bundle ?
Thx @ddeboer :)
The text was updated successfully, but these errors were encountered:
Please have a look at https://github.com/phpforce/soap-client. Does that help?
Sorry, something went wrong.
Perfect ;) Thx !
No branches or pull requests
Hi ! I'm trying to use this bundle, but after install it, I don't know how to use it ...
composer.json:
"phpforce/common": "dev-master",
"phpforce/soap-client": "dev-master",
"phpforce/salesforce-bundle": "dev-master"
config.yml:
phpforce_salesforce:
soap_client:
username: username
password: pass
token: token
wsdl: path/to/wsdl
And now i'm trying to get information by using the query(). Please con you explain me, or add a readme file to get know how to use your bundle ?
Thx @ddeboer :)
The text was updated successfully, but these errors were encountered: