mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2025-02-17 15:45:13 -05:00
Added PHP toolkits: API Platform, Phalcon and Silex
This commit is contained in:
parent
081d08b9f2
commit
df086e37ee
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Java VM](#java-vm)
|
||||
- [Node.js](#nodejs)
|
||||
- [Perl](#perl)
|
||||
- [PHP](#php)
|
||||
- [Python](#python)
|
||||
- [Ruby](#ruby)
|
||||
- [Capabilities](#capabilities)
|
||||
|
@ -210,6 +211,12 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
|
||||
- [Mojolicious](http://mojolicio.us/) - Next generation web framework for Perl.
|
||||
|
||||
### PHP
|
||||
|
||||
- [API Platform](https://api-platform.com/) - API-first web framework on top of Symfony with JSON-LD, Schema.org and Hydra support.
|
||||
- [Phalcon](https://phalconphp.com/) - Full-stack PHP framework delivered as a C-extension.
|
||||
- [Silex](http://silex.sensiolabs.org/) - Micro-framework based on the Symfony components.
|
||||
|
||||
### Python
|
||||
|
||||
- [Flask](http://flask.pocoo.org/) - Python framework for microservices based on Werkzeug and Jinja 2.
|
||||
|
|
Loading…
Add table
Reference in a new issue