outrightvision/api-model

Generate Laravel-like Api Models

Installs: 101 985

Dependents: 6

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 6

pkg:composer/outrightvision/api-model

v1.0.29 2025-03-05 09:33 UTC

README

Latest Stable Version Total Downloads Build Status codecov

Laravel-like Api Models

This library allows you to cast any API response (or any array) into Laravel-like Models.

Disclaimer

The library is still under development, feel free to open pull requests or suggest any changes.

Installation

  1. Add to your composer file with: composer require outrightvision/api-model
  2. Ready to use.