Skip to content

artkonekt/resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Resources for PHP

Tests Packagist Stable Version Packagist downloads StyleCI MIT Software License

API Resources

When building an HTTP based API, you often need a transformation layer that sits between your models and the JSON (or XML, etc) responses that are actually returned to API consumers.

The API resource classes allow you to transform your models into HTTP Responses (JSON, XML, etc).

This project was inspired by the Laravel API Resources concept. The goal is to make this approach available in non-Laravel applications as well.

Installation

using composer: composer require konekt/resource

Documentation

For detailed usage and examples go to the Resource Documentation or refer to the markdown files in the docs/ folder of this repo.

For the list of changes read the Changelog.

Framework Integrations

Symfony

Phalcon