PHPackages                             raffaalves/pipefy-api - 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. raffaalves/pipefy-api

ActiveLibrary[API Development](/categories/api)

raffaalves/pipefy-api
=====================

Pipefy Api non-official

0216PHP

Since May 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/raffaalves/pipefy-api)[ Packagist](https://packagist.org/packages/raffaalves/pipefy-api)[ RSS](/packages/raffaalves-pipefy-api/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

pipefy-api
==========

[](#pipefy-api)

PHP wrapper for the Pipefy API

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

[](#requirements)

PHP 7.3+

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

[](#installation)

Via composer:

```
composer require raffaalves/pipefy-api
```

Documentation
-------------

[](#documentation)

Tutorial
--------

[](#tutorial)

$pipefy = new Pipefy('api\_key');

$pipefy-&gt;query(object/function, Input fields, Return fields)

$pipefy-&gt;mutation(object/function, Input fields, Return fields)

```
// get card
$pipefy = new Pipefy('api_key');
$card = $pipefy->query('card', ['id' => 99999], ['title']);

// create card
$pipefy = new Pipefy('api_key');
$data = [
    'pipe_id' => '301692098',
    'title' => 'Teste 22'
];
$card = $pipefy->mutation('createCard', $data, ['card' => ['id']]);
```

Useful links
------------

[](#useful-links)

- [Pipefy Official API Documentation](https://api-docs.pipefy.com/reference/overview/Card/)
- [GraphQl website](http://graphql.org)
- [MIT License](../master/LICENSE)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf812465888a4211f122cc73badc661ef72e9e373da5d4ccffa2f49a99daba67?d=identicon)[raffaalves](/maintainers/raffaalves)

---

Top Contributors

[![raffaalves](https://avatars.githubusercontent.com/u/4026591?v=4)](https://github.com/raffaalves "raffaalves (3 commits)")

### Embed Badge

![Health badge](/badges/raffaalves-pipefy-api/health.svg)

```
[![Health](https://phpackages.com/badges/raffaalves-pipefy-api/health.svg)](https://phpackages.com/packages/raffaalves-pipefy-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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