iquety/application

Libraries to create a decoupled application

Maintainers

Package info

github.com/iquety/application

Type:tool

pkg:composer/iquety/application

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 5

v3.1.0 2026-03-13 20:33 UTC

This package is auto-updated.

Last update: 2026-03-17 17:12:30 UTC


README

GitHub Release PHP Version License Codacy Badge Codacy Badge

English Português

Synopsis

Iquety Application is a library for creating modular applications using MVC, FrontController and Hexagonal Architecture (Ports and Adapters) architectural patterns.

composer require iquety/application

About the Application

  • Separation of concerns, using bootable modules;
  • Extremely flexible dependencies, using Hexagonal architecture (Ports and Adapters);
  • Multiple mechanisms to manage user inputs (MVC, FrontController or Console);
  • Publish/Subscribe pattern for event-based architecture.

About each Module

  • May have the most appropriate mechanism (MVC, FrontController or Console);
  • You can define your own routes;
  • You can define your own dependencies;
  • Its dependencies are only manufactured if a module route is accessed;
  • The invocation of web actions (Controller/Command) is done using Inversion of Control.

For detailed information, see Documentation Summary.

Library Features

  • Coded with good practices and maximum quality;
  • Well documented and friendly to IDEs;
  • Made with TDD (Test Driven Development);
  • Implemented with unit tests using PHPUnit;
  • Made with ❤️ & ☕.

Credits

Ricardo Pereira Dias