PHPackages                             alive2212/laravel-smart-restful - 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. alive2212/laravel-smart-restful

ActiveLibrary[API Development](/categories/api)

alive2212/laravel-smart-restful
===============================

Laravel Smart Restful

v4.1.15(1y ago)64302[1 issues](https://github.com/Alive2212/LaravelSmartRestful/issues)4MITPHPPHP &gt;=7CI failing

Since Jun 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Alive2212/LaravelSmartRestful)[ Packagist](https://packagist.org/packages/alive2212/laravel-smart-restful)[ Docs](https://github.com/Alive2212/LaravelSmartRestful)[ RSS](/packages/alive2212-laravel-smart-restful/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (18)Versions (66)Used By (4)

LaravelSmartRestful
===================

[](#laravelsmartrestful)

[![Latest Version on Packagist](https://camo.githubusercontent.com/89800be8ad250052eaabda4a5d692be80dabbe6ad78783d88bd1b7892ce1d24d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f416c697665323231322f4c61726176656c536d6172745265737466756c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Alive2212/LaravelSmartRestful)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/d740e46c0a51380f7bb6a998ee7dd1b9dead394b465a11de92558ff44fddfb3b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f416c697665323231322f4c61726176656c536d6172745265737466756c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Alive2212/LaravelSmartRestful)[![Coverage Status](https://camo.githubusercontent.com/d6bacd5db3027f352f926c6cd33c2a84e871cb8680a4d21d52492d39bf70695b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f416c697665323231322f4c61726176656c536d6172745265737466756c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Alive2212/LaravelSmartRestful/code-structure)[![Quality Score](https://camo.githubusercontent.com/fd7ea58bdb844dd2afa94cd8b906ee79d7424c6feba336ab1328b33babcfa606/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f416c697665323231322f4c61726176656c536d6172745265737466756c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Alive2212/LaravelSmartRestful)[![Total Downloads](https://camo.githubusercontent.com/7ff23e6821d1b09348661bdfa544cf5b528a3496f4f314b32ee8f1b59752270b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f416c697665323231322f4c61726176656c536d6172745265737466756c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Alive2212/LaravelSmartRestful)

This is CRUD package for create some wonderful thing quickly.

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

```
bin/
config/
src/
tests/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require alive2212/laravel-smart-restful
```

install language

```
$ php artisan vendor:publish --tag=laravel_smart_restful.lang
```

### Laravel

[](#laravel)

### Lumen

[](#lumen)

after install put following into bootstrap\\app.php

```
$app->instance('path.config', app()->basePath() . DIRECTORY_SEPARATOR . 'config');
$app->instance('path.storage', app()->basePath() . DIRECTORY_SEPARATOR . 'storage');
$app->register(Laravel\Scout\ScoutServiceProvider::class);
$app->configure('scout');
```

Usage
-----

[](#usage)

```
$skeleton = new Alive2212\LaravelSmartRestful();
echo $skeleton->echoPhrase('Hello, League!');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Babak Nodoust](https://github.com/https://github.com/Alive2212)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 92.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.

###  Release Activity

Cadence

Every ~36 days

Recently: every ~222 days

Total

65

Last Release

580d ago

Major Versions

v1.0.37 → v2.0.02020-01-16

v2.0.3 → v3.0.02020-04-02

v3.0.3 → v4.0.02020-10-03

PHP version history (5 changes)v1.0.0PHP ~5.6|~7.0

v2.0.1PHP ~5.6|~7

v4.0.0PHP ~5.6|~7|~8

v4.1.8PHP ~7|~8

v4.1.12PHP &gt;=7

### Community

Maintainers

![](https://www.gravatar.com/avatar/096cb0a90e1515fd7369bc03f9c36ce1cd55b64c3ac777400ea3997c28de83cc?d=identicon)[Alive2212](/maintainers/Alive2212)

---

Top Contributors

[![Alive2212](https://avatars.githubusercontent.com/u/5178290?v=4)](https://github.com/Alive2212 "Alive2212 (72 commits)")[![babaknodoust](https://avatars.githubusercontent.com/u/197913734?v=4)](https://github.com/babaknodoust "babaknodoust (3 commits)")[![BobNoe777](https://avatars.githubusercontent.com/u/120102865?v=4)](https://github.com/BobNoe777 "BobNoe777 (3 commits)")

---

Tags

Alive2212LaravelSmartRestful

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/alive2212-laravel-smart-restful/health.svg)

```
[![Health](https://phpackages.com/badges/alive2212-laravel-smart-restful/health.svg)](https://phpackages.com/packages/alive2212-laravel-smart-restful)
```

###  Alternatives

[james2doyle/laravel-scout-sonic

Sonic driver for Laravel Scout.

543.0k](/packages/james2doyle-laravel-scout-sonic)[lingxi/ali-opensearch-sdk

364.5k](/packages/lingxi-ali-opensearch-sdk)

PHPackages © 2026

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