magedahmed / aymakan
dev-main
2023-05-17 21:07 UTC
This package is auto-updated.
Last update: 2024-10-18 00:38:25 UTC
README
A laravel package to add aymakan
shipment method, it provides access to all it's apis with easy facade.
Installation
you can simply run
composer require magedahmed/aymakan
in .env
file add these
AYMAKAN_API_URL=https://dev-api.aymakan.com.sa/v2
AYMAKAN_SECRET_API_KEY=
place your secret api key, and you are ready to go.
Authors
License
Usage/Examples
use MagedAhmad\Aymakan\Facades\Aymakan; Aymakan::pingApi();
you can check all available functions in aymakan php sdk.