Open Source Licensing¶
The Preads Platform is built upon a foundation of world-class open-source software. We are committed to transparency and compliance with the licensing terms of the various libraries and frameworks that power our platform.
🏛️ Core Framework & Infrastructure¶
The platform leverages the Laravel ecosystem and associated PHP libraries for high-performance server-side logic and security.
| Library | License | Description |
|---|---|---|
| Laravel Framework | MIT | The primary application framework. |
| Laravel Socialite | MIT | OAuth authentication system for Google, Facebook, etc. |
| Laravel Tinker | MIT | REPL for interacting with the application. |
| Bacon QR Code | BSD-2-Clause | QR code generation for 2FA and payments. |
| MaxMind GeoIP2 | Apache-2.0 | Geolocation and IP intelligence services. |
| Google2FA | MIT | Multi-factor authentication logic. |
🎨 Frontend & UI Components¶
Our responsive, visual-first frontend is powered by modern JavaScript libraries and styling engines.
| Library | License | Description |
|---|---|---|
| Alpine.js | MIT | Lightweight reactive component framework. |
| Tailwind CSS | MIT | Utility-first CSS framework for custom styling. |
| Bootstrap | MIT | Component library for the Admin and Publisher dashboards. |
| Chart.js | MIT | Data visualization and interactive reporting charts. |
| DataTables | MIT | Advanced table management and filtering for records. |
| Axios | MIT | Promise-based HTTP client for API communication. |
| Vite | MIT | High-performance frontend build engine. |
✒️ Typography & Iconography¶
| Asset | License | Description |
|---|---|---|
| Font Awesome | SIL OFL 1.1 / MIT | The primary icon set used across the platform. |
| Inter / Roboto | SIL OFL 1.1 | Professional typography from Google Fonts. |
⚖️ License Compliance¶
Except where otherwise noted, the Preads Platform "Script" itself is a proprietary product. The use of the libraries listed above is governed by their respective open-source licenses.
Administrators and developers extending the platform must ensure that any additional third-party libraries added to the addons/ or resources/ directories comply with the platform's security and licensing standards.