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. Learn more →
Top 23 PHP Php8 Projects
-
Over the years I have tried different frameworks, mostly in PHP, like Code Igniter (2010), ProcessWire (2014) and Laravel (2015).
-
I'd recommend using either Ramsey/uuid or generating a random number using random_bytes(32) then compressing it. 32 bits of randomness should be sufficient for most programs.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: Creating a CMS with React, what should I look at? | reddit.com/r/reactjs | 2023-02-01
Is there a reason you aren’t using an existing CMS? There’s a lot that provide all the UI functionality you are talking about and then expose it via a API to be consumed in your front end. https://craftcms.com is one option I’ve had good success with.
-
-
FreeScout
FreeScout — Free self-hosted help desk & shared mailbox (Zendesk / Help Scout alternative)
Project mention: Self-hosting Standard Notes on a Synology NAS for end-to-end encrypted notes and files | reddit.com/r/synology | 2023-01-18For a good open source/self hosted software project, please see https://freescout.net/
-
Project mention: Temporal PHP SDK: Scalable and resilent workflow orchestration on PHP | reddit.com/r/PHP | 2022-11-15
This SDK server is already available for RoadRunner 2.0+ and Spiral Framework users.
-
Project mention: IMPLEMENTING RESUMABLE FILE UPLOADS IN PHP WITH LARAVEL 8, UPPY AND TUS | dev.to | 2022-06-30
Tus-PHP: A pure PHP server and client for the tus resumable upload protocol v1.0.0.
-
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.
-
-
I can recommend HTMLy https://www.htmly.com/
-
https://getkirby.com/ or consider if they really even need a cms. Sometimes a simple html website is plenty and you can update for them if/when the need arises.
-
-
Have you tried using laravel-route-attributes? It uses attributes (new in PHP 8) and reflection to create routes directly from your controllers. Worth a look.
-
laravel-forum
A slim, lean forum package designed for quick and easy integration in Laravel projects
-
Project mention: Is a framework necessary to create a PHP project? | reddit.com/r/PHPhelp | 2022-12-04
Yes, as an example, the First Application's business logic (not that it's much) doesn't tie itself to the framework, as one example. Odan's Slim Skeleton, ADR Example (yes, I know you are the author), and the Aura Payload example class can be seen as other examples.
-
-
-
-
-
http-router
:tada: Release 2.0 is released! Very fast HTTP router for PHP 7.1+ based on PSR-7 and PSR-15 with support for annotations/attributes and OpenAPI (Swagger) Specification
-
Project mention: PineDocs: A fast and lightweight site for viewing files | news.ycombinator.com | 2022-07-19
-
VMValidator
Hello, this is simple attribute validation for PHP Models, based on the new features, presented in PHP 8
-
docker-apache-php-laravel
Docker environment required to run Laravel (based on official php and mysql docker hub repositories)
The main concept you need to know about is the apache document root. This defines the start/root of "web space". Your document root is going to be the /public directory of your project. You should not be versioning or copying files in /vendor. That directory should be created by running composer install on the server from a shell in your project directory. composer will create the vendor directory, and pull all the same files you've been working with. This assumes that you have been versioning the composer.lock file. In production you only ever run composer install. Since laravel implements the front controller pattern, you need some sort of configuration to handle rewriting requests so they utilize the front controller (/public/index.php). Here is a typical mod_rewrite configuration you can put in a .htaccess file in the /public directory. For quite a while, many sysadmins paired nginx/php-fpm, whereas with apache you have the option to use mod_php. However, it is now quite possible to use apache and php-fpm. Think of php-fpm as the application server for php. Although this article talks about setting this up for the symfony framework, the principle would be exactly the same for a laravel app. I would recommend using apache with php-fpm as this is a more efficient use of resources and memory than setting apache up with mod_php. The main thing to ignore in that article is the use of the symfony package, which just provides a .htaccess that works with symfony. As symfony and Laravel are both front controller frameworks it might actually work with laravel, but I can't say for sure.
-
I'm using laravel + PHP... this should be real simple yeah? I'm using this to make the process simpler (because there is no rational install instructions I can find for Laravel Sail / docker that seems to make sense to me) https://github.com/JackWH/laravel-new-relic
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
PHP Php8 related posts
- Let me introduce my library for mapping/marshalling arrays/objects – AutoMapper
- Self-Hosted Team-Email (like Missive, Spark, Front)
- Codeigniter4
- any SAAS boilerplate with usage based billing ?
- lombok-php - my take on PHP dataclasses using PHP 8 attributes
- In One Minute : CodeIgniter
- Small PHP 8.1 package for working with bitmask values
-
A note from our sponsor - SonarQube
www.sonarqube.org | 8 Feb 2023
Index
What are some of the best open-source Php8 projects in PHP? This list will help you:
Project | Stars | |
---|---|---|
1 | CodeIgniter | 18,198 |
2 | UUID | 11,972 |
3 | CraftCMS | 2,939 |
4 | php-ddd-example | 2,540 |
5 | FreeScout | 1,838 |
6 | Spiral Framework | 1,374 |
7 | tus-php | 1,311 |
8 | coding-standard | 1,205 |
9 | htmly | 871 |
10 | Kirby | 859 |
11 | XBackBone | 766 |
12 | laravel-route-attributes | 602 |
13 | laravel-forum | 493 |
14 | slim4-skeleton | 380 |
15 | phpstorm-attributes | 310 |
16 | Password-Generator | 259 |
17 | seo | 242 |
18 | nutgram | 219 |
19 | http-router | 151 |
20 | PineDocs | 117 |
21 | VMValidator | 89 |
22 | docker-apache-php-laravel | 80 |
23 | laravel-new-relic | 76 |