PHPackages                             bilginpro/agency-aa - 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. bilginpro/agency-aa

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

bilginpro/agency-aa
===================

Crawler for AA News Agency in Turkey.

v1.0.8(5y ago)57334MITPHPPHP &gt;=5.6

Since Aug 31Pushed 5y ago5 watchersCompare

[ Source](https://github.com/bilginpro/agency-aa)[ Packagist](https://packagist.org/packages/bilginpro/agency-aa)[ Docs](https://github.com/bilginpro/agency-aa)[ RSS](/packages/bilginpro-agency-aa/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

Anadolu Ajansi News Crawler - Anadolu Ajansı Haber Robotu
=========================================================

[](#anadolu-ajansi-news-crawler---anadolu-ajansı-haber-robotu)

[![Latest Version on Packagist](https://camo.githubusercontent.com/43b81857be772e82f6c631873fbee47dd17e7970ed92ed51ac9ee430746d0a38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696c67696e70726f2f6167656e63792d61612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bilginpro/agency-aa)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/2fdfeb4d35ef233454efeaed7eb8eb8e1196e2ec6202d5992c24c2d3e685d5e4/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f62696c67696e70726f2f6167656e63792d61612f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/bilginpro/agency-aa)[![Coverage Status](https://camo.githubusercontent.com/23919825b8fb60e5b1ed6281e8b2f7af36b6a318a5171910a0d204a32610ac96/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f62696c67696e70726f2f6167656e63792d61612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bilginpro/agency-aa/code-structure)[![Quality Score](https://camo.githubusercontent.com/1fe9c3fa11621cbf79e281bdf0fe4772ffc3865dbd808e76bba0c88f168f265f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f62696c67696e70726f2f6167656e63792d61612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/bilginpro/agency-aa)[![Total Downloads](https://camo.githubusercontent.com/78f3daf638e3f8fd7a6d83dd9613b2e421da4bf9a853d2bba4355b7fa1a0897c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696c67696e70726f2f6167656e63792d61612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bilginpro/agency-aa)

\[EN\] This package is created for crawling news from Anadolu Ajansi. You have to be subscribed to AA and obtain user credentials for being able to use this package.

\[TR\] Bu paket AA abonelerinin kullanıcı bilgileriyle haberleri taramaları için oluşturulmuştur. Aşağıdaki şekilde kullandığınızda son eklenen haberlerden istediğiniz adette haberi dizi olarak alabilirsiniz. Paketi kullanmak için AA abonesi olmalı ve kullanıcı bilgilerine sahip olmalısınız.

Install
-------

[](#install)

Via Composer

```
$ composer require bilginpro/agency-aa
```

Usage
-----

[](#usage)

```
$crawler = new \BilginPro\Agency\Aa\Crawler([
    'user_name' => 'your-username',
    'password' => 'your-password'
]);

$news = $crawler->crawl([
    'limit' => 10, //optional
]);
```

Calling `$crawler->crawl()` will return an array like this:

```
[{
		"code": "aa:text:20170831:12935896",
		"title": "Title of the news 1",
		"summary": "Summary...",
		"content": "Content 1",
		"created_at": "31.08.2017 15:56:12",
		"category": "Genel",
		"city": "Istanbul",
		"images": ["http:\/\/path\/to\/news1\/image1", "http:\/\/path\/to\/news1\/image2"]
	},
	{
		"code": "aa:text:20170831:12935899",
		"title": "Title of the news 2",
		"summary": "Summary...",
		"content": "Content 2",
		"created_at": "31.08.2017 15:56:12",
		"category": "Genel",
		"city": "Ankara",
		"images": ["http:\/\/path\/to\/news2\/image1", "http:\/\/path\/to\/news2\/image2"]
	}
]
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

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

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Yavuz Selim Bilgin](https://github.com/ysb)
- [Murat Paksoy](https://github.com/slavesoul)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

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

Every ~154 days

Recently: every ~285 days

Total

9

Last Release

1942d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d96b397d4e5614bb3ea346efd7e7de25f0b3d47c0a3b7619622d2be554be98e?d=identicon)[bilginpro](/maintainers/bilginpro)

---

Top Contributors

[![mertkuru](https://avatars.githubusercontent.com/u/25393265?v=4)](https://github.com/mertkuru "mertkuru (2 commits)")

---

Tags

aaagencyajansanadoluhabernewsbilginpronews agencyagency-aaaaanadolu ajansıanatolian agency

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bilginpro-agency-aa/health.svg)

```
[![Health](https://phpackages.com/badges/bilginpro-agency-aa/health.svg)](https://phpackages.com/packages/bilginpro-agency-aa)
```

###  Alternatives

[ashallendesign/favicon-fetcher

A Laravel package for fetching website's favicons.

190272.4k3](/packages/ashallendesign-favicon-fetcher)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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