rebelcode / diary-interface
This package is abandoned and no longer maintained.
No replacement package was suggested.
Interfaces for the objects used by the Diary library.
0.2
2016-12-30 12:42 UTC
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