-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.md
executable file
·43 lines (27 loc) · 1.63 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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)