Qubus

Qubus

CodefyPHP contains several Qubus Components. Their integration and use is documented here.

Logger

CodefyPHP includes the qubus/log component that is PSR-3 compliant.

Written by Joshua
August 14, 2024

Mailer

With Mailer, you can send emails from anywhere in your application.

Written by Joshua
August 14, 2024

Routing

A powerful and fast PHP router for PSR-7/PSR-15 messages.

Written by Joshua
August 14, 2024

Event Dispatcher

Create custom events and listeners that allows components in your project to react if something occurs.

Written by Joshua
August 14, 2024

Database

CodefyPHP comes with two database instances. One is an ORM Query Builder and the other is a Dbal Query Builder.

Written by Joshua
August 14, 2024

Migrations

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.

Written by Joshua
August 14, 2024

Filesystem

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...

Written by Joshua
August 14, 2024