Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rezaulhreza's avatar

Can anyone guide me on how to integrate Royal Mail API specially Tracking in Laravel application

Hi, I am not familiar with how to integrate royal mail api into laravel application. I have seen some packages however, i want to get an insight of how to implement it without any package. Can anyone instruct me on thay, please?

0 likes
1 reply
Braunson's avatar

While I'm not familiar with Royal Mail or it's API these are the steps to guide you on the path.

  1. Go to https://www.royalmail.com/business/tools-services/apis and register for an API account, once you have the API keys, take a look at their docs here https://developer.royalmail.net/api
  2. Look into how to use HTTP guzzle facade to make your calls
  3. Look into creating a service class for this API
  4. Leverage that service to make your calls accordingly.

If you are stuck, try looking at other API packages for similiar mail tracking or API interaction.

Please or to participate in this conversation.