swisnl / json-api-client

A PHP package for mapping remote {json:api} resources to Eloquent like models and collections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace jenssegers/model dependency

JaZo opened this issue · comments

Detailed description

Replace jenssegers/model dependency.

Context

jenssegers/model doesn't receive much love from its maintainer. Besides, it requires illuminate/support and efforts to remove this dependency are ignored; jenssegers/model#37

Possible implementation

Pull the class into this package and maintain it ourselves.

As talked about the current PR removed the dependency, but before a 2.0 release we need to clean up the separation of Model and Item. Seems like Model should be removed.