Skip to content

Commit

Permalink
README.md, vendor name and composer.json updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex K committed Dec 1, 2023
1 parent 39f54e1 commit 36acd76
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 271 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# randomstate/camelot-php
# kayukoff/camelot-php

A PHP wrapper for Camelot, the python PDF table extraction library
A PHP wrapper for Camelot, the python PDF table extraction library.

A fork from randomstate/camelot-php updated for user with Symfony 6 and PHP 8.

## Installation

`composer require randomstate/camelot-php`
`composer require kayukoff/camelot-php`

## Usage

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "randomstate/camelot-php",
"name": "kayukoff/camelot-php",
"description": "PHP Wrapper library for interfacing with the Camelot PDF table extraction library built in Python",
"type": "library",
"authors": [
Expand All @@ -24,7 +24,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.5",
"league/csv": "^9.8"
},
"license": "MIT"
Expand Down
Loading

0 comments on commit 36acd76

Please sign in to comment.