PHPackages                             pyntax/laravel-pyntax-rest-api-helper - 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. pyntax/laravel-pyntax-rest-api-helper

ActiveLibrary

pyntax/laravel-pyntax-rest-api-helper
=====================================

0.2(8y ago)213[1 issues](https://github.com/SahilDude89ss/laravel-pyntax-rest-api-helper/issues)PHP

Since Sep 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SahilDude89ss/laravel-pyntax-rest-api-helper)[ Packagist](https://packagist.org/packages/pyntax/laravel-pyntax-rest-api-helper)[ RSS](/packages/pyntax-laravel-pyntax-rest-api-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel - Pyntax API Helper
===========================

[](#laravel---pyntax-api-helper)

This library is used to automate the processing of creating REST resource with the following verbs

- GET
- POST
- PUT
- DELETE

This library will create the following routes.

- GET /api/{resource}
- GET /api/{resource}/{id}
- POST /api/{resource}
- PUT /api/{resource}/{id}
- DELETE /api/{resource}/{id}

The library will use Eloquent models out of the box to create the above functionality. We wan also turn on the cache, which can make the delivering the resource a lot faster.

Installation
============

[](#installation)

1. run `composer require "pyntax/laravel-pyntax-rest-api-helper":"dev-master"`
2. Add `\Pyntax\Providers\PyntaxApiServiceProvider::class` to config/app.php under "providers" key.
3. run `php artisan:vendor publish`
4. By default the API route for users is configured.
5. Add your more of your routes and happy coding.

License
=======

[](#license)

The Pyntax API Helper is open-sourced software licensed under the MIT license.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

3167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26b459bf15b816eca2616b4d2cda745a563ef2f097151bb97366b5c537483e15?d=identicon)[SahilDude89ss@gmail.com](/maintainers/SahilDude89ss@gmail.com)

---

Top Contributors

[![SahilDude89ss](https://avatars.githubusercontent.com/u/9151763?v=4)](https://github.com/SahilDude89ss "SahilDude89ss (3 commits)")

---

Tags

laravellaravel-5-packagephp-libraryphp7rest-apirest-api-designrest-api-helper

### Embed Badge

![Health badge](/badges/pyntax-laravel-pyntax-rest-api-helper/health.svg)

```
[![Health](https://phpackages.com/badges/pyntax-laravel-pyntax-rest-api-helper/health.svg)](https://phpackages.com/packages/pyntax-laravel-pyntax-rest-api-helper)
```

PHPackages © 2026

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