PHPackages                             funceme/restfull-api - 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. funceme/restfull-api

ActiveLibrary[API Development](/categories/api)

funceme/restfull-api
====================

Api restfull com implementação de authentication, authorization e cache

1.5(5y ago)19121MITPHP

Since Jul 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/thiagozaranza/funceme-api)[ Packagist](https://packagist.org/packages/funceme/restfull-api)[ RSS](/packages/funceme-restfull-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (2)Versions (29)Used By (0)

New resouce tutorial
====================

[](#new-resouce-tutorial)

1. Model\*
----------

[](#1-model)

- Create file app\\Models\\&lt;Schemma ?&gt;\\.php
    - Extends Illuminate\\Database\\Eloquent\\Model
    - Set table name
    - Define fillable and hidden fields
    - Configure relationships

2. Repository
-------------

[](#2-repository)

- Create file app\\Repositories\\&lt;Schemma ?&gt;\\Repository.php
    - Extends Funceme\\RestfullApi\\Repositories\\BaseRepository
    - Set protected property $modelClass = ::class

3. Controller
-------------

[](#3-controller)

- Create file app\\Http\\Controllers\\Rest\\&lt;Schemma ?&gt;\\Controller.php
    - Extends Funceme\\RestfullApi\\Http\\Controllers\\Controller

4. Service
----------

[](#4-service)

- Create file app\\Services\\Rest\\&lt;Schemma ?&gt;\\Service.php
    - Extends Funceme\\RestfullApi\\Services\\BaseRestService

5. Policy
---------

[](#5-policy)

- Create file app\\Policies\\Policy.php
    - Extends Funceme\\RestfullApi\\Policies\\BasePolicy

6. Register Policy
------------------

[](#6-register-policy)

- Register policy on app/Providers/AuthServiceProvider.php

7. Configure route
------------------

[](#7-configure-route)

- Configure route on file app/routes/web.php
    - Declare router as resouce under the rest group

8. Configure permissions
------------------------

[](#8-configure-permissions)

- Configure permissions on file app/config/permission.php
    - Declare permissions on respectives roles
    - Run "php artisan roles:sync" command

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~9 days

Total

28

Last Release

2070d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/353198?v=4)[Thiago Zaranza](/maintainers/thiagozaranza)[@thiagozaranza](https://github.com/thiagozaranza)

---

Top Contributors

[![thiagozaranza](https://avatars.githubusercontent.com/u/353198?v=4)](https://github.com/thiagozaranza "thiagozaranza (59 commits)")

### Embed Badge

![Health badge](/badges/funceme-restfull-api/health.svg)

```
[![Health](https://phpackages.com/badges/funceme-restfull-api/health.svg)](https://phpackages.com/packages/funceme-restfull-api)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[rupadana/filament-api-service

A simple api service for supporting filamentphp

210120.6k7](/packages/rupadana-filament-api-service)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1034.6k](/packages/stfalcon-studio-api-bundle)

PHPackages © 2026

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