PHPackages                             simplenotezy/laravel-economic - 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. simplenotezy/laravel-economic

ActiveLibrary[API Development](/categories/api)

simplenotezy/laravel-economic
=============================

A e-conomic wrapper for Laravel

07762[1 PRs](https://github.com/simplenotezy/laravel-economic/pulls)PHP

Since Nov 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/simplenotezy/laravel-economic)[ Packagist](https://packagist.org/packages/simplenotezy/laravel-economic)[ RSS](/packages/simplenotezy-laravel-economic/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

e-conomic Wrapper for Laravel 5
-------------------------------

[](#e-conomic-wrapper-for-laravel-5)

A Laravel wrapper based on [xown/economic-soap-php-client](https://github.com/xown/economic-soap-php-client)

Installation
------------

[](#installation)

### Laravel 5.x:

[](#laravel-5x)

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
-----

[](#using)

```
	/**
	 * Tests
	 */

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

```

### License

[](#license)

This e-conomic Wrapper for Laravel is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf8065a0f8ce562b0fe55736d0c6b545f046df9844822a31861c853f6b10ddbf?d=identicon)[simplenotezy](/maintainers/simplenotezy)

---

Top Contributors

[![simplenotezy](https://avatars.githubusercontent.com/u/3786627?v=4)](https://github.com/simplenotezy "simplenotezy (26 commits)")[![ymantelli](https://avatars.githubusercontent.com/u/20010793?v=4)](https://github.com/ymantelli "ymantelli (1 commits)")

### Embed Badge

![Health badge](/badges/simplenotezy-laravel-economic/health.svg)

```
[![Health](https://phpackages.com/badges/simplenotezy-laravel-economic/health.svg)](https://phpackages.com/packages/simplenotezy-laravel-economic)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
