Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luannsr12 committed Mar 12, 2024
1 parent 85646d4 commit 17575a5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
32 changes: 28 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
[![](https://badges.pufler.dev/updated/luannsr12/sdkcorreios)](https://github.com/luannsr12/sdkcorreios)
[![](https://badges.pufler.dev/visits/luannsr12/sdkcorreios)](https://github.com/luannsr12/sdkcorreios)

<br/>

### Uma SDK em PHP para rastrear encomendas dos correios gratuitamente.

<br/>
<br/>

Sites Disponiveis para busca
Expand Down Expand Up @@ -93,4 +90,31 @@ Response
]
}

```
```

Status

| Status | Description |
| :-----: | :---: |
| DELIVERED | Objeto entregue ao destinatário |
| NOBODYHOME | Carteiro não atendido |
| MOVEMENT | Objeto em transferência - por favor aguarde |
| OUT_DELIVERY | Objeto saiu para entrega ao remetente |
| DELIVERY_FAILURE | A entrega não pode ser efetuada |
| REFUSED_RECEIVE | Cliente recusou-se a receber |
| UNKNOWN_CUSTOMER | Cliente desconhecido no local |
| CUSTOMER_MOVED | Cliente mudou-se |
| NO_IDENTIFICATION | Destinatário não apresentou documento exigido |
| NEW_TRY | Será feita uma nova tentativa de entrega |
| RETURN_SENDER | Objeto será devolvido ao remetente |
| WAITING_WITHDRAWAL | Objeto aguardando retirada no endereço indicado |
| LATE | Objeto com atraso na entrega |
| RETURN | Objeto devolvido ao remetente |
| MAILBOX | Objeto disponível para retirada em Caixa Postal |
| NOTFOUND | Objeto não localizado |
| LOST | Objeto Extraviado |
| POSTED | Objeto postado |
| DISTRUBTION | Objeto recebido na unidade de distribuição |
| RECEIVED_BRAZIL | Objeto recebido no Brasil |
| STOLEN | Objeto roubado |

8 changes: 1 addition & 7 deletions src/Config/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ class Services

public static bool $debug = false;

public const STATUS_DELIVERED = "DELIVERED";

public const STATUS_MOVEMENT = "MOVEMENT";

public const STATUS_NOTFOUND = "NOTFOUND";



public function __construct( ){

}
Expand Down

0 comments on commit 17575a5

Please sign in to comment.