dev-master
9999999-dev https://github.com/techscope/timecampPHP Wrapper for TimeCamp API
MIT
The Requires
- php ~5.6|~7.0
- guzzlehttp/guzzle ~6.0
- nesbot/carbon ~1.18
- vlucas/phpdotenv >=1.0 <2.5
- ext-libxml *
The Development Requires
timecamp techscope
Wallogit.com
2017 © Pedro Peláez
PHP Wrapper for TimeCamp API
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
This package is a PHP wrapper to interact with the Timecamp API wrapper., (*2)
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*3)
bin/ config/ src/ tests/ vendor/
Via Composer, (*4)
``` bash $ composer require techscope/timecamp, (*5)
## Usage ``` php $skeleton = new Techscope\Timecamp(); echo $skeleton->echoPhrase('Hello, League!');
Please see CHANGELOG for more information on what has changed recently., (*6)
bash
$ composer test, (*7)
Please see CONTRIBUTING and CONDUCT for details., (*8)
If you discover any security related issues, please email christian.soseman@techscopellc.com instead of using the issue tracker., (*9)
The MIT License (MIT). Please see License File for more information., (*10)
PHP Wrapper for TimeCamp API
MIT
timecamp techscope