Skip to content

Commit b371fee

Browse files
update README.md
1 parent f60f71a commit b371fee

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@ echo $state; // prints P011004243002
176176
echo $state->format(); // prints P-01100424.3/002
177177
```
178178

179+
### Cartão Nacional de Saúde (SUS)
180+
181+
National Health Card
182+
183+
```php
184+
use Brazanation\Documents\Cns;
185+
186+
$cns = new Cns('242912018460005')
187+
echo $state; // prints 242912018460005
188+
echo $state->format(); // prints 242 9120 1846 0005
189+
```
190+
179191
### License
180192

181193
MIT, hell yeah!

0 commit comments

Comments
 (0)