Skip to content

Commit

Permalink
Merge pull request #2 from elmage/update-readme
Browse files Browse the repository at this point in the history
Update readme and Scrutinizer
  • Loading branch information
elmage authored Aug 19, 2020
2 parents a4c3bec + 5d0015f commit e5bf7c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ build:
- php-scrutinizer-run
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: false
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
Expand All @@ -24,5 +25,5 @@ checks:

tools:
external_code_coverage:
timeout: 2400
runs: 2
timeout: 1800
runs: 1
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# TextNg PHP Library


[![Latest Version on Packagist][ico-version-dev]][link-packagist]
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

This is an unofficial client library for the TextNg SMS API. We provide an intuitive, stable interface to integrate TextNG SMS into your PHP project.

Expand Down Expand Up @@ -87,12 +86,13 @@ If you discover any security related issues, please email [email protected] o

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/elmage/textng-php.svg?style=flat-square
[ico-version]: https://poser.pugx.org/elmage/textng-php/version
[ico-version-dev]: https://poser.pugx.org/elmage/textng-php/v/unstable
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://travis-ci.com/elmage/textng-php.svg?branch=master
[ico-scrutinizer]: https://scrutinizer-ci.com/g/elmage/textng-php/badges/build.png?b=master
[ico-scrutinizer]: https://scrutinizer-ci.com/g/elmage/textng-php/badges/coverage.png?b=master
[ico-code-quality]: https://scrutinizer-ci.com/g/elmage/textng-php/badges/quality-score.png?b=master
[ico-downloads]: https://img.shields.io/packagist/dt/elmage/textng-php.svg?style=flat-square
[ico-downloads]: https://poser.pugx.org/elmage/textng-php/d/total.svg

[link-packagist]: https://packagist.org/packages/elmage/textng-php
[link-travis]: https://travis-ci.org/elmage/textng-php
Expand Down

0 comments on commit e5bf7c5

Please sign in to comment.