outrightvision/api-model

Generate Laravel-like Api Models

Installs: 104 563

Dependents: 6

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 7

pkg:composer/outrightvision/api-model


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.