```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](http://php.net/manual/en/class.splfileobject.php)). To make it easier and generic, all methods are static. Setup ---- > ### 1. Include the autoloader ```php ### 2. Load the `FileDriver` class ```php