PHPackages                             fortytwo-studio/webfaction-php - 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. [API Development](/categories/api)
4. /
5. fortytwo-studio/webfaction-php

ActiveLibrary[API Development](/categories/api)

fortytwo-studio/webfaction-php
==============================

PHP wrapper for the Webfaction XML-RPC API

1.1.4(8y ago)58781MITPHP

Since Aug 1Pushed 8y ago3 watchersCompare

[ Source](https://github.com/fortytwostudio/webfaction-php)[ Packagist](https://packagist.org/packages/fortytwo-studio/webfaction-php)[ RSS](/packages/fortytwo-studio-webfaction-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (2)Versions (8)Used By (1)

[![Build Status](https://camo.githubusercontent.com/a15488a9aa3655c5a73a380f486b5c9c7e4d29dc39fdafc0f7e0fbd2bb36a8ce/68747470733a2f2f7472617669732d63692e6f72672f666f72747974776f73747564696f2f77656266616374696f6e2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fortytwostudio/webfaction-php)

webfaction-php
==============

[](#webfaction-php)

Simple PHP wrapper for the [WebFaction XMLRPC API](https://docs.webfaction.com/xmlrpc-api/apiref.html)

Installation
------------

[](#installation)

Install using composer

`composer require fortytwo-studio/webfaction-php`

or add to your composer.json file's "require" section

```
"require": {
  "fortytwo-studio/webfaction-php": "^1.0",
}
```

(don't forget to run `composer install` or `composer update`)

Overview
--------

[](#overview)

This is a PHP wrapper for interacting with the WebFaction XMLRPC API. It's extremely thin, methods follow the naming conventions(camelCase rather than snake\_case) and parameter ordering (ignoring session\_id) of the [XMLRPC API](https://docs.webfaction.com/xmlrpc-api/apiref.html)

Usage
-----

[](#usage)

include the client in your project class.

```
