Skip to content

Commit b68059f

Browse files
committed
docs: rename package title to PHP ObjectId
1 parent 9bf5b8c commit b68059f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WooServ PHP ObjectId
1+
# PHP ObjectId
22

33
**Fast, lightweight MongoDB-style ObjectId generator for PHP.**
44

@@ -21,5 +21,15 @@ $id = ObjectId::generate();
2121
if (ObjectId::isValid($id)) {
2222
echo "Timestamp: " . date('Y-m-d H:i:s', ObjectId::getTimestamp($id));
2323
}
24+
```
25+
26+
## Tests
27+
```bash
28+
composer test
29+
```
30+
31+
---
32+
33+
## License
2434
25-
```
35+
MIT © [WooServ](https://www.wooserv.com/)

0 commit comments

Comments
 (0)