2017 © Pedro Peláez
 

library laravel-economic

A e-conomic wrapper for Laravel

image

simplenotezy/laravel-economic

A e-conomic wrapper for Laravel

  • Wednesday, November 30, 2016
  • by simplenotezy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 771 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

e-conomic Wrapper for Laravel 5

A Laravel wrapper based on xown/economic-soap-php-client, (*1)

Installation

Laravel 5.x:

Require this package in your composer.json and update composer. This will download the package and the e-conomic + fontlib libraries also., (*2)

"simplenotezy/laravel-e-conomic": "dev-master"

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*3)

Simplenotezy\LaravelEconomic\ServiceProvider::class,

You can optionally use the facade. Add this to your facades:, (*4)

'Economic' => Simplenotezy\LaravelEconomic\Facade::class,

Using

    /**
     * Tests
     */

        Route::get('/', function() {
            dd(Economic::getEconomic());
        });

License

This e-conomic Wrapper for Laravel is open-sourced software licensed under the MIT license, (*5)

The Versions

30/11 2016

dev-master

9999999-dev

A e-conomic wrapper for Laravel

  Sources   Download

MIT

The Requires

 

by Mattias Fjellvang

laravel accounting economic e-conomic