emoncms
Web-app for processing, logging and visualising energy, temperature and other environmental data (by emoncms)
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things. (by laravel)
emoncms | Laravel | |
---|---|---|
8 | 411 | |
1,259 | 80,300 | |
0.5% | 1.1% | |
8.4 | 8.5 | |
about 1 month ago | 9 days ago | |
PHP | Blade | |
GNU Affero General Public License v3.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
emoncms
Posts with mentions or reviews of emoncms.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-29.
-
It ain’t much but $350 later and I’ve got my first kiln. Just excited and wanted to share!
I think I have seen others do this with some smaller dedicated timer thermocouple controllers.. but I wanted to be able to write software to do more.. like email me start/stop emails.. and the openenergy monitor emonpi gives access to emoncms.org which lets me see the kiln temps 24 hours a day from anywhere in the world.. and they have an iphone app that you can use to see the data.. so all I had to do was figure out how to publish the data to their service.. and then write a if then loop python script to check for the kiln temp at a time.. if low..turn kiln on.. if high.. turn it off.... I have dreams of a cleaner simpler script.. but no time to get it done.
- OpenEnergyMonitor – open-source monitoring for energy
- Electrical monitoring for tripping circuits?
- Has anyone installed a engery monitoring system? Last electric bill came in and it's still high even though heat hasn't been running much as previous month. House is entirely LED too. Would love to be able to monitor and have a better idea of my energy usages.
- Breaker Power Usage Sensor with local API, no cloud dependency?
-
Energy consumption monitor that actually works
Take a look at CircuitSetup.us for their EmonESP whole-house energy monitor. I got their single phase with two current transformers several months ago and it has worked perfectly. It has a web page, sends out MQTT messages and can simultaneously send out emoncms data (see emoncms.org ).
- New electrical circuit wish list
- Wireless multi-sensor energy monitoring solution
Laravel
Posts with mentions or reviews of Laravel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-19.
-
How To Use React JS In a Laravel Project
If you want to explore Laravel further, check out its official site.
-
19+ Laravel Best Practices for Developers in 2024
Laravel is a popular and respected open-source, free PHP programming language framework that is aimed at making development processes appealing without having to sacrifice quality. It uses an MVC (Model View Controller) pattern which makes the language more relatable and adaptable. It can also be regarded as a web application framework with expressive and elegant syntax that attempts to take the pain out of development by easing common tasks used in web projects and applications.
-
2025 Best PHP Micro Frameworks: Slim, Flight, Fat-Free, Lumen, and More!
Lumen sneaks into our top four as Laravel’s little sibling, designed for microservices and APIs. It’s got a minimalist vibe, but here’s the tea: it’s basically Laravel Lite, carrying some of the same heft under the hood. While it’s fast for a Laravel offshoot, its performance lags behind true micro frameworks like Flight or Slim—check the TechEmpower benchmarks for proof.
-
Laravel modular folder structure
Most people that know Laravel know the AppServiceProvider. I'm named it ModuleServiceProvider and only have the boot method. Because I'm going to use modules in the app directory I removed the Http/Controllers and Models directories. For this post I'm going to use a User module to demonstrate the folder structure.
-
How Laravel Generates Access Tokens
Access tokens are a critical part of modern web applications, especially when it comes to API authentication. Laravel, one of the most popular PHP frameworks, provides robust tools for generating and managing access tokens. Whether you're building a complex OAuth2 server or a simple token-based authentication system, Laravel has you covered with Passport and Sanctum.
-
How I Achieved a 74% Performance Increase on a Page
Our monolith is built with Laravel and Vue.js, where Vue.js powers dynamic features at the expense of performance, since it runs completely on the client-side. For performance-sensitive features, we rely on Blade (Laravel's template engine) with raw JavaScript or jQuery, resulting in a more complex and less developer-friendly approach.
-
efri, the_framework
I'm a huge fan of Laravel, but let's be real - PHP can be a pain sometimes, right? That's why I built Efri, my take on bringing Laravel's awesomeness to TypeScript.
- Learning Path for Web Development
- Best Backend Frameworks for 2025: A Developer's Guide to Making the Right Choice
-
🔥Top 3 Amazing Next.js Alternatives To Try 🫨
3. Laravel: The PHP Framework for Web Artisans
What are some alternatives?
When comparing emoncms and Laravel you can also consider the following projects:
IoTaWatt - IoTaWatt Open WiFi Electric Energy Monitor
Spiral Framework - High-Performance PHP Framework
kiln-controller - Python script to read max31850s and control SSR's to fire an electric kiln
Yii2 - Yii 2: The Fast, Secure and Professional PHP Framework
EmonLib - Electricity monitoring library - install in Arduino IDE's libraries folder then restart the IDE
Slim Framework - Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.