Laravel
fingerprintjs
Laravel | fingerprintjs | |
---|---|---|
234 | 349 | |
33,312 | 24,199 | |
0.9% | 2.0% | |
10.0 | 8.2 | |
4 days ago | 22 days ago | |
PHP | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
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.
Laravel
-
Move from DDD Laravel make command to Codestarter (fase 2)
Looking at artisan and the Symfony maker bundle, I saw two different ways to build content. Artisan works with stub files which are text files with a Twig syntax for the variables. And the maker bundle works with php templates.
-
Preventing Destructive Commands from Running in Laravel
In PR #51376 to Laravel in May 2024, Jason McCreary and Joel Clermont added the Illuminate\Console\Prohibitable trait to the framework, which was then included in the Laravel 11.9 release.
-
Laravel Under The Hood - The Strategy Pattern
When you call the driver method on the facade, it's proxied to a manager, depending on which facade you're using. In the caching scenario, it's directed to the CacheManager. Let's inspect its code.
-
🚨High-Severity Laravel Vulnerability (CVE-2024-52301) - Awareness and Action Required
For more information on this vulnerability, check out the official Laravel security advisory: GHSA-gv7v-rgg6-548h
- Laravel Reverb in Production Environment
-
New `@bool` Blade directive in Laravel!
While this feature isn't released yet, it's expected to be available soon. Keep an eye on Laravel's official channels for the announcement. In the meantime, check out the merged PR on GitHub! https://github.com/laravel/framework/pull/53179
-
Laravel Pipelines & Composable Job Middleware
Starting in Laravel 11.26, you can now use the artisan make:job-middleware command to generate Job middleware.
- 'Framework': An Advanced Laravel Development Suite
-
How to Contribute to Laravel: A Step-by-Step Guide
Create a new issue in the parent repository, in our case the laravel/framework repository. Be as detailed as you can be for the update you are doing.
-
Tell HN: Laravel's default truncate method uses cascade for Postgres databases
Hope this saves a future team from unexpected behavior resulting in (potential) production data loss.
When using Postgres, Laravel's default method for truncate uses the cascade option, which will ignore foreign key constraints and potentially wipe large amounts of data with no confirmation or warning.
It was originally introduced in 2018: https://github.com/laravel/framework/pull/26389/files
Here are two threads on it if you are curious: https://github.com/laravel/framework/issues/29506
fingerprintjs
-
Websites waste CPU cycles and battery and Firefox lets them
The websites opening an audio context without using it to play anything are probably doing bot detection.
Different browser engines and operating systems implement audio processing differently, so if you play a completely inaudible sound and then record it back (from the API not the microphone) you end up with a signature.
You can use that signature to see if the browser is lying about its user agent, running in headless mode, or all sort of other interesting edge cases that are not a real user buying widgets.
https://github.com/fingerprintjs/fingerprintjs/blob/3201a7d6...
-
Everyone knows your location: tracking myself down through in-app ads
The more APIs available for JS to interact with, the more granular and detailed browser fingerprinting can be. For example, how your browser renders WebGL can differ depending on what graphics card (and drivers) you have. The resulting values can be read back and stored to create a detailed fingerprint of who you are -- this could potentially be done by Google Fonts or AdSense or any number of the countless ad and analytics frameworks loaded on basically all websites.
https://www.privacyaffairs.com/browser-fingerprinting/
Browse the source in this directory to see a plethora of examples of how web APIs are used to fingerprint users -- and this is just one publicly-accessible library we can easily review the source code of (proprietary, obfuscated ones likely use additional methods): https://github.com/fingerprintjs/fingerprintjs/tree/master/s...
-
Integrating Lighthouse Reporting in Next.js with Puppeteer and Render
To prevent abuse, I plan to integrate browser fingerprinting and set a limit on the number of requests per client. The FingerprintJS library can generate a visitor ID to track and limit requests.
- Should I Open Source my Company?
- fingerprintjs: NEW Extended Research - star count:20102.0
What are some alternatives?
treblle-laravel - The official Treblle SDK for Laravel. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
chromium - The official GitHub mirror of the Chromium source
FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project
brave-core - Core engine for the Brave browser for mobile and desktop. For issues https://github.com/brave/brave-browser/issues
octane - Supercharge your Laravel application's performance.
fingerprint-suite - Browser fingerprinting tools for anonymizing your scrapers. Developed by Apify.