PHPackages                             cazco-digital/frenet-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. [API Development](/categories/api)
4. /
5. cazco-digital/frenet-php

ActiveLibrary[API Development](/categories/api)

cazco-digital/frenet-php
========================

The easiest way to integrate your PHP application with Frenet API.

1.2.0(4y ago)04MITPHPPHP ^7.0||^8.0

Since Jan 15Pushed 4y agoCompare

[ Source](https://github.com/cazco-digital/frenet-php)[ Packagist](https://packagist.org/packages/cazco-digital/frenet-php)[ RSS](/packages/cazco-digital-frenet-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (20)Used By (0)

Frenet PHP SDK
==============

[](#frenet-php-sdk)

This is the official PHP SDK for Integration with Frenet API.

[![Build Status](https://camo.githubusercontent.com/4abf519e3086ef02928d5f95eba123596dd180f084a27d662ef74580815769fc/68747470733a2f2f7472617669732d63692e6f72672f4672656e65744761746577617964654672657465732f6672656e65742d7068702e7376673f6272616e63683d312e312d646576656c6f70)](https://travis-ci.org/FrenetGatewaydeFretes/frenet-php)[![Codacy Badge](https://camo.githubusercontent.com/0e79759a65029eb673e985e622fe7ede3e36183cb9a2b4d0e2ce59a947bf9cbe/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3537373537653866303339343437386562333237373234333862656135313738)](https://www.codacy.com/app/tiagoosampaio/Frenet-PHP?utm_source=github.com&utm_medium=referral&utm_content=tiagosampaio/Frenet-PHP&utm_campaign=Badge_Grade)[![Codacy Badge](https://camo.githubusercontent.com/cd54979e70463ec99c03cf32954fc6e729502f306bc035013a673fdc53fda11f/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f436f7665726167652f3537373537653866303339343437386562333237373234333862656135313738)](https://www.codacy.com/app/tiagoosampaio/Frenet-PHP?utm_source=github.com&utm_medium=referral&utm_content=tiagosampaio/Frenet-PHP&utm_campaign=Badge_Coverage)

### About

[](#about)

This is the official SDK (Software Development Kit) for Frenet API. This SDK is intended to help with PHP systems and Frenet API.

### Installation

[](#installation)

##### Installing using composer

[](#installing-using-composer)

To install using composer you'll need to have composer installed on your computer so you will be able to install this SDK into your project easily.

Once you have composer installed you just need to require this SDK:

```
> composer require frenet/frenet-php
```

### Usage

[](#usage)

To start using this SDK into your PHP system is really simple. Take a look in the example right below on how it's really easy to use:

```
