This library intent to offer a OOP respectful filesystem solution for WordPress.
to install this library execute the following command: composer require wp-launchpad/filesystem-take-off
composer require wp-launchpad/filesystem-take-off
This library offer you an implementation of each filesystem option present on Wordpress.
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 2 years ago