Download the PHP package iquety/application without Composer
On this page you can find all versions of the php package iquety/application. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iquety/application
More information about iquety/application
Files in iquety/application
Download iquety/application
More information about iquety/application
Files in iquety/application
Vendor iquety
Package application
Short Description Libraries to create a decoupled application
License MIT
Package application
Short Description Libraries to create a decoupled application
License MIT
Please rate this library. Is it a good library?
Informations about the package application
Iquety Application
English | Português |
---|
Synopsis
Iquety Application is a library for creating modular applications using MVC, FrontController and Hexagonal Architecture (Ports and Adapters) architectural patterns.
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
- Made for PHP 8.3 or higher;
- 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 :heart: & :coffee:.
Credits
All versions of application with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3.0
guzzlehttp/guzzle Version ^7.5
iquety/console Version *
iquety/http Version ^1.0
iquety/injection Version dev-main
iquety/pubsub Version dev-main
iquety/routing Version dev-main
laminas/laminas-diactoros Version ^2.17
nyholm/psr7 Version ^1.5
nyholm/psr7-server Version ^1.0
psr/container Version ^2.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
symfony/http-foundation Version ^6.0
guzzlehttp/guzzle Version ^7.5
iquety/console Version *
iquety/http Version ^1.0
iquety/injection Version dev-main
iquety/pubsub Version dev-main
iquety/routing Version dev-main
laminas/laminas-diactoros Version ^2.17
nyholm/psr7 Version ^1.5
nyholm/psr7-server Version ^1.0
psr/container Version ^2.0
psr/http-factory Version ^1.0
psr/http-message Version ^1.0
symfony/http-foundation Version ^6.0
The package iquety/application contains the following files
Loading the files please wait ....