PHPackages                             cti/saprfc - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cti/saprfc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cti/saprfc
==========

Saprfc abstraction layer

2.0.0(12y ago)25331MITPHP

Since Mar 31Pushed 12y ago3 watchersCompare

[ Source](https://github.com/cti/saprfc)[ Packagist](https://packagist.org/packages/cti/saprfc)[ RSS](/packages/cti-saprfc/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

SapRfc library
==============

[](#saprfc-library)

[![Latest Stable Version](https://camo.githubusercontent.com/b34352ad1546185b1b8f87c92618b06463348a52880beaa69127cbf9aed66e96/68747470733a2f2f706f7365722e707567782e6f72672f6374692f7361707266632f762f737461626c652e706e67)](https://packagist.org/packages/cti/saprfc)[![Total Downloads](https://camo.githubusercontent.com/611d790dd4a9895b04a78cae59798502f1872ca6ce71b23a9fdef1605077f8f5/68747470733a2f2f706f7365722e707567782e6f72672f6374692f7361707266632f646f776e6c6f6164732e706e67)](https://packagist.org/packages/cti/saprfc)[![License](https://camo.githubusercontent.com/7aaf159b99da575dcbec52c42dbf830c278c0a6d076168bedfc35aff962d0f09/68747470733a2f2f706f7365722e707567782e6f72672f6374692f7361707266632f6c6963656e73652e706e67)](https://packagist.org/packages/cti/saprfc)[![Build Status](https://camo.githubusercontent.com/a578651a34a45fad2eeed1a6ab5088f2b0e507c37fe067cd53448184c1da2f90/68747470733a2f2f7472617669732d63692e6f72672f6374692f7361707266632e737667)](https://travis-ci.org/cti/saprfc)[![Coverage Status](https://camo.githubusercontent.com/682900002a724f34b884200bbcffcda614b3d6b2ebde69ddd3ac2d96c8ac6f9e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6374692f7361707266632f62616467652e706e67)](https://coveralls.io/r/cti/saprfc)

This component is wrapper for native saprfc extension (saprfc.sourceforge.net).
Function module reverse-engeneering and providing only one method to do all tasks.
You can write your code using GatewayInterface and then use proxy or direct connection.

Installation
============

[](#installation)

Using composer.

```
{
    "require": {
        "cti/saprfc": "*"
    }
}
```

Basic usage
===========

[](#basic-usage)

Server has saprfc extension and can connect to SAP R/3 (same network).

```
