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.
- Host: GitHub
- URL: https://github.com/alexdodonov/mezon
- Owner: alexdodonov
- Created: 2016-03-04T11:38:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T12:01:38.000Z (over 3 years ago)
- Last Synced: 2025-07-30T06:42:09.045Z (8 months ago)
- Topics: crud, crud-api, framework, microservices, mvp, mvp-architecture, mvp-pattern, rest, rest-api, restful-api, router, services, soa
- Language: PHP
- Homepage: https://twitter.com/mezonphp
- Size: 15 MB
- Stars: 42
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mezon PHP Framework
[](https://opencollective.com/mezon-router) [](https://travis-ci.com/alexdodonov/mezon) [](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)