laradic / filesystem
Filesystem library based on Laravel and Symfony with a lot of extras. Provides a lot of extra functionality like recusive globbing (globstar `**`), Temporary file/dir, extra helpers, etc
1.0.0
2016-08-14 00:04 UTC
Requires
- php: >=5.5.9
- illuminate/filesystem: >=5.0.0 <5.3.0
- laradic/support: ~1.0
- symfony/filesystem: ~2.8|~3.0
Requires (Dev)
- laradic/phing: ~1.0
- laradic/testing: ~1.0
This package is not auto-updated.
Last update: 2024-10-26 19:53:49 UTC
README
Filesystem library based on Laravel and Symfony with a lot of extras. Provides a lot of extra functionality like recusive globbing (globstar **
), Temporary file/dir, extra helpers, etc
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
Quick Installation
Begin by installing the package through Composer.
composer require laradic/filesytem=~1.0
Documentation
Go to Laradic documentation