In this case, `mylib.php` is a required file and if it is not present in the directory, an error will be thrown. Both `include()` and `require()` functions are part of the PHP core library. Since these are commonly-used functions, there are no additional packages or libraries needed in order to use them.