CodefyPHP contains several Qubus Components. Their integration and use is documented here.
CodefyPHP includes the qubus/log component that is PSR-3 compliant.
With Mailer, you can send emails from anywhere in your application.
A powerful and fast PHP router for PSR-7/PSR-15 messages.
Create custom events and listeners that allows components in your project to react if something occurs.
CodefyPHP comes with two database instances. One is an ORM Query Builder and the other is a Dbal Query Builder.
In the skeleton starter app, a config file for database migrations can be found at bootstrap/phpmig.php. Codefy Migrations is a fork of phpmig.
The filesystem is a wrapper for PHP League’s Flysystem by Frank de Jonge. The filesystem includes adapters for working with a local filesystems, SFTP, and...