{"id":19857969,"url":"https://github.com/boldare/salesforce-client","last_synced_at":"2025-05-02T02:30:44.638Z","repository":{"id":57085049,"uuid":"78017622","full_name":"boldare/salesforce-client","owner":"boldare","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-22T09:10:30.000Z","size":228,"stargazers_count":30,"open_issues_count":5,"forks_count":13,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-04-06T21:08:27.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boldare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-04T13:24:07.000Z","updated_at":"2023-03-17T09:17:59.000Z","dependencies_parsed_at":"2022-08-24T14:59:11.538Z","dependency_job_id":null,"html_url":"https://github.com/boldare/salesforce-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fsalesforce-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fsalesforce-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fsalesforce-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boldare%2Fsalesforce-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boldare","download_url":"https://codeload.github.com/boldare/salesforce-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251972431,"owners_count":21673602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T14:20:33.716Z","updated_at":"2025-05-02T02:30:43.209Z","avatar_url":"https://github.com/boldare.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"----------\n# xsolve-pl/salesforce-client \n\n[![Build Status](https://travis-ci.com/xsolve-pl/salesforce-client.svg?token=39Kpq1nqZvx3q3ACdTHo\u0026branch=master)](https://travis-ci.com/xsolve-pl/salesforce-client)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/xsolve-pl/salesforce-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/xsolve-pl/salesforce-client/?branch=master)\n[![Code Coverage](https://scrutinizer-ci.com/g/xsolve-pl/salesforce-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/xsolve-pl/salesforce-client/?branch=master)\n\n## Introduction\nThis library is for integration with Salesforce via REST API.\n\n## Licence\nThis library is under the MIT license. See the complete license in [LICENSE](LICENSE) file.\n\n## Getting started\n\nAdd the library to your project using Composer as follows:\n```\n$ composer require xsolve-pl/salesforce-client\n```\nWe are using http://httplug.io/, so you can use any of [existing adapters](https://packagist.org/providers/php-http/client-implementation), for example:\n```\n$ composer require php-http/guzzle6-adapter\n```\nOtherwise you need to create your own implementation.\n\nTo store access token we have implemented BlaBlaCarRedis token storage, but it needs `blablacar/redis-client`\n```\n$ composer require blablacar/redis-client \"~1.0\"\n```\nAnother option for token storage is `RequestTokenStorage` (this will keep the token in own property (memory) so the token would last until the script is terminated (e.g. current request), which is not really effective). Of course you can create your own storage, everything what you need to do is to create a class which implements `Xsolve\\SalesforceClient\\Storage\\TokenStorageInterface`\n\n## Documentation\nDocumentation is available in the doc directory.\n[Read documentation](doc/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldare%2Fsalesforce-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboldare%2Fsalesforce-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboldare%2Fsalesforce-client/lists"}