InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Aphiria Alternatives
Similar projects and alternatives to aphiria
-
RoadRunner
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
symfony-docker
A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`.
-
-
-
-
Workerman
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
atto-php
AttoPHP is a tool based on the builder pattern to configure, route and render a website in no time.
-
-
fatfree
A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
aphiria discussion
aphiria reviews and mentions
- Another question about preferred MVC frameworks that are not Laravel or Symfony
-
Looking for an open source minimalistic framework that handles Routing, MVC and Database communication
Aphiria: https://www.aphiria.com/
-
What would you use for simple PHP app with few routes and http client?
I’ve been wanting a project just like this so I can finally try Aphiria! Very well done project, definitely worth a look.
-
Any recommended light weigh u-MVC for single app/limited users' app.
Aphiria is a fav of mine - lesser know but being a fresh take since PHP 8 it has some opportunities that older frameworks never did.
-
What are the more unknown frameworks you ever used?
I haven't promoted it much because it's still in alpha testing, but my framework Aphiria.
-
Symfony vs Laravel: Choosing The Right PHP Framework
Compare output from Laravel to a framework that's not bed-ridden with overuse of Reflection, like Aphiria and see the result for yourself.
-
Laravel Origins: The Documentary
One of the promising frameworks I noticed is https://www.aphiria.com/ in case someone is interested to try out something different, something that's not full of evangelists who are wolves in sheep clothing.
-
Introducing MixerAPI, a project for streamlining RESTful API development
Those are some of the things I sought to solve with MixerAPI. This is another project which saw the same shortcomings as I did, https://www.aphiria.com/, I just didn't think it made sense to build a ground-up framework to solve the problem. Use something existing, build on top, and don't mess with existing workflows in the framework. Just augment them is how I feel about things at least.
-
Exotic/unknown frameworks?
Author of Aphiria here. The base controller just provides a few properties and helper methods. If that's too much coupling for you, it supports POPOs as controllers too.
-
Is any one actually using PHP generators in their projects?
I use them as a micro-optimization in my router. Whenever I find a potential matching route, I yield return it and check it against constraints, eg does the HTTP verb match. This way, I don't have to grab all potential route matches prior to checking constraints.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 May 2025
Stats
aphiria/aphiria is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of aphiria is PHP.