PHPackages                             smartins/cielo-laravel - 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. smartins/cielo-laravel

ActiveLibrary[API Development](/categories/api)

smartins/cielo-laravel
======================

Project to use API Cielo Php Sdk with Laravel Framework

13292PHP

Since Dec 11Pushed 8y agoCompare

[ Source](https://github.com/sfelix-martins/cielo-laravel)[ Packagist](https://packagist.org/packages/smartins/cielo-laravel)[ RSS](/packages/smartins-cielo-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cielo 3.0 Sdk - Laravel
=======================

[](#cielo-30-sdk---laravel)

This package just get the credential keys from `config/cielo.php` file and create a new instance of `Cielo\API30\Ecommerce\CieloEcommerce;` from official Cielo Sdk 3.0 package when you use the facade `SMartins\Cielo\Facades\Cielo;`.

To see the methods available on package go to [Cielo Sdk Docs](https://github.com/DeveloperCielo/API-3.0-PHP).

Install
-------

[](#install)

To install via composer run:

```
composer require smartins/cielo-laravel

```

In Laravel 5.5 the service provider and facade will automatically get registered. In older versions of the framework just add the service provider and facade in config/app.php file:

```
    'providers' => [
        SMartins\Cielo\CieloServiceProvider::class,
    ],

    'aliases' => [
        'Cielo' => SMartins\Cielo\Facades\Cielo::class,
    ],
```

Publish the `config/cielo.php` file:

```
php artisan vendor:publish --provider="SMartins\Cielo\CieloServiceProvider"

```

Set on your `.env` the cielo credentials:

```
CIELO_ID=981273423
CIELO_KEY=a9sj8fl4jnlsjfis90js0afja0sdJASDOF90ja
CIELO_ENV=sandbox

```

The values accepted on `CIELO_ENV` are `sandbox` and `production`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/090bb1ed9dd85b5b6d8c63f1f01eff2b3cc8632975c767bae02fc0b8ff3c2fdd?d=identicon)[sam.martins.dev](/maintainers/sam.martins.dev)

---

Top Contributors

[![sfelix-martins](https://avatars.githubusercontent.com/u/22901624?v=4)](https://github.com/sfelix-martins "sfelix-martins (5 commits)")

### Embed Badge

![Health badge](/badges/smartins-cielo-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/smartins-cielo-laravel/health.svg)](https://phpackages.com/packages/smartins-cielo-laravel)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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