PHPackages                             javadi/daart-ads - 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. javadi/daart-ads

ActiveLibrary

javadi/daart-ads
================

Smart Ads PHP Library by Daart Company

1.1.0(3y ago)036MITPHPPHP &gt;=7.3

Since Dec 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/daart-agency/DaartAds-PHP)[ Packagist](https://packagist.org/packages/javadi/daart-ads)[ Docs](https://github.com/daart-agency/DaartAds)[ RSS](/packages/javadi-daart-ads/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

DaartAds PHP library
====================

[](#daartads-php-library)

You can use this library to access the DaartAds APIs.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- Your server has to have CURL enabled. [(How to enable CURL)](https://www.geeksforgeeks.org/how-to-enable-curl-in-php/)

Installation
------------

[](#installation)

```
composer require javadi/daart-ads
```

Usage
-----

[](#usage)

```
require __DIR__ . "/../vendor/autoload.php";

// Your api key needs to be initialised here.
$DaartADS = new \javadi\DaartAgency\DaartAds(YOUR_API_KEY);

// For Get ADS:
$ads = $DaartADS->GetADS();
```

- You will receive a list with all the information for the show ADS

```
{
  "image_url": "IMAGE_LINK",
  "url": "REDIRECT_LINK"
}
```

> From versions V1.1 and after, we'll provide the redirect link for you; you don't need to construct it yourself.

### A complete demo is available at `Demo/demo.php`

[](#a-complete-demo-is-available-at-demodemophp)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

3

Last Release

1179d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

composer-packagephpphp-librarydaartsmart adsdaart ads

### Embed Badge

![Health badge](/badges/javadi-daart-ads/health.svg)

```
[![Health](https://phpackages.com/badges/javadi-daart-ads/health.svg)](https://phpackages.com/packages/javadi-daart-ads)
```

PHPackages © 2026

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