PHPackages                             sanmark/laravel-standard-json-responses - 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. sanmark/laravel-standard-json-responses

ActiveLibrary[API Development](/categories/api)

sanmark/laravel-standard-json-responses
=======================================

Library for preparing standardized JSON responses for REST APIs.

v1.5.0(5y ago)02.2k[1 issues](https://github.com/sanmark/laravel-standard-json-responses/issues)MITPHPCI failing

Since Mar 5Pushed 5y ago3 watchersCompare

[ Source](https://github.com/sanmark/laravel-standard-json-responses)[ Packagist](https://packagist.org/packages/sanmark/laravel-standard-json-responses)[ RSS](/packages/sanmark-laravel-standard-json-responses/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

Sanmark Laravel Standard JSON Responses
=======================================

[](#sanmark-laravel-standard-json-responses)

Development Guide
-----------------

[](#development-guide)

1 - Create a Laravel application. We'll refer to this as the "Scaffolding Laravel Application" (SLA).

2 - In SLA's root, create directory `packages/sanmark`.

3 - Clone this repository into that directory.

4 - To the SLA's `composer.json` file's `autoload.psr-4` section, add the following:

```
"Sanmark\\LaravelStandardJsonResponses\\": "packages/sanmark/laravel-standard-json-responses/src"

```

5 - To the SLA's `config/app.php` file's `providers` section, add the following:

```
Sanmark\LaravelStandardJsonResponses\LaravelStandardJsonResponsesServiceProvider::class,

```

6 - Setup PHP CS Fixer.

- Install Composer package `friendsofphp/php-cs-fixer` on SLA.
- Create a symlink to the `.php_cs.dist` file in the SLA's root.
- To run PHP CS Fixer, issue the command `./vendor/bin/php-cs-fixer fix` from SLA's root.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Recently: every ~146 days

Total

6

Last Release

1897d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/451634?v=4)[Supun Budhajeewa](/maintainers/budhajeewa)[@budhajeewa](https://github.com/budhajeewa)

![](https://avatars.githubusercontent.com/u/9053860?v=4)[Ranga Lakshitha](/maintainers/jwranga)[@jwranga](https://github.com/jwranga)

### Embed Badge

![Health badge](/badges/sanmark-laravel-standard-json-responses/health.svg)

```
[![Health](https://phpackages.com/badges/sanmark-laravel-standard-json-responses/health.svg)](https://phpackages.com/packages/sanmark-laravel-standard-json-responses)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M127](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M61](/packages/knuckleswtf-scribe)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[justbetter/laravel-magento-client

A client to interact with Magento

49108.7k14](/packages/justbetter-laravel-magento-client)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.5k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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