PHPackages                             phpdev/emlakkatilim - 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. phpdev/emlakkatilim

ActiveLibrary

phpdev/emlakkatilim
===================

Emlak Katilim Web Ekstre Banka Entegrasyon Hesap Hareketleri

1.0.5(1y ago)1131PHP

Since Aug 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/selimhallac/Emlak-Katilim-Online-Web-Ekstre)[ Packagist](https://packagist.org/packages/phpdev/emlakkatilim)[ RSS](/packages/phpdev-emlakkatilim/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

```
use Phpdev\EmlakKatilim;

$username = "";
$password = "";
$wsdlUrl = "https://boa.emlakbank.com.tr/BOA.Integration.WCFService/BOA.Integration.AccountStatement/AccountStatementService.svc/Basic";

$emlakKatilim = new EmlakKatilim($username, $password, $wsdlUrl);

$beginDate = "2024-08-05";
$endDate = "2024-08-22";

$response = $emlakKatilim->getAccountStatement($beginDate, $endDate);

$responseArray = json_decode($response, true);

if ($responseArray['statu']) {
    print_r($responseArray['response']);
} else {
    echo "Hata: " . $responseArray['response'];
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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 ~0 days

Total

6

Last Release

631d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec1dfb132fe06056f74f1ab7c72b3d1091d4960133107f0e4f33cebe8a98a158?d=identicon)[php.dev](/maintainers/php.dev)

---

Top Contributors

[![selimhallac](https://avatars.githubusercontent.com/u/5488868?v=4)](https://github.com/selimhallac "selimhallac (6 commits)")

### Embed Badge

![Health badge](/badges/phpdev-emlakkatilim/health.svg)

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

PHPackages © 2026

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