PHPackages                             wangta69/news - 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. wangta69/news

ActiveLibrary[API Development](/categories/api)

wangta69/news
=============

News Api Service

1.0.0(8y ago)112MITPHPPHP &gt;=5.3.0

Since Feb 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/wangta69/news)[ Packagist](https://packagist.org/packages/wangta69/news)[ RSS](/packages/wangta69-news/feed)WikiDiscussions master Synced 2mo ago

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

news API
========

[](#news-api)

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

[](#installation)

```
composer require wangta69/news

composer require "wangta69/news @dev"

```

Step 1) Add ServiceProvider to the providers array in `config/app.php`.

```
Pondol\News\NewsServiceProvider::class,

```

.env

```
NAVER_CLIENT_ID=WhatYouGetFromNaver
NAVER_CLIENT_SECRET=WhatYouGetFromNaver

```

config/services.php

```
'naver' => [
        'client_id' => env('NAVER_CLIENT_ID'),
        'client_secret' => env('NAVER_CLIENT_SECRET'),
    ],

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3015d ago

### Community

Maintainers

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

---

Top Contributors

[![wangta69](https://avatars.githubusercontent.com/u/427687?v=4)](https://github.com/wangta69 "wangta69 (5 commits)")

---

Tags

apilaravel newspondol

### Embed Badge

![Health badge](/badges/wangta69-news/health.svg)

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

###  Alternatives

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[d-scribe/laraquick

A collection of classes to be extended/used in laravel applications for quick development

371.8k1](/packages/d-scribe-laraquick)

PHPackages © 2026

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