Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huttopia/composer-autoload-infos
https://github.com/huttopia/composer-autoload-infos
composer php php7 symfony
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/huttopia/composer-autoload-infos
- Owner: Huttopia
- Created: 2017-07-20T12:45:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T16:23:12.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T03:15:50.313Z (2 months ago)
- Topics: composer, php, php7, symfony
- Language: PHP
- Size: 67.4 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://github.com/huttopia/composer-autoload-stats)
[![symfony](https://img.shields.io/badge/composer/composer-^1.0-blue.svg)](https://getcomposer.org)
![Lines](https://img.shields.io/badge/code%20lines-456-green.svg)
![Total Downloads](https://poser.pugx.org/huttopia/composer-autoload-stats/downloads)# Composer autoload stats
All you need to know about autoload with Composer, in a single file, without any dependency.
# Installation
Just copy [composer_stats.php](composer_stats.php) in your public directory, and open it (exemple : http://localhost/composer_stats.php).
Of course, you can add it to your project, if you want :
```bash
composer require huttopia/composer-autoload-stats ^1.0
```# Screenshots
![Configuration](config1.jpg)
![Configuration](config2.jpg)
![Statistics](stats.jpg)