T
Tenanto
Documentation / Third-Party Licenses

Third-Party Licenses

Updated Jan 25, 2026

Third-Party Licenses

This document lists all third-party packages used in Tenanto and their respective licenses.

Last Updated: 2025-11-29


Summary

Tenanto uses only permissive open-source licenses that are compatible with commercial use:

License Type Count Commercial Use
MIT ~90% Yes
BSD-3-Clause ~8% Yes
Apache-2.0 ~2% Yes

All dependencies are compatible with commercial distribution.


PHP Dependencies (Composer)

Core Framework

Package Version License Description
laravel/framework v12.40.2 MIT Laravel PHP Framework
laravel/breeze v2.3.8 MIT Authentication scaffolding
laravel/sanctum v4.2.1 MIT API token authentication
laravel/cashier v16.0.6 MIT Stripe billing integration
laravel/horizon v5.40.1 MIT Queue dashboard and monitoring
laravel/pail v1.2.4 MIT Log viewer
laravel/tinker v2.10.2 MIT REPL for Laravel
laravel/prompts v0.3.8 MIT Interactive CLI prompts

FilamentPHP Admin Panel

Package Version License Description
filament/filament v3.3.45 MIT Admin panel framework
filament/actions v3.3.45 MIT Action components
filament/forms v3.3.45 MIT Form builder
filament/tables v3.3.45 MIT Table builder
filament/infolists v3.3.45 MIT Info list builder
filament/notifications v3.3.45 MIT Notification system
filament/widgets v3.3.45 MIT Widget components
filament/support v3.3.45 MIT Support utilities

Spatie Packages

Package Version License Description
spatie/laravel-permission v6.23.0 MIT Role & permission management
spatie/laravel-package-tools v1.92.7 MIT Package development tools
spatie/color v1.8.0 MIT Color manipulation
spatie/invade v2.1.0 MIT Access private properties

Livewire & Frontend

Package Version License Description
livewire/livewire v3.7.0 MIT Full-stack framework
livewire/volt v1.10.1 MIT Single-file components
blade-ui-kit/blade-icons v1.8.0 MIT Icon components
blade-ui-kit/blade-heroicons v2.6.0 MIT Heroicons for Blade

Billing & Payments

Package Version License Description
stripe/stripe-php v17.6.0 MIT Stripe PHP SDK
moneyphp/money v4.8.0 MIT Money value objects

Database & ORM

Package Version License Description
doctrine/dbal v4.3.4 MIT Database abstraction layer
doctrine/inflector v2.1.0 MIT String inflection
doctrine/lexer v3.0.1 MIT Lexer library
kirschbaum-development/eloquent-power-joins v4.2.10 MIT Advanced Eloquent joins
anourvalar/eloquent-serialize v1.3.4 MIT Eloquent serialization

HTTP & API

Package Version License Description
guzzlehttp/guzzle v7.10.0 MIT HTTP client
guzzlehttp/promises v2.3.0 MIT Promises/A+ implementation
guzzlehttp/psr7 v2.8.0 MIT PSR-7 HTTP messages
fruitcake/php-cors v1.3.0 MIT CORS middleware

Symfony Components

Package Version License Description
symfony/console v7.4.0 MIT Console commands
symfony/http-kernel v7.4.0 MIT HTTP kernel
symfony/http-foundation v7.4.0 MIT HTTP foundation
symfony/mailer v7.4.0 MIT Email sending
symfony/mime v7.4.0 MIT MIME types
symfony/routing v7.4.0 MIT Routing component
symfony/translation v7.4.0 MIT Translation
symfony/yaml v7.4.0 MIT YAML parser
symfony/process v7.4.0 MIT Process execution
symfony/finder v7.4.0 MIT File finder
symfony/event-dispatcher v8.0.0 MIT Event dispatcher
symfony/string v8.0.0 MIT String utilities
symfony/var-dumper v7.4.0 MIT Variable dumper
symfony/html-sanitizer v7.4.0 MIT HTML sanitization
symfony/css-selector v7.4.0 MIT CSS selector
symfony/error-handler v7.4.0 MIT Error handling
symfony/clock v7.4.0 MIT Clock abstraction
symfony/uid v7.4.0 MIT UID/UUID generation

Monitoring

Package Version License Description
sentry/sentry-laravel v4.19.0 MIT Error tracking & monitoring
sentry/sentry v4.19.0 MIT Sentry PHP SDK

Utilities

Package Version License Description
nesbot/carbon v3.10.3 MIT DateTime handling
ramsey/uuid v4.9.1 MIT UUID generation
league/flysystem v3.30.2 MIT Filesystem abstraction
league/commonmark v2.8.0 BSD-3-Clause Markdown parser
league/csv v9.27.1 MIT CSV handling
league/uri v7.6.0 MIT URI manipulation
monolog/monolog v3.9.0 MIT Logging
vlucas/phpdotenv v5.6.2 BSD-3-Clause Environment variables
brick/math v0.14.1 MIT Arbitrary precision math

Development & Testing

Package Version License Description
phpunit/phpunit v11.5.44 BSD-3-Clause Testing framework
phpstan/phpstan v2.1.32 MIT Static analysis
larastan/larastan v3.8.0 MIT PHPStan for Laravel
laravel/pint v1.26.0 MIT Code style fixer
mockery/mockery v1.6.12 BSD-3-Clause Mock objects
fakerphp/faker v1.24.1 MIT Fake data generator
laravel/sail v1.48.1 MIT Docker development
filp/whoops v2.18.4 MIT Error handler
nunomaduro/collision v8.8.3 MIT CLI error reporting
nunomaduro/termwind v2.3.3 MIT CLI styling
psy/psysh v0.12.15 MIT REPL shell

PSR Implementations

Package Version License Description
psr/cache v3.0.0 MIT Caching interface
psr/clock v1.0.0 MIT Clock interface
psr/container v2.0.2 MIT Container interface
psr/event-dispatcher v1.0.0 MIT Event dispatcher interface
psr/http-client v1.0.3 MIT HTTP client interface
psr/http-factory v1.1.0 MIT HTTP factory interface
psr/http-message v2.0 MIT HTTP message interface
psr/log v3.0.2 MIT Logging interface
psr/simple-cache v3.0.0 MIT Simple cache interface

Other

Package Version License Description
phpoption/phpoption v1.9.4 Apache-2.0 Option type
dragonmantank/cron-expression v3.6.0 MIT Cron expression parser
egulias/email-validator v4.0.4 MIT Email validation
masterminds/html5 v2.10.0 MIT HTML5 parser
openspout/openspout v4.32.0 MIT Spreadsheet handling
danharrin/livewire-rate-limiting v2.1.0 MIT Rate limiting for Livewire
ryangjchandler/blade-capture-directive v1.1.0 MIT Blade capture directive
tijsverkoyen/css-to-inline-styles v2.3.0 BSD-3-Clause CSS inlining
voku/portable-ascii v2.0.3 MIT ASCII utilities
nette/schema v1.3.3 BSD-3-Clause Schema validation
nette/utils v4.0.9 BSD-3-Clause Utility classes
nikic/php-parser v5.6.2 BSD-3-Clause PHP parser

JavaScript Dependencies (npm)

Core

Package License Description
vite MIT Build tool
laravel-vite-plugin MIT Vite integration for Laravel
tailwindcss MIT Utility-first CSS framework
@tailwindcss/forms MIT Form styling plugin
@tailwindcss/typography MIT Typography plugin
autoprefixer MIT CSS vendor prefixing
postcss MIT CSS transformations
axios MIT HTTP client

License Texts

MIT License

Most dependencies use the MIT License:

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

BSD 3-Clause License

Some dependencies use the BSD 3-Clause License:

BSD 3-Clause License

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Apache License 2.0

phpoption/phpoption uses the Apache License 2.0:

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Compliance Notes

  1. Attribution: This file serves as the required attribution for all open-source dependencies.
  2. License Compatibility: All licenses used are compatible with commercial distribution.
  3. Updates: Run composer licenses and npm list --all to verify current dependencies.
  4. No Copyleft: No GPL, LGPL, or other copyleft licenses are used that would require source disclosure.

Questions?

For licensing questions, please contact the Tenanto development team.