|
2 | 2 |
|
3 | 3 | [![Source Code][badge-source]][source] |
4 | 4 | [![Packagist PHP Version Support][badge-php-version]][php-version] |
| 5 | +[![Discord][badge-discord]][discord] |
5 | 6 | [![Latest Version][badge-release]][release] |
6 | 7 | [![Software License][badge-license]][license] |
7 | 8 | [![Build Status][badge-build]][build] |
8 | | -[![Scrutinizer][badge-quality]][quality] |
9 | | -[![Coverage Status][badge-coverage]][coverage] |
| 9 | +[![Reliability][badge-reliability]][reliability] |
| 10 | +[![Maintainability][badge-maintainability]][maintainability] |
| 11 | +[![Code Coverage][badge-coverage]][coverage] |
| 12 | +[![Violations][badge-violations]][violations] |
10 | 13 | [![Total Downloads][badge-downloads]][downloads] |
| 14 | +[![Docker Downloads][badge-docker]][docker] |
11 | 15 |
|
12 | 16 | > Create a generic PDF file from a CFDI 3.3 & 4.0 |
13 | 17 |
|
@@ -116,18 +120,26 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor |
116 | 120 |
|
117 | 121 | [source]: https://github.com/phpcfdi/cfditopdf |
118 | 122 | [php-version]: https://packagist.org/packages/phpcfdi/cfditopdf |
| 123 | +[discord]: https://discord.gg/aFGYXvX |
119 | 124 | [release]: https://github.com/phpcfdi/cfditopdf/releases |
120 | 125 | [license]: https://github.com/phpcfdi/cfditopdf/blob/master/LICENSE |
121 | 126 | [build]: https://github.com/phpcfdi/cfditopdf/actions/workflows/build.yml?query=branch:master |
122 | | -[quality]: https://scrutinizer-ci.com/g/phpcfdi/cfditopdf/ |
123 | | -[coverage]: https://scrutinizer-ci.com/g/phpcfdi/cfditopdf/code-structure/master/code-coverage/src |
| 127 | +[reliability]:https://sonarcloud.io/component_measures?id=phpcfdi_cfditopdf&metric=Reliability |
| 128 | +[maintainability]: https://sonarcloud.io/component_measures?id=phpcfdi_cfditopdf&metric=Maintainability |
| 129 | +[coverage]: https://sonarcloud.io/component_measures?id=phpcfdi_cfditopdf&metric=Coverage |
| 130 | +[violations]: https://sonarcloud.io/project/issues?id=phpcfdi_cfditopdf&resolved=false |
124 | 131 | [downloads]: https://packagist.org/packages/phpcfdi/cfditopdf |
125 | | - |
126 | | -[badge-source]: https://img.shields.io/badge/source-phpcfdi/cfditopdf-blue?style=flat-square |
127 | | -[badge-php-version]: https://img.shields.io/packagist/php-v/phpcfdi/cfditopdf?style=flat-square |
128 | | -[badge-release]: https://img.shields.io/github/release/phpcfdi/cfditopdf?style=flat-square |
129 | | -[badge-license]: https://img.shields.io/github/license/phpcfdi/cfditopdf?style=flat-square |
130 | | -[badge-build]: https://img.shields.io/github/actions/workflow/status/phpcfdi/cfditopdf/build.yml?branch=master&style=flat-square |
131 | | -[badge-quality]: https://img.shields.io/scrutinizer/g/phpcfdi/cfditopdf/master?style=flat-square |
132 | | -[badge-coverage]: https://img.shields.io/scrutinizer/coverage/g/phpcfdi/cfditopdf/master?style=flat-square |
133 | | -[badge-downloads]: https://img.shields.io/packagist/dt/phpcfdi/cfditopdf?style=flat-square |
| 132 | +[docker]: https://hub.docker.com/r/phpcfdi/cfditopdf |
| 133 | + |
| 134 | +[badge-source]: https://img.shields.io/badge/source-phpcfdi/cfditopdf-blue?logo=github |
| 135 | +[badge-discord]: https://img.shields.io/discord/459860554090283019?logo=discord |
| 136 | +[badge-php-version]: https://img.shields.io/packagist/php-v/phpcfdi/cfditopdf?logo=php |
| 137 | +[badge-release]: https://img.shields.io/github/release/phpcfdi/cfditopdf?logo=git |
| 138 | +[badge-license]: https://img.shields.io/github/license/phpcfdi/cfditopdf?logo=open-source-initiative |
| 139 | +[badge-build]: https://img.shields.io/github/actions/workflow/status/phpcfdi/cfditopdf/build.yml?branch=master&logo=github-actions |
| 140 | +[badge-reliability]: https://sonarcloud.io/api/project_badges/measure?project=phpcfdi_cfditopdf&metric=reliability_rating |
| 141 | +[badge-maintainability]: https://sonarcloud.io/api/project_badges/measure?project=phpcfdi_cfditopdf&metric=sqale_rating |
| 142 | +[badge-coverage]: https://img.shields.io/sonar/coverage/phpcfdi_cfditopdf/master?logo=sonarqubecloud&server=https%3A%2F%2Fsonarcloud.io |
| 143 | +[badge-violations]: https://img.shields.io/sonar/violations/phpcfdi_cfditopdf/master?format=long&logo=sonarqubecloud&server=https%3A%2F%2Fsonarcloud.io |
| 144 | +[badge-downloads]: https://img.shields.io/packagist/dt/phpcfdi/cfditopdf?logo=packagist |
| 145 | +[badge-docker]: https://img.shields.io/docker/pulls/phpcfdi/cfditopdf?logo=docker |
0 commit comments