mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 02:11:45 +01:00
Readme - add badges - TravisCI, Packagist, StyleCI, GitHub commits, GitHub license, Coverage
This commit is contained in:
1
.styleci.yml
Normal file
1
.styleci.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
preset: symfony
|
||||||
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
language: php
|
||||||
|
|
||||||
|
php:
|
||||||
|
- 5.6
|
||||||
|
- 7.0
|
||||||
|
- 7.1
|
||||||
|
|
||||||
|
install:
|
||||||
|
- composer install
|
||||||
|
|
||||||
|
script:
|
||||||
|
- php ./vendor/bin/phpunit
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
# Meritoo LimeSurvey API Client
|
# Meritoo LimeSurvey API Client
|
||||||
Client of the [LimeSurvey's API](https://manual.limesurvey.org/RemoteControl_2_API).
|
Client of the [LimeSurvey's API](https://manual.limesurvey.org/RemoteControl_2_API).
|
||||||
|
|
||||||
|
[](https://travis-ci.org/meritoo/limesurvey-api-client) [](https://packagist.org/packages/meritoo/limesurvey-api-client) [](https://styleci.io/repos/104114960) [](https://github.com/meritoo/limesurvey-api-client) [](https://github.com/meritoo/limesurvey-api-client) [](https://coveralls.io/github/meritoo/limesurvey-api-client?branch=master)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Run [Composer](https://getcomposer.org) to install this package in your project:
|
Run [Composer](https://getcomposer.org) to install this package in your project:
|
||||||
|
|||||||
Reference in New Issue
Block a user