Filesystem
Description
This library intent to offer a OOP respectful filesystem solution for WordPress.
Install
to install this library execute the following command: composer require wp-launchpad/filesystem-take-off
Structure
This library offer you an implementation of each filesystem option present on Wordpress.
Tests
To test with this module you can use the container to swap the item with the mock class.
For that you will have to wire manually the class and share it. By doing so every instances returned by the container will be the same.
Last updated