@@ -63,12 +63,15 @@ $document->load('archivo-cfdi.xml');
63
63
64
64
// obtenemos la expresión
65
65
$expression = $extractor->extract($document);
66
+
67
+ // y también podemos obtener los valores inviduales
68
+ $values = $extractor->obtain($document);
66
69
```
67
70
68
71
## Compatilibilidad
69
72
70
73
Esta 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.
72
75
73
76
También utilizamos [ Versionado Semántico 2.0.0] ( https://semver.org/lang/es/ ) por lo que puedes usar esta librería
74
77
sin temor a romper tu aplicación.
@@ -95,15 +98,15 @@ and licensed for use under the MIT License (MIT). Please see [LICENSE][] for mor
95
98
[ source ] : https://github.com/phpcfdi/cfdi-expresiones
96
99
[ release ] : https://github.com/phpcfdi/cfdi-expresiones/releases
97
100
[ 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
99
102
[ quality ] : https://scrutinizer-ci.com/g/phpcfdi/cfdi-expresiones/
100
103
[ coverage ] : https://scrutinizer-ci.com/g/phpcfdi/cfdi-expresiones/code-structure/master/code-coverage
101
104
[ downloads ] : https://packagist.org/packages/phpcfdi/cfdi-expresiones
102
105
103
106
[ badge-source ] : https://img.shields.io/badge/source-phpcfdi/cfdi--expresiones-blue.svg?style=flat-square
104
107
[ badge-release ] : https://img.shields.io/github/release/phpcfdi/cfdi-expresiones.svg?style=flat-square
105
108
[ 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
107
110
[ badge-quality ] : https://img.shields.io/scrutinizer/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
108
111
[ badge-coverage ] : https://img.shields.io/scrutinizer/coverage/g/phpcfdi/cfdi-expresiones/master.svg?style=flat-square
109
112
[ badge-downloads ] : https://img.shields.io/packagist/dt/phpcfdi/cfdi-expresiones.svg?style=flat-square
0 commit comments