Skip to content

Commit

Permalink
some visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Apr 21, 2022
1 parent eee1d7b commit d4a77e9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Laravel XHProf
<p align="center"><img src="https://i.imgur.com/nsWZks5.png" alt="Logo Laravel XHProf"></p>

<p align="center">
<a href="https://packagist.org/packages/sairahcaz/laravel-xhprof"><img src="https://img.shields.io/packagist/dt/sairahcaz/laravel-xhprof" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/sairahcaz/laravel-xhprof"><img src="https://img.shields.io/packagist/v/sairahcaz/laravel-xhprof" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/sairahcaz/laravel-xhprof"><img src="https://img.shields.io/packagist/l/sairahcaz/laravel-xhprof" alt="License"></a>
</p>

<!--
#Laravel XHProf
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Build Status][ico-travis]][link-travis]
<!--[![StyleCI][ico-styleci]][link-styleci]-->
-->

## Introduction

This package provides you with a simple setup to profile your laravel application
Laravel XHProf provides you with a simple setup to profile your laravel application
with the well known XHProf php extension originally developed by facebook.
It also leads you through the steps to install XHProf UI, a UI to visualize, save and analyze the results
of the profiling.
Expand Down

0 comments on commit d4a77e9

Please sign in to comment.