zephia/laravel-la-voz
Laravel wrapper for the La Voz Feed Generator package
490
| Install | |
|---|---|
composer require zephia/laravel-la-voz |
|
| Latest Version: | v1.0.0 |
| License: | MIT |
| Last Updated: | Dec 17, 2016 |
| Links: | GitHub · Packagist |
Maintainer: mauro-moreno
Laravel La Voz
This package is a wrapper of La Voz Feed Generator package PHP Class for Laravel Framework.
Installation
Using composer
$ composer require zephia/laravel-la-voz
// config/app.php
<?php
return [
'providers' => [
// ...
Zephia\LaravelLaVoz\Provider\LaravelLaVozServiceProvider::class
// ...
]
];
Usage
<?php
$adBag = new \Zephia\LaVozFeed\Entity\AdBag();
app('la-voz')->generate($adBag);
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
610,259,779
9,704