Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 779 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 779 Bytes

Warden

Build Status Scrutinizer Code Quality

Warden is an implementation of the governor limits in Force.com applications for PHP Frameworks.

Installation

You can install warden using composer...

composer require warden/warden

Development

To start developing on Warden, simply fork this repo, make changes and create a pull request. The phpunit.xml file provides configuration for unit tests so you can run phpunit while in the project root folder to run all the tests.