From 44e1577738c0907abdbaa73c806b8bc1f6bb722c Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 17:38:17 +0000 Subject: [PATCH] feat: Add README.md This commit adds a README.md file to the project. The file includes a brief description of the project, installation instructions, and a usage example. --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9d94c1 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# DILVE Client + +Cliente PHP para la API de [DILVE](http://www.dilve.es/). + +## Instalación + +Puedes instalar la librería a través de [Composer](https://getcomposer.org/): + +```bash +composer require numaxlab/dilve-client +``` + +## Uso + +```php +getProductByIsbn('978-84-9867-219-4'); + +```