framework-x
020-end-to-end
framework-x | 020-end-to-end | |
---|---|---|
14 | 1 | |
847 | 3 | |
- | - | |
6.3 | 0.0 | |
4 months ago | over 1 year ago | |
PHP | PHP | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
framework-x
-
Modern PHP features explained – PHP 8.0 and 8.1
Have a look at Framework X (https://framework-x.org). It's barebones, but provides routing and basic request/response handling to build your own stuff upon. It's based on ReactPHP so you can use it as standalone service or use it in shared hosting with FPM, whichever suits you.
-
I like the PHP constant RAM characteristics under a load but struggle to find a semi-decent req/s PHP framework/library for API backends
Using FrameworkX default hello world example I get 12.4K req/s on my M1. FrameworkX is using ReactPHP. Unless I'm reading activity monitor wrong it's ~10MB idle and 12,5 MB max.
-
Do I need Laravel for an HTTP API project? If so, why?
There are many micro-frameworks available like Slim, Mezzio(with Swoole may be), or if you are into async then you can also try Framework X(from core maintainer of ReactPHP). This frameworks have small footprints compare to Laravel, Symfony, etc. Yes, you can't get things like authentication, routing and other out of the box but they can easily be installed and configured to be used.
-
What have fibers been used for so far?
I saw it was mentioned in the Framework X
-
What is after OPcache ?
As others have mentioned, in certain scenarios using a long-running application server (rather than mod_php/php-fpm) to serve requests can make sense. There are a number of extensions and libraries available that facilitate this with asynchronous code execution - Swoole has already been mentioned but you may also want to check out ReactPHP (not related to JS React, other than they stole the name) and Framework X
-
Media Streaming with ReactPHP
The Framework X is an attempt to make ReactPHP into a micro framework, but I see little mention of it.
- Framework X - Reactive Web Application Framework
-
What would you use for simple PHP app with few routes and http client?
Framework-x https://github.com/clue/framework-x
-
Anyone have production examples or prototypes you built in Swoole?
With ReactPHP, I've written a couple websocket apps. Worked pretty great for that. https://framework-x.org/ is also a pretty good place to get started for a simple HTTP microservice-type app.
-
Persistent PHP code in an API?
Yeah ReactPHP will do this. I have an event source server running and it was pretty easy (once you get the hang of using react). I had an nginx proxy in front of it for tls. Have a look at https://framework-x.org too
020-end-to-end
-
What would you use for simple PHP app with few routes and http client?
The slim Framework is really nice. Easy to use. I have a little example application here https://github.com/testingallthethings/020-end-to-end
What are some alternatives?
React - Event-driven, non-blocking I/O with PHP.
Proxy yxorP - About Web 🦄 Proxy (GUI) : The SAAS(y), Multi-tenancy, Headless, Plug & Play, Web Proxy, Guzzler - Back-end included, PHP CURL+Composer are Optional. Leveraging SAAS architecture to provide multi-tenancy, multiple threads, caching, and an article spinner service.
nano - 🧬 Nano is a zero-config, no skeleton, minimal Hyperf distribution that allows you to quickly build a Hyperf application with just a single PHP file.
harmony - Harmony Modern Slim Boilerplate with Tinker and Eloquent ORM | Read Documentation in
easyswoole - swoole,easyswoole,swoole framework
aphiria - A simple, extensible REST API framework for PHP
tsf - coroutine and Swoole based php server framework in tencent
AltoRouter - PHP routing class. Lightweight yet flexible. Supports REST, dynamic and reversed routing.
GroupCo - PHP的服务化框架。适用于Api、Http Server、Rpc Server;帮助原生PHP项目转向微服务化。出色的性能与支持高并发的协程相结合
php-ddd-example - 🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7
async - Async utilities and fibers for ReactPHP.
devilbox - A modern Docker LAMP stack and MEAN stack for local development