SimpleAMS is built on top of a large number of open-source libraries. This page acknowledges their authors and lists the licenses under which we use them. Where a license requires attribution, this notice fulfils that obligation. Where a library is listed under multiple licenses, we use it under the first option named.
How to read this page
The list below names the principal direct dependencies of SimpleAMS. A full machine-readable list of every package (including transitive dependencies) can be requested at hello@simpleams.co.uk or generated from our composer.json / package.json files which we keep public on request.
PHP (Composer) - selected libraries
- laravel/framework - the application framework. MIT License. Copyright (c) Taylor Otwell.
- stancl/tenancy - multi-tenancy package. MIT License.
- guzzlehttp/guzzle - HTTP client used by every integration. MIT License.
- symfony/* - HTTP foundation, console, mailer, mime, process, routing and translation components. MIT License. Copyright (c) Fabien Potencier.
- google/apiclient + google/auth - Google API client for the Workspace integration. Apache License 2.0.
- firebase/php-jwt - JWT signing & verification (used by Jira webhook + SAML helpers). BSD-3-Clause.
- chillerlan/php-qrcode - QR code generation for asset labels. MIT / Apache 2.0.
- barryvdh/laravel-dompdf + dompdf/dompdf - PDF generation for receipts and labels. MIT and LGPL-2.1.
- dragonmantank/cron-expression - scheduling expressions. MIT.
- egulias/email-validator - RFC-compliant email validation. MIT.
- fakerphp/faker - test data generation (dev only). MIT.
- filp/whoops - error pages in development. MIT.
JavaScript / front-end
- alpinejs - lightweight reactivity used across the app. MIT License. Copyright (c) Caleb Porzio.
- Font Awesome (Free) - icon set. Icons under CC BY 4.0, fonts under SIL OFL 1.1, code under MIT.
License texts
Each license referenced above is reproduced unchanged with its original copyright notice in the source distribution of the relevant package. Copies of the MIT, Apache 2.0, BSD-3-Clause, LGPL-2.1 and SIL OFL 1.1 license texts are available at:
- MIT - https://opensource.org/licenses/MIT
- Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0
- BSD 3-Clause - https://opensource.org/licenses/BSD-3-Clause
- LGPL 2.1 - https://www.gnu.org/licenses/old-licenses/lgpl-2.1
- SIL Open Font License 1.1 - https://scripts.sil.org/OFL
Reporting issues
If you believe an open-source license is misattributed or missing from this list, please email hello@simpleams.co.uk and we will correct it promptly.