PHPackages                             dpazuic/curator\_io - 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. dpazuic/curator\_io

ActiveLibrary

dpazuic/curator\_io
===================

Library used to communicate with Currator.io Social media aggregation API

042PHP

Since Apr 13Pushed 5y agoCompare

[ Source](https://github.com/uicosss/curator_io)[ Packagist](https://packagist.org/packages/dpazuic/curator_io)[ RSS](/packages/dpazuic-curator-io/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

curator\_io
===========

[](#curator_io)

Use with composer by including `include_once('vendor/autoload.php');` on your project page.

\##Instantiate curator\_io Instantiate curator\_io by creating a new instance of `\dpazuic\curator_io(YOUR_API_KEY);`. Note, replace YOUR\_API\_KEY with the API key curator\_io provides you.

Use methods
-----------

[](#use-methods)

Use any of the included methods Be mindful that some of the methods require extra parameters to be passed

```
include_once('vendor/autoload.php');

$curatorIO = new \dpazuic\curator_io("SOME_KEY");

// Get Sources
$curatorIO->getSources();

// Get Feeds
$curatorIO->getFeeds();

// Get All Posts
$curatorIO->getAllPosts("SOME_FEED_ID");

// Get first 100 Posts
$curatorIO->getPosts("SOME_FEED_ID");

// Get next 30 Posts (after the first 100 posts)
$curatorIO->getPosts("SOME_FEED_ID", 30, 100);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/c074c8b798ec22846cc089336620b0959c4145b2d8fef07028610e5fc74102c0?d=identicon)[sa-osss-web-1](/maintainers/sa-osss-web-1)

---

Top Contributors

[![thedanpaz](https://avatars.githubusercontent.com/u/25891292?v=4)](https://github.com/thedanpaz "thedanpaz (7 commits)")

### Embed Badge

![Health badge](/badges/dpazuic-curator-io/health.svg)

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

PHPackages © 2026

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