PHPackages                             josimarcamilo/laravel-core - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. josimarcamilo/laravel-core

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

josimarcamilo/laravel-core
==========================

Utilidades para laravel

018PHP

Since Mar 17Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Como utilizar
=============

[](#como-utilizar)

Você precisará de uma tabela chamada 'users' em seu banco de dados.

routes/api.php
--------------

[](#routesapiphp)

```
use JosimarCamilo\LaravelCore\Controllers\UserController;

Route::post('/users', [UserController::class, 'store']);
Route::post('/users/token', [UserController::class, 'storeToken']);
```

Requests e responses
--------------------

[](#requests-e-responses)

Create user `/api/users`

```
{
	"name": "Josimar",
	"email": "josimar3@gmail.com",
	"password":"qwer1234",
	"token_name": "token"
}
```

Response

```
{
	"name": "Josimar",
	"email": "josimar3@gmail.com",
	"updated_at": "2022-09-08T20:43:25.000000Z",
	"created_at": "2022-09-08T20:43:25.000000Z"
}
```

Create token `/api/users/token`

```
{
	"email": "josimar3@gmail.com",
	"password": "qwer1234",
	"token_name": "token"
}
```

Response

```
{
	"token": "3|6O6uIKCXqHJovAVeE2GzrOT1hLoYYOXRImK1fHrj"
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

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/3728a1a460a92ce9c43a427aec448b170780da504c67c57d3ba4c6aaeb6df69f?d=identicon)[josimarifmg](/maintainers/josimarifmg)

---

Top Contributors

[![josimarcamilo](https://avatars.githubusercontent.com/u/48796118?v=4)](https://github.com/josimarcamilo "josimarcamilo (16 commits)")

### Embed Badge

![Health badge](/badges/josimarcamilo-laravel-core/health.svg)

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

###  Alternatives

[trustpilot/module-reviews

The Trustpilot Review extension makes it simple and easy for merchants to collect reviews from their customers to power their marketing efforts, increase sales conversion, build their online reputation and draw business insights.

11946.9k](/packages/trustpilot-module-reviews)

PHPackages © 2026

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