PHPackages                             newscred/newscred - 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. newscred/newscred

ActiveLibrary

newscred/newscred
=================

Class for NewsCred API

015PHP

Since Mar 17Pushed 12y ago3 watchersCompare

[ Source](https://github.com/mterenzio/newscred)[ Packagist](https://packagist.org/packages/newscred/newscred)[ RSS](/packages/newscred-newscred/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

newscred
========

[](#newscred)

Class for working with NewsCred API

example usage to grab the links to articles from a search and put in an array:

```
	$newscred = new NewsCred('yourapikeyhere');
	$options['query'] = 'Obama Debt Ceiling';
	$results = json_decode($newscred->searchArticles($options));
	$links = array();
	foreach ($results->article_set as $article) {
		array_push($links, $article->link);
	}
echo print_r($links);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.3% 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.

### Community

Maintainers

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

---

Top Contributors

[![mterenzio](https://avatars.githubusercontent.com/u/2830?v=4)](https://github.com/mterenzio "mterenzio (13 commits)")[![danielbachhuber](https://avatars.githubusercontent.com/u/36432?v=4)](https://github.com/danielbachhuber "danielbachhuber (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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