Project Awesome project awesome

Salesforce

Collection 781 stars GitHub

Packages and Libraries supporting salesforce

Apex mocks 460 updated 7d ago

ApexMocks is a mocking framework for the Force.com Apex language.It derives it's inspiration from the well known Java mocking framework Mockito

Apex Commons

Common Apex Library supporting Apex Enterprise Patterns and much more! Must deploy ApexMocks before deploying this library.Also see MavensMate Templates<br/>

Apex Commons Sample Code 213 updated 7d ago

Samples application illustrating the Apex Enterprise Patterns library Must deploy Apex Common before deploying this library<br/>

Apex Metadata API 713 updated 7mo ago

Apex Wrapper for the Salesforce Metadata API <br/>

Apex Core HttpCallout 67 updated 5y ago

Apex HTTP Callout Framework.<br/> This library has been extended by five libraries <br/> * Google Cloud Print * Google Drive * Google Mirror * Google Sheets * Dropbox <b>Key Features of this library</b> + Framework for HTTP callouts. + JSON serialization and deserialization base classes. + OAuth Client - extends the base AbstractClient to provide the callouts required for OAuth authentication.

Polyforce 29 updated 11y ago

PolyForce is the project started as an idea with a motive create polymer applications/components that derive data from Salesforce, The idea create a robust set of polymer components that can mutually be shared with each other and on the other hand provide a working sample for developers to learn and get inspired to built more components <br/>

Salesforce to Github

Github API client in Apex for Force.com <br/>

Apex UML Digram Maker 109 updated 7y ago

Create UML diagrams from Apex code using the Tooling API <br/>

Visualforce TableGrid 125 updated 2y ago

TableGrid is a free, open-source Force.com library, that provides users and developers a highly customizable, native-looking, sortable, filterable, editable Grid Visualforce component. This component can be used as an advanced, highly configurable (by developer and user) replacement of apex:pageBlockTables and Standard Related Lists </br>

Force.com ESAPI 129 updated 2y ago

Enterprise Security API for the Apex language on the Force.com platform. This library consists of three modules - Validation, Output Encoding and Access Control(CRUD, FLS and Sharing).

R.apex 106 updated 3y ago

Functional library for Apex. This library, inspired by Ramda.js, offers a bunch of utility functions to manipulate Apex collections, as well as extensive support for functional programming.

Force DI 239 updated 2mo ago

Generic dependency injection (DI) library with support for injecting Apex, Visualforce, Lightning, and Flows at runtime.

Query.apex 156 updated 2y ago

SOQL query builder on Salesforce.com platform, which supports complex conditions, field and namespace management, child relationships query, and functional programming style coding.

Apex Chainable Batch 56 updated 1y ago

Apex Batches can be chained by calling the successor batch from the finish() method of the previous batch. But such hardcoding makes this model inflexible. It's hard to build the chain from outside, neighter from a central class nor on runtime dependant on business logic.

Apex Test Kit 160 updated 2y ago

Apex Test Kit can help generate massive sObject data for Apex test classes. It is can help establish arbitrary levels of many-to-one, one-to-many relationships, and also generate field values based on simple rules automatically.