https://github.com/pmvc-plugin/file_list
https://github.com/pmvc-plugin/file_list
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmvc-plugin/file_list
- Owner: pmvc-plugin
- Created: 2015-04-25T13:38:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T10:21:21.000Z (over 4 years ago)
- Last Synced: 2025-03-21T21:44:36.360Z (about 1 year ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/file_list)
[](https://packagist.org/packages/pmvc-plugin/file_list)
[](https://circleci.com/gh/pmvc-plugin/file_list/tree/master)
[](https://packagist.org/packages/pmvc-plugin/file_list)
[](https://packagist.org/packages/pmvc-plugin/file_list)
# PMVC file list lib
Easy let you quick get a file list from a specific folder
## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php
### 2. Install by composer.json or use command-line directly
#### 2.1 Install by composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/file_list": "dev-master"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/file_list