An open API service indexing awesome lists of open source software.

https://github.com/alexdodonov/mezon

Mezon is a simple php framework wich will help you to create business applications.
https://github.com/alexdodonov/mezon

crud crud-api framework microservices mvp mvp-architecture mvp-pattern rest rest-api restful-api router services soa

Last synced: 8 months ago
JSON representation

Mezon is a simple php framework wich will help you to create business applications.

Awesome Lists containing this project

README

          

# Mezon PHP Framework
[![Open Collective](https://img.shields.io/badge/Open%20Collective-sponsor-7eadf1?logo=open%20collective&logoColor=7eadf1&labelColor=555555)](https://opencollective.com/mezon-router) [![Build Status](https://travis-ci.com/alexdodonov/mezon.svg?branch=master)](https://travis-ci.com/alexdodonov/mezon) [![codecov](https://codecov.io/gh/alexdodonov/mezon/branch/master/graph/badge.svg)](https://codecov.io/gh/alexdodonov/mezon)

## Description

Free PHP framework for creating
- web applications
- microservices
- prototypes

## Installation

Just type

```
composer require mezon/mezon
```

And you will install all framework's packages. But if you need exact package - then see instructions for each one. All main packages are listed below.

## FAQ

Use [this service](https://stackoverflow.com/questions/tagged/mezon) for asking questions

## Packages

- [Application](https://github.com/alexdodonov/mezon-application#base-application-class--)
- [Router](https://github.com/alexdodonov/mezon-router#routing--)
- [Service](https://github.com/alexdodonov/mezon-service#set-of-classes-for-creating-microservices--)
- [CRUD Service](https://github.com/alexdodonov/mezon-crud-service#set-of-classes-for-creating-crud-services--)
- [Social Media integrations](https://github.com/alexdodonov/mezon-social-network#set-of-classes-for-working-with-social-media)
- [Cache](https://github.com/alexdodonov/mezon-cache)

# Learn more

More information can be found here:

[Twitter](https://twitter.com/mezonphp)

[dev.to](https://dev.to/alexdodonov)

[Slack](https://join.slack.com/t/mezon-framework/signup?x=x-p1148081653955-1171709616688-1154057706548)