PHPackages                             sanssendecom/lottery-result-bundle - 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. sanssendecom/lottery-result-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

sanssendecom/lottery-result-bundle
==================================

Symfony LotteryResultBundle with Curl on millipiyango.gov.tr for Turkey lottery

1.0.1(7y ago)019MITPHP

Since Jul 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sanssendecom/lottery-result-bundle)[ Packagist](https://packagist.org/packages/sanssendecom/lottery-result-bundle)[ Docs](https://github.com/sanssendecom/lottery-result-bundle)[ RSS](/packages/sanssendecom-lottery-result-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

lottery-result-bundle
=====================

[](#lottery-result-bundle)

Symfony LotteryResultBundle with Curl on millipiyango.gov.tr for Turkey lottery

\### tarafından oluşturulmuş ve geliştirilen bir symfony bundle'ıdır.

> Şu anki sürüm unstable (kararsız) bir sürümdür, tüm yapı çalışıyor olsa dahi class ve/veya method isimlerinde tutarsızlıklar olabilir. Daha sonraki güncellemelerde class ve/veya method isimler değişmesi muhtemeldir. Kararlı bir sürüme geçildiğinde nasıl çalıştığı paylaşılacaktır.

Composer ile Kurulum
--------------------

[](#composer-ile-kurulum)

composer.json dosyasında require anahtarının altına aşağıdaki tanımlamayı yapmanız yeterlidir.

```
# composer.json

"require": {
        "sanssendecom/lottery-result-bundle": "1.0.*@dev"
    },
```

Bundle aktifleştirmek için
--------------------------

[](#bundle-aktifleştirmek-için)

```
# app/AppKernel.php

$bundles = array(
            new Sanssendecom\LotteryResultBundle\LotteryResultBundle()
        );
```

Servis kullanımı için
---------------------

[](#servis-kullanımı-için)

```
# app/config/services.yml

imports:
    - { resource: @LotteryResultBundle/Resources/config/services.yml }
```

yukarıdaki dosyayı import ettiğinizde servise erişebilirsiniz, alt satırda kullanım örneği mevcuttur.

```
$lottery = $this->get('lottery');
$sayisallotoResult  = $lottery->setOption('SAYISALLOTO', new \DateTime('2015-04-25'))->getResultClass();
$sanstopuResult     = $lottery->setOption('SANSTOPU', new \DateTime('2015-05-06'))->getResultClass()
```

Piyango bileti çekilişi
-----------------------

[](#piyango-bileti-çekilişi)

Milli piyango bileti çekiliş sonuçlarını aşağıda örnekteki gibi alabilirsiniz.

```
$lottery = $this->get('lottery');

$result = $lottery->setOption('PIYANGO', new \DateTime('2015-05-09'))->getResultClass();
```

Controller erişimi
------------------

[](#controller-erişimi)

Aşağıdaki gibi bir tanımlama yaparak "/lottery" adresinden index sayfasına erişerek bundle'ı test edebilirsiniz.

```
# app/config/routing.yml

_lottey_result_bundle:
    resource: "@LotteryResultBundle/Resources/config/routing.yml"
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2859d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa1996ec3d228579a7a3a4379979de0aac8465271df776976794ef249aff8be9?d=identicon)[denizakturk](/maintainers/denizakturk)

---

Top Contributors

[![denizakturk](https://avatars.githubusercontent.com/u/6918643?v=4)](https://github.com/denizakturk "denizakturk (20 commits)")

---

Tags

bundleresultlotterysayisal lotosuper lotoon numarasans topupiyango

### Embed Badge

![Health badge](/badges/sanssendecom-lottery-result-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sanssendecom-lottery-result-bundle/health.svg)](https://phpackages.com/packages/sanssendecom-lottery-result-bundle)
```

###  Alternatives

[graham-campbell/result-type

An Implementation Of The Result Type

552378.1M7](/packages/graham-campbell-result-type)[knplabs/knp-time-bundle

Making your dates and durations look sensible and descriptive

6308.9M39](/packages/knplabs-knp-time-bundle)[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[odolbeau/phone-number-bundle

Integrates libphonenumber into your Symfony application

24910.3M11](/packages/odolbeau-phone-number-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2755.3M13](/packages/pentatrion-vite-bundle)[rmrevin/yii2-fontawesome

Asset Bundle for Yii2 with Font Awesome

1474.0M134](/packages/rmrevin-yii2-fontawesome)

PHPackages © 2026

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