2017 © Pedro Peláez
 

library cielo-laravel

Project to use API Cielo Php Sdk with Laravel Framework

image

smartins/cielo-laravel

Project to use API Cielo Php Sdk with Laravel Framework

  • Monday, December 11, 2017
  • by sam.martins.dev
  • Repository
  • 0 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

Cielo 3.0 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;., (*1)

To see the methods available on package go to Cielo Sdk Docs., (*2)

Install

To install via composer run:, (*3)

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:, (*4)

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

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

Publish the config/cielo.php file:, (*5)

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

Set on your .env the cielo credentials:, (*6)

CIELO_ID=981273423
CIELO_KEY=a9sj8fl4jnlsjfis90js0afja0sdJASDOF90ja
CIELO_ENV=sandbox

The values accepted on CIELO_ENV are sandbox and production, (*7)

The Versions

11/12 2017

dev-master

9999999-dev

Project to use API Cielo Php Sdk with Laravel Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Samuel Martins

laravel api gateway e-commerce cielo