PHPackages                             dbstudios/doze - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dbstudios/doze

ActiveLibrary

dbstudios/doze
==============

An easy to use library for building REST APIs

1.3.0(7y ago)016011GPL-3.0PHPPHP &gt;=7.1

Since Jun 4Pushed 7y agoCompare

[ Source](https://github.com/LartTyler/Doze)[ Packagist](https://packagist.org/packages/dbstudios/doze)[ RSS](/packages/dbstudios-doze/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (6)Versions (7)Used By (1)

Installation
============

[](#installation)

```
$ composer require dbstudios/doze
```

Basic Configuration
===================

[](#basic-configuration)

Doze only requires two things to function out of the box: a serializer, and a responder. For the serializer, Doze makes use of the [`symfony/serializer` package](https://packagist.org/packages/symfony/serializer). You can find more information on using it's features in their README, but a simple example can be found below.

```
