@@ -63,12 +63,15 @@ $document->load('archivo-cfdi.xml');
6363
6464// obtenemos la expresión
6565$expression = $extractor->extract($document);
66+
67+ // y también podemos obtener los valores inviduales
68+ $values = $extractor->obtain($document);
6669```
6770
6871## Compatilibilidad
6972
7073Esta librería se mantendrá compatible con al menos la versión con
71- [ soporte activo de PHP] ( http ://php.net/supported-versions.php) más reciente.
74+ [ soporte activo de PHP] ( https ://www. php.net/supported-versions.php) más reciente.
7275
7376También utilizamos [ Versionado Semántico 2.0.0] ( https://semver.org/lang/es/ ) por lo que puedes usar esta librería
7477sin temor a romper tu aplicación.
@@ -95,15 +98,15 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor
9598[ source ] : https://github.com/phpcfdi/cfdi-expresiones
9699[ release ] : https://github.com/phpcfdi/cfdi-expresiones/releases
97100[ license ] : https://github.com/phpcfdi/cfdi-expresiones/blob/master/LICENSE
98- [ build ] : https://travis-ci.org /phpcfdi/cfdi-expresiones?branch=master
101+ [ build ] : https://travis-ci.com /phpcfdi/cfdi-expresiones?branch=master
99102[ quality ] : https://scrutinizer-ci.com/g/phpcfdi/cfdi-expresiones/
100103[ coverage ] : https://scrutinizer-ci.com/g/phpcfdi/cfdi-expresiones/code-structure/master/code-coverage
101104[ downloads ] : https://packagist.org/packages/phpcfdi/cfdi-expresiones
102105
103106[ badge-source ] : https://img.shields.io/badge/source-phpcfdi/cfdi--expresiones-blue.svg?style=flat-square
104107[ badge-release ] : https://img.shields.io/github/release/phpcfdi/cfdi-expresiones.svg?style=flat-square
105108[ badge-license ] : https://img.shields.io/github/license/phpcfdi/cfdi-expresiones.svg?style=flat-square
106- [ badge-build ] : https://img.shields.io/travis/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
109+ [ badge-build ] : https://img.shields.io/travis/com/ phpcfdi/cfdi-expresiones/master.svg?style=flat-square
107110[ badge-quality ] : https://img.shields.io/scrutinizer/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
108111[ badge-coverage ] : https://img.shields.io/scrutinizer/coverage/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
109112[ badge-downloads ] : https://img.shields.io/packagist/dt/phpcfdi/cfdi-expresiones.svg?style=flat-square
0 commit comments