Part of the EllisLab Network
x
 
Create New Page
 View Previous Changes    ( Last updated by Zacharias Knudsen )

Curl library

Category:Libraries | Category:Libraries -> Community | Category:Libraries -> Connectivity

Curl library for CodeIgniter

This library is the attempt to simplify Curl operations in CodeIgniter.

Features

* Handy functions for HTTP GET/POST operations.
* Easy access to request/response headers.
* HTTP 30X redirects support.
* A set of small but useful functions for additional information retrieving (like download speed, total number of downloaded bytes, etc.)

Usage

Please read the posts devoted to Curl library
Check for the latest updates on my blog

The future plans

* Referer and autoreferer support
* Cookies
* Proxy
* Authorization
* Caching
* File uploading

Category:Contributions -> Libraries -> Networking