Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 866 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 866 Bytes

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.