rebelcode / diary-interface
Interfaces for the objects used by the Diary library.
Installs: 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/rebelcode/diary-interface
Requires
- php: ^5.3 | ^7.0
- dhii/espresso-boolean-expression-interface: dev-master
Requires (Dev)
- codeclimate/php-test-reporter: ^0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- phpunit/phpunit: ~4.0
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2020-02-10 12:46:14 UTC
README
This repository consists of the base interfaces that make up the core API of the Diary library.
Requirements
- PHP 5.3
Installation
Install via Composer:
composer require rebelcode/diary-interface
Testing
Use PHPUnit if you have it installed globally and in your PATH
:
phpunit
or you can use the locally installed version if you've installed developer dependencies using Composer:
vendor/bin/phpunit