Skip to content

Commit a0012b8

Browse files
Link to Packagist on README
1 parent fad9039 commit a0012b8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# `SlimeSystems\ObjectId`
22

3-
A feature-packed ObjectId implementation for PHP.
4-
[![PHP Composer](https://github.com/slime-systems/php-object-id/actions/workflows/php.yml/badge.svg)](https://github.com/slime-systems/php-object-id/actions/workflows/php.yml)
3+
A feature-packed ObjectId implementation for PHP.
4+
5+
[![PHP Composer](https://github.com/slime-systems/php-object-id/actions/workflows/php.yml/badge.svg)](https://github.com/slime-systems/php-object-id/actions/workflows/php.yml)
6+
[![Packagist Version](https://img.shields.io/packagist/v/slime-systems/object-id)](https://packagist.org/packages/slime-systems/object-id)
57

68
---
79

10+
## Installation
11+
12+
~~~bash
13+
composer require slime-systems/object-id
14+
~~~
15+
816
## Usage Guide
917

1018
`SlimeSystems\ObjectId` is a BSON-compatible identifier similar to MongoDB's `ObjectId`.

0 commit comments

Comments
 (0)