Carerix PEAR channel

Welcome to Carerix PEAR & Composer Channel - a repository of PHP packages designed to make things simple for Carerix developers.

PEAR Install

This channel is to be used with the PEAR installer.

Registering the channel:
pear channel-discover pear.carerix.com
Listing available packages:
pear remote-list -c carerix
Installing a package:
pear install carerix/package_name
Installing a specific version/stability:
pear install carerix/package_name-1.0.0
pear install carerix/package_name-beta
Receiving updates via a feed:
http://pear.carerix.com/feed.xml

Composer Install

You can use Carerix PEAR Channel with your composer.json as follows:

{
    "repositories": [
        {
            "type": "pear",
            "url": "http://pear.php.net"
        },
        {
            "type": "pear",
            "url": "http://pear.carerix.com"
        }
    ],
    "config": {
        "secure-http": false
    },
    "require": {
        "pear-pear.carerix.com/carerix_api_rest": "^1.2"
    }
}

Manual Install

Click on the version below to download an archive. Unpack it and place it your 'vendor' folder along with other libraries.

Carerix_Api_Rest - Carerix REST API OO PHP5 Client Library

Provides an easy and intuitive interaction with Carerix REST API using object-oriented programming and ActiveRecord approach. For more details please refer to Carerix REST API and Carerix REST API Client documentation.

Install commandpear install carerix/Carerix_Api_Rest
Licensehttp://www.opensource.org/licenses/lgpl-license.php LGPL
MaintainersAndrey Yakubovskiy (as lead)
Releases1.2.31 (stable), 1.2.30 (stable), 1.2.29 (stable), 1.2.28 (stable), 1.2.27 (stable), 1.2.26 (stable), 1.2.25 (stable), 1.2.23 (stable), 1.2.22 (stable), 1.2.21 (stable), 1.2.20 (stable), 1.2.19 (stable), 1.2.18 (stable), 1.2.17 (stable), 1.2.16 (stable), 1.2.15 (stable), 1.2.14 (stable), 1.2.13 (stable), 1.2.12 (stable), 1.2.11 (stable), 1.2.10 (stable), 1.2.9 (stable), 1.2.8 (stable), 1.2.7 (stable), 1.2.6 (stable), 1.2.5 (stable), 1.2.4 (stable), 1.2.3 (stable), 1.2.2 (stable), 1.2.1 (stable), 1.2.0 (stable), 1.1.0 (stable), 1.0.1 (stable), 1.0.0 (stable)

Carerix_Cxmetrics - Carerix Cxmetrics API Client Library

Provides an easy and intuitive interaction with Carerix Cxmetrics API server using Zend_Log_Writer approach. For more details please refer to Carerix Cxmetrics API Client documentation.

Install commandpear install carerix/Carerix_Cxmetrics
Licensehttp://opensource.org/licenses/BSD-3-Clause New BSD License
MaintainersSergii Pryz (as lead)
Releases1.1.2 (stable), 1.1.1 (stable)

The pear.carerix.com PEAR Channel Server is proudly powered by Pirum 1.1.5