LaravelPackages.net
Acme Inc.
Toggle sidebar
patrikap/apiator

Service designed to help when working with REST JSON API

5
0
1.1.3
About patrikap/apiator

patrikap/apiator is a Laravel package for service designed to help when working with rest json api. It currently has 0 GitHub stars and 5 downloads on Packagist (latest version 1.1.3). Install it with composer require patrikap/apiator. Discover more Laravel packages by patrikap or browse all Laravel packages to compare alternatives.

Last updated

Apiator

Service designed to help when working with REST JSON API:

  • converts API responses to a single format
  • logs requests and responses (without delaying the response to the client)

Because logging called after a response sent to the client, this work is very fast.

To be continue...

  • add logging implementation
  • separation into interfaces ("request logger" and "response logger")
  • add request and response logging formatters
  • correct finding version response
  • add some loggers
    • in file
    • in db
    • in LogStash
  • add tests

Changelog

Please see CHANGELOG for more information what has changed recently.

Authors

Acknowledgments

Licence

MIT, please see LICENCE for more information.

Designed by PHP with ♥

Comments