Simple laravel package to use Yalidine dz API
About this project
laravel-yalidine-dz-api Simple laravel package to use Yalidine dz API Installation, and Usage Instructions This package allows you to consume Yalidine dz Api using laravel. First at all generate your api and token in yalidine website https://www.yalidine.com/ Set API ID and API TOKEN in the .env Once installed you can do stuff like this: To know more about arguments and parametres check yalidine API documentation. Get your parcels: To get all your parcels pass an empty array to getParcels([]) function. To get some specific parcels pass an array of tracking parcels getParcels($trackings) function. Create one or many new parcels: To create new parcels pass an array of parcels to createParcels($parcels) function. This function will return an array of object: Delete one or many parcels To delete parcels pass an array of tracking parcels to deleteParcels($trackings) function. Get the delivery fees
From the project README on
GitHub
- Stars
- 14
- Forks
- 7
- License
- MIT
- Last push
- 7 Oct 2021
Add this badge to your README
Show that your project is listed on Made in Algeria.
[](https://www.madeinalgeria.dev/projects/laravel-yalidine-dz-api)