PHPackages                             gleisonnanet/erpcore - 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. gleisonnanet/erpcore

ActiveProject

gleisonnanet/erpcore
====================

ERP brasileiro de código fonte aberto escrito sob o Laravel Framework

01PHPCI failing

Since Jan 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/gleisonnanet/erpCore)[ Packagist](https://packagist.org/packages/gleisonnanet/erpcore)[ RSS](/packages/gleisonnanet-erpcore/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

erpcore
=======

[](#erpcore)

[![Build Status](https://camo.githubusercontent.com/1d9776b6e9dca3816c9033a877808d495c47ca3d92b6d1790d82f6c471d4654f/68747470733a2f2f7472617669732d63692e6f72672f657270636f72652f636f72652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/erpcore/core)[![Latest Stable Version](https://camo.githubusercontent.com/88d24173b9f1a4c30430e509b9f20bed4a3568de4840ba73355bcba32b672424/68747470733a2f2f706f7365722e707567782e6f72672f657270636f72652f636f72652f762f737461626c65)](https://packagist.org/packages/erpcore/core) [![Total Downloads](https://camo.githubusercontent.com/8d502302341b36a74995263a0c5d2ddc07a43c1484d7550cf15cb781c06d6491/68747470733a2f2f706f7365722e707567782e6f72672f657270636f72652f636f72652f646f776e6c6f616473)](https://packagist.org/packages/erpcore/core) [![Latest Unstable Version](https://camo.githubusercontent.com/d0dd1c4923f48e58a8a14019cbb9aa3cf2341f5b3b5a04113cd99ad04697981e/68747470733a2f2f706f7365722e707567782e6f72672f657270636f72652f636f72652f762f756e737461626c65)](https://packagist.org/packages/erpcore/core) [![License](https://camo.githubusercontent.com/3788888c28bd6f28add4cfde3ee60822aa0621b2f5b19dabe87344538e601427/68747470733a2f2f706f7365722e707567782e6f72672f657270636f72652f636f72652f6c6963656e7365)](https://packagist.org/packages/erpcore/core)

ERP brasileiro de código fonte aberto escrito sob o Laravel Framework.

Instalação
==========

[](#instalação)

Adicione o núcleo do erpcore utilizando o Composer:

```
$ composer require erpcore/core
```

Registre o ServiceProvider no arquivo `app/config.php`:

```
// file START ommited
    'providers' => [
        // other providers ommited
        \erpcore\Providers\erpcoreServiceProvider::class,
    ],
// file END ommited
```

Publique os arquivos necessários para o funcionamento do núcleo:

```
$ php artisan vendor:publish
$ composer dump-auto
```

Execute os comandos para criar e popular as tabelas:

```
$ php artisan migrate
$ php artisan db:seed --class="erpcoreSeeder"
```

Template
========

[](#template)

A instalação do core não contempla o template. Você pode utilizar o template default do erpcore:

License
=======

[](#license)

The MIT License (MIT)

Copyright (c) 2015 Jansen Felipe

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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/4deaf39aa524bb7afb6c5753541d78e07150bf68eb4239de3aa2505d152db6a7?d=identicon)[gleisonnanet](/maintainers/gleisonnanet)

---

Top Contributors

[![gleisonnanet](https://avatars.githubusercontent.com/u/3974987?v=4)](https://github.com/gleisonnanet "gleisonnanet (8 commits)")

### Embed Badge

![Health badge](/badges/gleisonnanet-erpcore/health.svg)

```
[![Health](https://phpackages.com/badges/gleisonnanet-erpcore/health.svg)](https://phpackages.com/packages/gleisonnanet-erpcore)
```

PHPackages © 2026

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