PHPackages                             rogeriopradoj/codeigniter-restclient - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. rogeriopradoj/codeigniter-restclient

ActiveCodeigniter-spark[HTTP &amp; Networking](/categories/http)

rogeriopradoj/codeigniter-restclient
====================================

codeigniter-restclient philsturgeon's library via composer

2.1.1(13y ago)12.0k1[1 PRs](https://github.com/rogeriopradoj/codeigniter-restclient/pulls)PHP

Since May 27Pushed 13y ago1 watchersCompare

[ Source](https://github.com/rogeriopradoj/codeigniter-restclient)[ Packagist](https://packagist.org/packages/rogeriopradoj/codeigniter-restclient)[ RSS](/packages/rogeriopradoj-codeigniter-restclient/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

CodeIgniter-REST Client
=======================

[](#codeigniter-rest-client)

CodeIgniter-REST Client is a CodeIgniter library which makes it easy to do use REST services/API's such as Twitter, Facebook and Flickr, whether they are public or hidden behind HTTP Basic/Digest.

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

[](#requirements)

1. PHP 5.1+
2. CodeIgniter 2.0.0+
3. cURL
4. CodeIgniter Curl library:

Usage
-----

[](#usage)

```
// Load the rest client spark
$this->load->spark('restclient/2.1.0');

// Load the library
$this->load->library('rest');

// Run some setup
$this->rest->initialize(array('server' => 'http://twitter.com/'));

// Pull in an array of tweets
$tweets = $this->rest->get('statuses/user_timeline/'.$username.'.xml');

```

This is clearly a VERY simple example and more can much more can be done with it. Take a look at the code to see about things like api\_key() and other post/put/delete methods.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

4781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/486b5f46c079c4288c6679b5d1c07300258ba21952ac9f2e14294a1261fbf8d6?d=identicon)[rogeriopradoj](/maintainers/rogeriopradoj)

---

Top Contributors

[![rhbecker](https://avatars.githubusercontent.com/u/224732?v=4)](https://github.com/rhbecker "rhbecker (2 commits)")[![rogeriopradoj](https://avatars.githubusercontent.com/u/443391?v=4)](https://github.com/rogeriopradoj "rogeriopradoj (2 commits)")[![alexbilbie](https://avatars.githubusercontent.com/u/77991?v=4)](https://github.com/alexbilbie "alexbilbie (1 commits)")[![janosrusiczki](https://avatars.githubusercontent.com/u/189468?v=4)](https://github.com/janosrusiczki "janosrusiczki (1 commits)")[![vlakoff](https://avatars.githubusercontent.com/u/544424?v=4)](https://github.com/vlakoff "vlakoff (1 commits)")

### Embed Badge

![Health badge](/badges/rogeriopradoj-codeigniter-restclient/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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