Download the PHP package rajathans/shiprocket-php without Composer
On this page you can find all versions of the php package rajathans/shiprocket-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rajathans/shiprocket-php
More information about rajathans/shiprocket-php
Files in rajathans/shiprocket-php
Package shiprocket-php
Short Description PHP SDK for Shiprocket
License
Homepage http://github.com/fossbrew/shiprocket-php
Informations about the package shiprocket-php
Shiprocket SDK for PHP (WIP)
This project enables PHP developers to use the Shiprocket API in their PHP code, and build software using services such as Shipments, Inventory management, Shipping orders, etc. You can get started by installing the SDK via Composer and by following the Basic Usage Guide given below.
This is a personal project that has been developed by me, Rajat Hans. I decided to create this project to make up for the lack of an official PHP SDK for Shiprocket. As of now, it is in no way endorsed, sponsored or maintained by Shiprocket.
Features
- Compatible with PHP 5.5 or greater.
- Easy to install with Composer.
- Orders : Create orders, Get all orders data, Get single order data from Shiprocket.
Features
- Inventory management using Products and Listings.
- And much more...
Resources
- Official documentation - Getting started guide and in-depth information.
- [Examples]() - In development.
- Issues - Raise your concerns for support with the SDK.
- @rajathans - Follow on Twitter for announcements of releases, important changes and so on.
Requirements
- PHP >= 5.6
- Composer
Installation
The SDK can be installed with Composer.
-
Install Composer.
-
Install the SDK.
- Require Composer's autoloader by adding the following line to your code.
Example
WIP
Project Goals
- Be well maintained.
- Be well documented.
- Be well tested.
- Be well supported with working examples
License
MIT.