simplenotezy/laravel-economic

A e-conomic wrapper for Laravel
776
Install
composer require simplenotezy/laravel-economic
PHP:>=5.5.9
License:MIT
Last Updated:Oct 3, 2017
Links: GitHub  ·  Packagist
Maintainer: simplenotezy

e-conomic Wrapper for Laravel 5

A Laravel wrapper based on xown/economic-soap-php-client

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.

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

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

Simplenotezy\LaravelEconomic\ServiceProvider::class,

You can optionally use the facade. Add this to your facades:

'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

Related Packages

lasserafn/laravel-economic

Economic REST wrapper for Laravel

20,100 11
ngodasamuel/accounting

Laravel Accounting Journals for Eloquent Models

58 3
langleyfoxall/xero-laravel

💸 Access the Xero accounting system using an Eloquent-like syntax

245,301 86
deseco/economic

Laravel wrapper for e-conomic soap api.

992 1