PHPackages                             webdevcave/directory-crawler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. webdevcave/directory-crawler

ActiveLibrary

webdevcave/directory-crawler
============================

Directory Crawler PHP is a simple PHP library for recursively crawling through directories and listing files and directories.

v1.1(1y ago)0191MITPHPPHP &gt;=8.1

Since Jun 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/WebdevCave/directory-crawler-php)[ Packagist](https://packagist.org/packages/webdevcave/directory-crawler)[ RSS](/packages/webdevcave-directory-crawler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

Directory Crawler
=================

[](#directory-crawler)

[![StyleCi](https://camo.githubusercontent.com/a57098fb338bef20f715fef318f7106762f63b6a7c7f8274bac9eec3d79d03af/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3831373035303736312f736869656c64)](https://camo.githubusercontent.com/a57098fb338bef20f715fef318f7106762f63b6a7c7f8274bac9eec3d79d03af/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3831373035303736312f736869656c64)[![Latest Stable Version](https://camo.githubusercontent.com/9f0907d27fa1de03ac3df2c91c27ebe47726e69eb301e9accade9e7f36a83070/68747470733a2f2f706f7365722e707567782e6f72672f776562646576636176652f6469726563746f72792d637261776c65722f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/webdevcave/directory-crawler)[![Latest Unstable Version](https://camo.githubusercontent.com/664f694b1c15acbc2517cf199307ee7758fa88d3000a93ef811f7893e3e7f48f/68747470733a2f2f706f7365722e707567782e6f72672f776562646576636176652f6469726563746f72792d637261776c65722f762f756e737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/webdevcave/directory-crawler)[![Total Downloads](https://camo.githubusercontent.com/68a1993955ee9fc60742be5c8f7854299c42767b725fcbcec3d1eed7ecb9d782/68747470733a2f2f706f7365722e707567782e6f72672f776562646576636176652f6469726563746f72792d637261776c65722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/webdevcave/directory-crawler)[![License](https://camo.githubusercontent.com/7fe35cfe2e1aca1b5d2a2b3b22c311a8f39d21d3506c6493ea44a072a0c57b47/68747470733a2f2f706f7365722e707567782e6f72672f776562646576636176652f6469726563746f72792d637261776c65722f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/webdevcave/directory-crawler)

Directory Crawler PHP is a simple PHP library for recursively crawling through directories and listing files and directories.

Features
--------

[](#features)

- Recursively crawls through a specified directory.
- Retrieves a list of files and directories within the specified directory.
- Retrieves a list of classes inside the repository (PSR4 structured repositories).

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require webdevcave/directory-crawler-php
```

Usage
-----

[](#usage)

```
