Download the PHP package m4ffucci/mikro without Composer
On this page you can find all versions of the php package m4ffucci/mikro. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download m4ffucci/mikro
More information about m4ffucci/mikro
Files in m4ffucci/mikro
Package mikro
Short Description A PHP microservice ready for implementation
License MIT
Rated 5.00 based on 1 reviews
Informations about the package mikro
mikro
A PHP microservice ready for implementation
Mikro is a package written in PHP designed for developers coming from the lamp stack,
Mikro is a ready-to-use architecture, perfect for the realization of any microservice. The ecosystem is based on 3 types of entrances:
- HTTP input ( Http Request )
- AMQP entrance ( Eventi Amqp )
- CLI input ( Comandi script bash / terminal )
A structured routing system allows a Mikro to find the perfect controller implementation for each type of request. A recognition key system allows the developer to create controllers and consumable modules via REST FULL API with minimal effort.
Installation
It is recommended to install the Mikro dependency through composer as below.
$ composer require m4ffucci/mikro
Requests?
The documentation is being drafted, for information and / or news you can write to me at [email protected]
Dev
By installing the DEV dependencies you can check the PSR12 encoding standard as well:
$ ./vendor/bin/phpcs --standard=PSR12 ./src
Or you can run the auto-fix like this:
$ ./vendor/bin/phpcbf --standard=PSR12 ./src
All versions of mikro with dependencies
haydenpierce/class-finder Version ^0.4.3
willdurand/hateoas Version ^3.7
symfony/yaml Version ^5.4
firebase/php-jwt Version ^6.2