Top 10 PHP Statistic Projects
-
Math PHP
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
-
If you host your code on GitHub, you could use Actions to automatically fix your code. Here is an example workflow I use in all my projects. https://github.com/stefanzweifel/laravel-stats/blob/main/.github/workflows/format_php.yml
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
statistics
PHP package that provides functions for calculating mathematical statistics of numeric data. (by Hi-Folks)
php use HiFolks\Statistics\Statistics; $s = Statistics::make( [98, 90, 70,18,92,92,55,83,45,95,88,76] ); $a = $s->frequencies(); print_r($a); /* Array ( [18] => 1 [45] => 1 [55] => 1 [70] => 1 [76] => 1 [83] => 1 [88] => 1 [90] => 1 [92] => 2 [95] => 1 [98] => 1 ) */ $a = $s->relativeFrequencies(); print_r($a); /* Array ( [18] => 8.3333333333333 [45] => 8.3333333333333 [55] => 8.3333333333333 [70] => 8.3333333333333 [76] => 8.3333333333333 [83] => 8.3333333333333 [88] => 8.3333333333333 [90] => 8.3333333333333 [92] => 16.666666666667 [95] => 8.3333333333333 [98] => 8.3333333333333 ) */ ## What's next If you have some suggestion to improve the code , or you want to add some new functions or request a new feature, feel free to open a new issues here: https://github.com/Hi-Folks/statistics/issues ### Todo list: I'm going to implement and add clasess/methods for: - [ ] covariance and correlation - [ ] normal distributions Follow me on Twitter: https://twitter.com/RmeetsH
-
laravel-time-series
⏰📊✨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.
-
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
-
-
trk
Self hosted training diary and activities tracker in PHP. Keep your activities history under your control. Routes, statistics, photos on your own server and in your own database.
Project mention: What's the biggest missing piece of the puzzle in the self-hosted universe? | reddit.com/r/selfhosted | 2022-03-26trk and fitly are also self hosted platforms that're able to sync data from Strava and many apps / hardware thingies are able to sync to Strava.
PHP Statistics related posts
- Laravel with php-cs-fixer and IDE formatting
- 8 Google Analytics privacy focussed alternatives
- Austrian Data Protection Authority declares Google Analytics as not compliant with GDPR. Decision relevant for almost all EU websites.
- It's time to release Laravel Quasar 📊✨
- It's time to release Laravel Quasar 📊✨
- I started using PleX as my main media player this year and its statistics made it possible to create an infographic of my media consumption in 2021
- It's been an amazing year with you, thank you Plex!
Index
What are some of the best open-source Statistic projects in PHP? This list will help you:
Project | Stars | |
---|---|---|
1 | Math PHP | 2,083 |
2 | laravel-stats | 1,508 |
3 | YaLinqo | 424 |
4 | IG Monitoring | 281 |
5 | statistics | 251 |
6 | laravel-time-series | 65 |
7 | Fermat | 61 |
8 | RegexAnalyzer | 43 |
9 | Stats_Rust | 8 |
10 | trk | 2 |
Are you hiring? Post a new remote job listing for free.