I am trying to understand whether EloquentForSalesforce is sufficiently stable and be the foundation for the Salesforce synchronization
[EloquentForSalesforce][1recent ] “is a package that allows you to interact with SalesForce objects in the same way you would interact with an Eloquent model in your local application”. I have worked with it recently and am impressed by its design. Judging by its statistics in GitHub it is reasonably widely used (11K downloads a month and 348K installs). But there are virtually no discussions/reviews I can find about it. Further, development efforts are primarily in the past, and recent “issues” raised are not being addressed over the course of months. I’d love to learn from other users of this package. Any information you can provide would be much appreciated.
I have written a Salesforce synchronization component using Salesforce REST API’s (using ]2 a Salesforce REST API Client for Laravel. I’d like to make my code simpler and easier for others to understand using EloquentForSalesforce (also built in ForREST) but I need some reassurance that EloquentForSalesforce will be around and continue to evolve.
3