Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstgroup/tpreport
Simple tool for fetching items from TargetProcess (www.targetprocess.com) written in PHP
https://github.com/rstgroup/tpreport
Last synced: 27 days ago
JSON representation
Simple tool for fetching items from TargetProcess (www.targetprocess.com) written in PHP
- Host: GitHub
- URL: https://github.com/rstgroup/tpreport
- Owner: rstgroup
- Created: 2014-02-11T20:02:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T14:18:29.000Z (over 9 years ago)
- Last Synced: 2024-04-13T19:29:41.029Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 259 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TpReport
========
[![Made with passion - RST Group](http://rst-it.com/files/rstwithpassion.png)](https://github.com/rstgroup)
[![Code Climate](https://codeclimate.com/github/rstgroup/TpReport/badges/gpa.svg)](https://codeclimate.com/github/rstgroup/TpReport)
[![Build Status](https://travis-ci.org/rstgroup/TpReport.png?branch=master)](https://travis-ci.org/rstgroup/TpReport)
[![Test Coverage](https://codeclimate.com/github/rstgroup/TpReport/badges/coverage.svg)](https://codeclimate.com/github/rstgroup/TpReport)Simple tool for fetching items from [TargetProcess](http://dev.targetprocess.com/rest/getting_started).
Configuring
-----------
* Use [Composer](https://getcomposer.org) and define dependencies by adding following configuration:
```json
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rstgroup/TpReport"
}
],
"require": {
"rstgroup/TpReport": "dev-master"
}
```
* Use [TpReport\Request](src/Request.php) class according to the [example.php](example.php).