pralhadstha/nepal-can-php-sdk
PHP SDK for Nepal Can Move (NCM) shipping API. Create and manage shipments, track orders, calculate delivery rates, list branches, handle COD and returns/exchanges, manage tickets/staff, and process webhooks with typed resources. PHP 8.1+ with Guzzle.
A PHP SDK for integrating with Nepal Can Move (NCM) shipping and courier API.
composer require pralhadstha/nepal-can-php-sdk
$client = new \OmniCargo\NepalCan\Client('your-api-token');
$order = $client->shipments->create([...]);
$tracking = $client->tracking->track('8D634706B3394C3');
$rate = $client->rates->calculate([...]);
For Laravel applications, use the dedicated wrapper: ๐ pralhadstha/nepalcan-laravel
See CHANGELOG.md for a detailed history of changes.
How can I help you explore Laravel packages today?