PHPackages                             bahricanli/laravel-trendyol - 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. [API Development](/categories/api)
4. /
5. bahricanli/laravel-trendyol

ActiveLibrary[API Development](/categories/api)

bahricanli/laravel-trendyol
===========================

Laravel Trendyol API

02PHP

Since Apr 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bahricanli/laravel-trendyol)[ Packagist](https://packagist.org/packages/bahricanli/laravel-trendyol)[ RSS](/packages/bahricanli-laravel-trendyol/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Trendyol API For Laravel
========================

[](#trendyol-api-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/53d22932107f9f14a3aeb3ad76353240697738c5e5d6255cfbdc10eab980c1ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626168726963616e6c692f7472656e64796f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bahricanli/trendyol)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/4c9b05237baeb346a28f4ccc33bc2a07a5d4e5c944088f3f4ff535ef62f1b991/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f626168726963616e6c692f7472656e64796f6c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/bahricanli/trendyol)[![StyleCI](https://camo.githubusercontent.com/004449f174d6b465107722501a64b016bf344acd1375755c8783abb2970dd179/68747470733a2f2f7374796c6563692e696f2f7265706f732f37343330343434302f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/74304440)[![SensioLabsInsight](https://camo.githubusercontent.com/bef168221ab5500f46f92c310be26ff5d9b6630c440da2766cacc59ea3024983/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f63653566313131662d316265342d343834382d613837642d3762323537306431353364342e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/ce5f111f-1be4-4848-a87d-7b2570d153d4)[![Quality Score](https://camo.githubusercontent.com/2fc2c48039bc6a243b84759845127fca332f02383eb7d933955c24fdc0f03873/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f626168726963616e6c692f7472656e64796f6c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bahricanli/trendyol)[![Code Coverage](https://camo.githubusercontent.com/75adb7818b72114ee9f6d33df0bb31b00d4d887be169ab3a713c2c8d01031956/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f626168726963616e6c692f7472656e64796f6c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bahricanli/trendyol/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/c3c758dab45a26fe376842c80ca877b70c08d7b4eafb938a23e69297ee4a1375/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626168726963616e6c692f7472656e64796f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bahricanli/trendyol)

This package makes it easy to send notifications using [Trendyol](http://www.trendyol.com) with Laravel 5.3.

Contents
--------

[](#contents)

- [Installation](#installation)
    - [Setting up the Trendyol service](#setting-up-the-trendyol-service)
- [Usage](#usage)
    - [Available methods](#available-methods)
    - [Available events](#available-events)
- [Changelog](#changelog)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

Installation
------------

[](#installation)

You can install this package via composer:

```
composer require bahricanli/laravel-trendyol
```

Next add the service provider to your `config/app.php`:

```
/*
 * Package Service Providers...
 */

BahriCanli\Trendyol\TrendyolServiceProvider::class,
```

Register the Trendyol alias to your application. This registration is not optional because the channel itself uses this very alias.

```
'Trendyol' => BahriCanli\Trendyol\Facades\Trendyol::class,
```

### Setting up the Trendyol service

[](#setting-up-the-trendyol-service)

Add your desired username, password configuration to your `config/services.php` file:

```
...
    'Trendyol' => [
        'username'   => '',
        'password'   => '',
    ],
...
```

### Notes

[](#notes)

$response-&gt;groupId() will throw BadMethodCallException if the client is set to 'http'. $response-&gt;messageReportIdentifiers() will throw BadMethodCallException if the client is set to 'xml'.

change client configuration with caution.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Bahri Meriç Canlı](https://www.bahri.info)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4894f69d95bdf9814c8c0db5876852c4381ccaba0a2d98a224ea1269123217f8?d=identicon)[bmericc](/maintainers/bmericc)

---

Top Contributors

[![bmericc](https://avatars.githubusercontent.com/u/16552?v=4)](https://github.com/bmericc "bmericc (11 commits)")

### Embed Badge

![Health badge](/badges/bahricanli-laravel-trendyol/health.svg)

```
[![Health](https://phpackages.com/badges/bahricanli-laravel-trendyol/health.svg)](https://phpackages.com/packages/bahricanli-laravel-trendyol)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
