CristalTeam / php-api-wrapper

:rainbow: Work with APIs like with Laravel Eloquent or Doctrine (no longer a dream)
MIT License
118 stars 32 forks source link

[Symfony] Add API calls to profiler #5

Open TZK- opened 4 years ago

TZK- commented 4 years ago

There is a decorator used to inject API calls (endpoints, HTTP data & response time) in the laravel debugbar.

We can implement such a feature in Symfony thanks to the Profiler via DataCollectors