PHPackages                             ahmeterdgn/nobetcieczane - 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. ahmeterdgn/nobetcieczane

ActiveLibrary[API Development](/categories/api)

ahmeterdgn/nobetcieczane
========================

Nöbetçi Eczaneler Listesi Türkiye

1.6(1y ago)27MITPHPPHP &gt;=7.4

Since Nov 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ahmeterdgn/nobetcieczane)[ Packagist](https://packagist.org/packages/ahmeterdgn/nobetcieczane)[ Docs](https://github.com/ahmeterdgn/nobetcieczane)[ RSS](/packages/ahmeterdgn-nobetcieczane/feed)WikiDiscussions main Synced 1w ago

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

Eczane Scraper Kütüphanesi
==========================

[](#eczane-scraper-kütüphanesi)

**Eczane Scraper**, Türkiye'deki eczanelerin listesini ve detaylı bilgilerini kolayca çekebilmenizi sağlayan bir PHP kütüphanesidir.

---

Özellikler (Features)
---------------------

[](#özellikler-features)

- **Eczane Listesi Çekimi**: Seçtiğiniz şehirdeki nöbetçi eczanelerin listesini alabilirsiniz.
- **Detaylı Bilgi**: Bir eczanenin telefon, adres, harita konumu gibi detaylarını kolayca çekin.
- **Hızlı ve Güvenilir**: Verileri çekerken cURL kullanır, UTF-8 desteklidir ve hataları düzgün bir şekilde ele alır.

---

Kurulum (Installation)
----------------------

[](#kurulum-installation)

Bu kütüphaneyi projelerinize dahil etmek için aşağıdaki adımları izleyin:

### Composer ile Yükleme (Install with Composer)

[](#composer-ile-yükleme-install-with-composer)

```
composer require ahmeterdgn/nobetcieczane
```

### Manuel Kurulum (Manual Installation)

[](#manuel-kurulum-manual-installation)

#### 1. Bu depoyu indirin:

[](#1bu-depoyu-indirin)

```
git clone https://github.com/uzmoon/eczane-scraper.git
```

#### 2. Projenize dahil edin:

[](#2projenize-dahil-edin)

```
require 'path/to/EczaneScraper.php';
```

Kullanım (Usage)
----------------

[](#kullanım-usage)

#### Eczane Listesi Çekme (Fetching Pharmacy List)

[](#eczane-listesi-çekme-fetching-pharmacy-list)

```
require 'vendor/autoload.php';

use Uzmoon\EczaneScraper;

$scraper = new EczaneScraper('istanbul');
$data = $scraper->scrape('https://example.com/?city=istanbul&link=');
print_r($data);
```

#### Detaylı Bilgi Çekme (Fetching Detailed Info)

[](#detaylı-bilgi-çekme-fetching-detailed-info)

```
require 'vendor/autoload.php';

use Uzmoon\EczaneScraper;

$scraper = new EczaneScraper('ankara');
$details = $scraper->detail('eczane-link');
print_r($details);
```

Geri Bildirim (Feedback)
------------------------

[](#geri-bildirim-feedback)

Kütüphaneyi kullanırken karşılaştığınız hataları bildirmek veya geliştirme önerilerinde bulunmak için [GitHub Issues](https://github.com/ahmeterdgn/nobetcieczane/issues) sayfasını kullanabilirsiniz.

- **Hata Raporlama**: Karşılaştığınız hataları GitHub Issues üzerinden bildirebilirsiniz. Hata raporlarınızı daha hızlı çözebilmemiz için aşağıdaki bilgileri eklemeyi unutmayın:

    - Hata mesajı veya ekran görüntüsü
    - Adım adım nasıl tekrar edileceği (bug’un nasıl tekrarlanabileceğine dair talimatlar)
    - Kullandığınız PHP versiyonu ve işletim sistemi
- **Özellik İstekleri ve İyileştirme Teklifleri**: Kütüphaneye yeni özellikler eklemek veya mevcut özellikleri geliştirmek için GitHub Issues sayfasına önerilerinizi yazabilirsiniz.

Lisans (License)
----------------

[](#lisans-license)

MIT License

Copyright (c) 2024 Ahmet Erdoğan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

İletişim (Contact)
------------------

[](#i̇letişim-contact)

**Yazar**: Ahmet Erdoğan
**Websitesi**: [uzmoon.com](https://uzmoon.com)
**GitHub**: [Ahmeterdgn](https://github.com/ahmeterdgn)
**E-posta**:

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

631d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48730205?v=4)[Ahmet Erdoğan](/maintainers/ahmeterdgn)[@ahmeterdgn](https://github.com/ahmeterdgn)

---

Top Contributors

[![ahmeterdgn](https://avatars.githubusercontent.com/u/48730205?v=4)](https://github.com/ahmeterdgn "ahmeterdgn (7 commits)")

---

Tags

nobetci-eczanenobetcieczaneapigithub

### Embed Badge

![Health badge](/badges/ahmeterdgn-nobetcieczane/health.svg)

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

###  Alternatives

[knplabs/github-api

GitHub API v3 client

2.2k17.7M224](/packages/knplabs-github-api)[evandotpro/edp-github

Github API integration module for Zend Framework 2

242.4k](/packages/evandotpro-edp-github)

PHPackages © 2026

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