PHPackages                             devtransition/connecty - 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. devtransition/connecty

ActiveLibrary[API Development](/categories/api)

devtransition/connecty
======================

Connecty gateway library

128PHP

Since Sep 1Pushed 9y ago6 watchersCompare

[ Source](https://github.com/devTransition/php-connecty)[ Packagist](https://packagist.org/packages/devtransition/connecty)[ RSS](/packages/devtransition-connecty/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Connecty API gateway
====================

[](#connecty-api-gateway)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3e516aeadf8cbd92253fbee61ad975657451832a7a04983adbfe82c45967fee1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465767472616e736974696f6e2f636f6e6e656374792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devtransition/connecty)[![Software License](https://camo.githubusercontent.com/e396acbea77d14ab36b6a3ccdee86feb8c4952604e12780071eb7daa194d858e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4170616368652d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/4d37a39e5e87d03a956a0b4021252572cd151bdaadf50095f1865b1f3b10e145/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6465767472616e736974696f6e2f636f6e6e656374792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/devtransition/connecty)[![Coverage Status](https://camo.githubusercontent.com/018be0cd4cb42492c1d25f9e6cbdab5ddfd23274e13bbd9ee693f0d189906975/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6465767472616e736974696f6e2f636f6e6e656374792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devtransition/connecty/code-structure)[![Quality Score](https://camo.githubusercontent.com/3cef1b8f4430db1262d76ed907a1706a3c7e390da1734c829ea4c39e42f8fb91/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6465767472616e736974696f6e2f636f6e6e656374792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/devtransition/connecty)[![Total Downloads](https://camo.githubusercontent.com/de2e6e9f1e85e68cfcde8c9e39dbf8f225289bdb67af10cfe7a76bc8bfab0c78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465767472616e736974696f6e2f636f6e6e656374792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/devtransition/connecty)

PHP Gateway for different API clients

Install
-------

[](#install)

Via Composer

```
$ composer require devtransition/connecty
```

Usage
-----

[](#usage)

```
// Create the gateway object
$gw = Connecty::create('MyGateway');
// Create the request object
$my_request = $gw->myRequest($request_params);
$response = $my_request->send();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the [LICENSE File](LICENSE) file, or at:

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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://avatars.githubusercontent.com/u/13242221?v=4)[devtransition](/maintainers/devtransition)[@devTransition](https://github.com/devTransition)

---

Top Contributors

[![jakub01](https://avatars.githubusercontent.com/u/8502532?v=4)](https://github.com/jakub01 "jakub01 (4 commits)")[![r-simlinger](https://avatars.githubusercontent.com/u/21192241?v=4)](https://github.com/r-simlinger "r-simlinger (4 commits)")

### Embed Badge

![Health badge](/badges/devtransition-connecty/health.svg)

```
[![Health](https://phpackages.com/badges/devtransition-connecty/health.svg)](https://phpackages.com/packages/devtransition-connecty)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

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

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/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)
