Skip to content

Commit 02029a3

Browse files
committed
Rename package to sharpapi/php-invoice-parser
Update composer.json, README, CHANGELOG and all references.
1 parent 5ec649d commit 02029a3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to `sharpapi/php-finance-parse-invoice` will be documented in this file.
3+
All notable changes to `sharpapi/php-invoice-parser` will be documented in this file.
44

55
## 1.0.0 - 2026-02-02
66
- Initial release: Pure PHP client for SharpAPI Invoice Parser.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
## 🎯 Extract structured data from invoices (PDF/DOC/DOCX/TXT/RTF) — powered by SharpAPI AI.
66

7-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/sharpapi/php-finance-parse-invoice.svg?style=flat-square)](https://packagist.org/packages/sharpapi/php-finance-parse-invoice)
8-
[![Total Downloads](https://img.shields.io/packagist/dt/sharpapi/php-finance-parse-invoice.svg?style=flat-square)](https://packagist.org/packages/sharpapi/php-finance-parse-invoice)
7+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/sharpapi/php-invoice-parser.svg?style=flat-square)](https://packagist.org/packages/sharpapi/php-invoice-parser)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/sharpapi/php-invoice-parser.svg?style=flat-square)](https://packagist.org/packages/sharpapi/php-invoice-parser)
99

1010
Check the full documentation on the [Invoice Parsing API](https://sharpapi.com/en/catalog/ai/finance/invoice-parsing) page.
1111

@@ -33,7 +33,7 @@ Check the full documentation on the [Invoice Parsing API](https://sharpapi.com/e
3333
### Step 1. Install the package via Composer:
3434

3535
```bash
36-
composer require sharpapi/php-finance-parse-invoice
36+
composer require sharpapi/php-invoice-parser
3737
```
3838

3939
### Step 2. Visit [SharpAPI](https://sharpapi.com/) to get your API key.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sharpapi/php-finance-parse-invoice",
2+
"name": "sharpapi/php-invoice-parser",
33
"description": "Pure PHP client for SharpAPI Invoice Parser (extracts structured data from invoices in PDF/DOC/DOCX/TXT/RTF).",
44
"type": "library",
55
"license": "MIT",

0 commit comments

Comments
 (0)