PHPackages                             smberg/yurtici-kargo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. smberg/yurtici-kargo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

smberg/yurtici-kargo
====================

Yurtici Kargo entegrasyonu

1.0.2(3y ago)2774↑33.3%1[1 issues](https://github.com/smberg/yurtici-kargo-php/issues)MITPHPPHP &gt;=5.3.0

Since Mar 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/smberg/yurtici-kargo-php)[ Packagist](https://packagist.org/packages/smberg/yurtici-kargo)[ RSS](/packages/smberg-yurtici-kargo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Yurtiçi Kargo PHP
=================

[](#yurtiçi-kargo-php)

Yurtiçi Kargo php api entegrasyonu

Installation
============

[](#installation)

### Composer

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require smberg/yurtici-kargo
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');
```

### Manual Installation

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/smberg/yurtici-kargo-php/releases). Then, to use the bindings, include the `YurticiKargoBootstrap.php` file.

```
require_once('/path/to/yurtici-kargo-php/YurticiKargoBootstrap.php');
```

Create a shipment request
-------------------------

[](#create-a-shipment-request)

```
