11# phpcfdi/cfditopdf
22
33[ ![ Source Code] [ badge-source ]] [ source ]
4+ [ ![ Packagist PHP Version Support] [ badge-php-version ]] [ php-version ]
45[ ![ Latest Version] [ badge-release ]] [ release ]
56[ ![ Software License] [ badge-license ]] [ license ]
67[ ![ Build Status] [ badge-build ]] [ build ]
@@ -82,8 +83,14 @@ $converter = new \PhpCfdi\CfdiToPdf\Converter(
8283
8384## PHP Support
8485
85- This library is compatible with PHP versions 7.0 and above.
86- Please, try to use the full potential of the language.
86+ This library is compatible with at least the oldest [ PHP Supported Version] ( https://php.net/supported-versions.php )
87+ with ** active** support. Please, try to use PHP full potential.
88+
89+ We adhere to [ Semantic Versioning] ( https://semver.org/ ) .
90+ We will not introduce any compatibility backwards change on major versions.
91+
92+ Internal classes (using ` @internal ` annotation) are not part of this agreement
93+ as they must only exist inside this project. Do not use them in your project.
8794
8895## Contributing
8996
@@ -100,6 +107,7 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor
100107[ todo ] : https://github.com/phpcfdi/cfditopdf/blob/master/docs/TODO.md
101108
102109[ source ] : https://github.com/phpcfdi/cfditopdf
110+ [ php-version ] : https://packagist.org/packages/phpcfdi/cfditopdf
103111[ release ] : https://github.com/phpcfdi/cfditopdf/releases
104112[ license ] : https://github.com/phpcfdi/cfditopdf/blob/master/LICENSE
105113[ build ] : https://github.com/phpcfdi/cfditopdf/actions/workflows/build.yml?query=branch:master
@@ -108,6 +116,7 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor
108116[ downloads ] : https://packagist.org/packages/phpcfdi/cfditopdf
109117
110118[ badge-source ] : https://img.shields.io/badge/source-phpcfdi/cfditopdf-blue?style=flat-square
119+ [ badge-php-version ] : https://img.shields.io/packagist/php-v/phpcfdi/cfditopdf?style=flat-square
111120[ badge-release ] : https://img.shields.io/github/release/phpcfdi/cfditopdf?style=flat-square
112121[ badge-license ] : https://img.shields.io/github/license/phpcfdi/cfditopdf?style=flat-square
113122[ badge-build ] : https://img.shields.io/github/workflow/status/phpcfdi/cfditopdf/build/master?style=flat-square
0 commit comments