PHPackages                             edson-nascimento/cielo-link-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. [Payment Processing](/categories/payments)
4. /
5. edson-nascimento/cielo-link-php

ActiveLibrary[Payment Processing](/categories/payments)

edson-nascimento/cielo-link-php
===============================

SDK php para integração com a API de Pagamento por Link Cielo new commerce

v1.0.0(6y ago)1611[1 issues](https://github.com/edson-nascimento/cielo-link-php/issues)[1 PRs](https://github.com/edson-nascimento/cielo-link-php/pulls)MITPHPPHP &gt;=5.6.0

Since Jul 11Pushed 4y agoCompare

[ Source](https://github.com/edson-nascimento/cielo-link-php)[ Packagist](https://packagist.org/packages/edson-nascimento/cielo-link-php)[ Docs](https://developercielo.github.io/manual/linkdepagamentos5)[ RSS](/packages/edson-nascimento-cielo-link-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

### SDK php para integração com a API da Cielo Super Link - API v1

[](#sdk-php-para-integração-com-a-api-da-cielo-super-link---api-v1)

E-commerce

Todos os passos e processos referentes à integração com o sistema de Pagamento por Link da Cielo via as funcionalidades da API.

Documentação oficial

-

#### Composer

[](#composer)

add composer.json

```
"edson-nascimento/cielo-link-php": "^1.0"

```

ou execute

```
$ composer require edson-nascimento/cielo-link-php

```

#### Exemplo de Pagamento por Link

[](#exemplo-de-pagamento-por-link)

```
use CieloLink\API\Environment;
use CieloLink\API\CieloLink;
use CieloLink\API\Payment;
use CieloLink\API\Shipping;
use CieloLink\API\Recurrent;

require_once 'vendor/autoload.php';

$clientId      = "dc9d6efa-b582-4ac8-ac59-12c57245df2a";
$clientSecret  = "d4bAh9FeILpJvntoVceFhJ8ETdqVJetYpu4kZlZXeuA8r9dS1PPdZXmS5egN6a9n";
$environment    = Environment::production();

$cieloLink = new CieloLink($clientId, $clientSecret, $environment);

$payment = new Payment();
$payment->setType(Payment::TYPE_RECURRENT);
$payment->setName("Product Test");
$payment->setExpirationDate("2037-06-19");
$payment->setDescription("Product Test");
$payment->setPrice(127.75);
$payment->setShowDescription(true);
$payment->setSoftDescriptor("Order1234");

$payment->shipping()
        ->setName("Test")
        ->setOriginZipCode("00000000")
        ->setPrice(0)
        ->setType(Shipping::TYPE_WITHOUT_SHIPPING);

$payment->recurrent()
        ->setEndDate("2030-01-27")
        ->setInterval(Recurrent::TYPE_MONTHLY);

// Create
$responsePayment = $cieloLink->create($payment);

// Find
$responsePayment = $cieloLink->get($responsePayment->getId());

// Update
$responsePayment->setName("Product Alter 2");
$responsePayment->setExpirationDate("2020-01-01");
$responsePayment->setType(Payment::TYPE_PAYMENT);

$responsePayment = $cieloLink->update($responsePayment);

//Delete
$responsePayment = $cieloLink->delete($responsePayment->getId());
```

\*Melhorias e feedbacks são bem vindos ;)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2498d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12473581?v=4)[Edson Nascimento](/maintainers/edson-nascimento)[@edson-nascimento](https://github.com/edson-nascimento)

---

Top Contributors

[![edson-nascimento](https://avatars.githubusercontent.com/u/12473581?v=4)](https://github.com/edson-nascimento "edson-nascimento (3 commits)")

---

Tags

cielocielo-apicielo-api-phpcielo-ecommercecielo-linkcielo-php

### Embed Badge

![Health badge](/badges/edson-nascimento-cielo-link-php/health.svg)

```
[![Health](https://phpackages.com/badges/edson-nascimento-cielo-link-php/health.svg)](https://phpackages.com/packages/edson-nascimento-cielo-link-php)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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