```yaml module: filedriver version: 1.0 requires: null ``` Overview ---- ##### 1. Introduction The `filedriver` package allows you to **create**, **read** and **write** files easily and with optimization (cf. SplFileObject). To make it easier and generic, all methods are static. Setup ---- > 1. Include the autoloader ```php 2. Load the `FileDriver` class ```php ```php ```php ```php ```php ```php