Skip to content

Commit

Permalink
Update package name and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Apr 2, 2024
1 parent 5a5d954 commit d168f14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### Usage
# PHP iFDO

A PHP package to read and validate [iFDO v2 files](https://marine-imaging.com/fair/ifdos/iFDO-overview/).

## Installation

```
composer require biigle/ifdo
```

## Usage

```php
use Biigle\Ifdo\Ifdo;
Expand Down Expand Up @@ -29,7 +39,7 @@ $obj = Ifdo::fromString('{"some": "json"}', true);
$obj->toString();
```

### Testing
## Testing

```bash
composer test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "biigle/ifdo-parser",
"name": "biigle/ifdo",
"description": "iFDO Parser Package to parse and validate the iFDO JSON Schema",
"keywords": [
"biigle",
Expand Down

0 comments on commit d168f14

Please sign in to comment.