PHPackages                             emreyelbey/content - 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. [Framework](/categories/framework)
4. /
5. emreyelbey/content

ActiveYii2-extension[Framework](/categories/framework)

emreyelbey/content
==================

Yii2 Content Module

01PHP

Since Jan 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/emreyelbey/yii2-mymodule)[ Packagist](https://packagist.org/packages/emreyelbey/content)[ RSS](/packages/emreyelbey-content/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Nedir ?
=======

[](#nedir-)

Hazırlanan program bir yii2 modülüdür. Basitçe satıcıları ve hangi satıcıda hangi ürünlerin bulunduğunu bilgisini tutmaya yarar.

Kurulum
=======

[](#kurulum)

Modülü kullanmak için projenizin bulunduğu dizine gidip "composer" aracıyla modülü gerekli paket olarak ekleyin. Bunun için aşağıdaki komutu kullanın.

```
composer require emreyelbey/content "dev-main"

```

Eğer bu adım hatasız şekilde tamamlanmışsa projenizin *vendor* klasörü altında *emreyelbey* adında bir dizin oluşmuş olmalıdır. Bundan sonra modülü backend ya da frontend tarafında kullanmak üzere konfigüre etmeniz gerekir.

```
Frontend için: /frontend/config/main.php
Backend için: /backend/config/main.php

```

dosyalarındaki gerekli kısmı aşağıdaki parçaya uygun şekilde düzenleyin.

```
'modules' => [
    'blogmodule' =>[
        'class' => 'emreyelbey\content\Module'
    ]
],

```

Bu adımdan sonra modülde kullanılacak olan tabloları oluşturmak için projenizin ana dizinine gidip aşağıdaki komutu çalıştırın.

```
php yii migrate/up --migrationPath=@vendor/emreyelbey/content/src/migrations

```

Bu adım da tamamlandıktan sonra modülü kullanmaya başlayabilirsiniz. Kurulum yaptığınız yere göre;

```
Frontend için: http://[proje kalsorunuz]frontend/web/index.php?r=content/home/index.php
Backend için : http://[proje kalsorunuz]backend/web/index.php?r=content/home/index.php

```

adresleri üzerinden modülü kullanabilirsiniz.

Ekran Görüntüleri ve Modül Kullanımı
====================================

[](#ekran-görüntüleri-ve-modül-kullanımı)

Yukarıdaki linkleri kullanarak modülün ana sayfasına ulaşıp modülü kullanmaya başlayabilirsiniz. Bu sayfada üzerlerinde sırasıyla "Sellers", "Products" ve "Stocklists" yazan üç adet buton bulunur.

[![home](https://user-images.githubusercontent.com/43052610/105200277-b6f5b780-5b50-11eb-8dda-fb6d11734119.PNG)](https://user-images.githubusercontent.com/43052610/105200277-b6f5b780-5b50-11eb-8dda-fb6d11734119.PNG)

> - Sellers Butonu

Bu butona tıkladığınızda veri tabanına kaydedilmiş satıcıların listesi görüntülenir.

[![sellersmainpage](https://user-images.githubusercontent.com/43052610/105202800-6764bb00-5b53-11eb-96d2-480bb9e645cb.PNG)](https://user-images.githubusercontent.com/43052610/105202800-6764bb00-5b53-11eb-96d2-480bb9e645cb.PNG)

"Create Sellers" butonu aracılığıyla ise bilgilerini girdiğiniz bir satıcıyı veri tabanına kaydedebilirsiniz.

[![createseller](https://user-images.githubusercontent.com/43052610/105203031-ac88ed00-5b53-11eb-909f-f52c348ef657.PNG)](https://user-images.githubusercontent.com/43052610/105203031-ac88ed00-5b53-11eb-909f-f52c348ef657.PNG)

> - Products Butonu

Bu butona tıkladığınızda veri tabanına kaydedilmiş ürünlerin listesi görüntülenir.

[![productsmainpage](https://user-images.githubusercontent.com/43052610/105203227-ea861100-5b53-11eb-9e03-75df11a15f51.PNG)](https://user-images.githubusercontent.com/43052610/105203227-ea861100-5b53-11eb-9e03-75df11a15f51.PNG)

"Create Products" butonu aracılığıyla ise bilgilerini girdiğiniz bir ürünü veri tabanına kaydedebilirsiniz.

[![createproduct](https://user-images.githubusercontent.com/43052610/105203488-38027e00-5b54-11eb-85fa-72ad49f7d54b.PNG)](https://user-images.githubusercontent.com/43052610/105203488-38027e00-5b54-11eb-85fa-72ad49f7d54b.PNG)

> - Stocklists Butonu

Bu butona tıkladığınızda veri tabanında kayıtlı satıcıların hangisinde hangi ürünün bulunduğu bilgisi görüntülenir.

[![stocklistsmainpage](https://user-images.githubusercontent.com/43052610/105203961-bf4ff180-5b54-11eb-8bcb-69297c58dc77.PNG)](https://user-images.githubusercontent.com/43052610/105203961-bf4ff180-5b54-11eb-8bcb-69297c58dc77.PNG)

- "Create Stocklists" butonu aracılığıyla ise satıcı ve ürünler arasında ilişki oluşturabilirsiniz. Bu işlem ilişkilendirdiğiniz ürünün ilişkilendirilen satıcıda stokta bulunduğu anlamına gelir.

[![createstocklist](https://user-images.githubusercontent.com/43052610/105204618-6e8cc880-5b55-11eb-8d57-804258ad9422.PNG)](https://user-images.githubusercontent.com/43052610/105204618-6e8cc880-5b55-11eb-8d57-804258ad9422.PNG)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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/ec48a1b4ff3e0dc62a85c006826030b6d3c63710e394612d23d00f5c2d38b566?d=identicon)[EmreYelbey](/maintainers/EmreYelbey)

---

Top Contributors

[![emreyelbey](https://avatars.githubusercontent.com/u/43052610?v=4)](https://github.com/emreyelbey "emreyelbey (16 commits)")

### Embed Badge

![Health badge](/badges/emreyelbey-content/health.svg)

```
[![Health](https://phpackages.com/badges/emreyelbey-content/health.svg)](https://phpackages.com/packages/emreyelbey-content)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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