Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Hosting Laravel Package

21torr/hosting

21torr/hosting is a small Symfony bundle providing essential tools for hosting Symfony-based applications, helping streamline deployment and operations with basic hosting utilities and sensible defaults.

View on GitHub
Deep Wiki
Context7
4.1.2

:sparkles: Improvements

  • Explicitly list versions of replaced packages.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/4.1.1...4.1.2

4.1.1

:sparkles: Improvements

  • Don't store build info in cache.
  • Bump dependencies.
  • Require PHP 8.4+

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/4.1.0...4.1.1

4.1.0

:gift: New Features

  • HostingEnvironment now exposes the %kernel.debug% variable as HostingEnvironment::isDebug().

What's Changed

New Contributors

Full Changelog: https://github.com/21TORR/HostingBundle/compare/4.0.4...4.1.0

4.0.4

:sparkles: Improvements

  • Ignore everything with "doctrine_migration_versions" in the doctrine update schema list in DoctrineHealthCheckListener.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/4.0.3...4.0.4

4.0.3

:bug: Bug Fixes

  • Fix wrong log context.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/4.0.2...4.0.3

4.0.2

:sparkles: Improvements

  • Log doctrine health check issues.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/4.0.1...4.0.2

4.0.1

:bug: Bug Fixes

  • Keep using the hosting config key.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/4.0.0...4.0.1

4.0.0

:boom: Breaking Changes

  • The config key was changed to 21torr_hosting.
  • Remove command hosting:run-tasks:post-build, use hosting:hook:build instead.
  • Remove command hosting:run-tasks:post-deploy, use hosting:hook:deploy instead.
  • Remove PostBuildTaskInterface, use BuildHookInterface instead.
  • Remove PostDeploymentTaskInterface, use DeployHookInterface instead.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/3.2.2...4.0.0

3.2.2

:bug: Bug Fixes

  • Fix typo in BC layer of hosting:hook:deploy command.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/3.2.1...3.2.2

3.2.1

:sparkles: Improvements

  • Change configuration of hosting tier to allow better using it.
  • Automatically catch all exceptions in the validate app command.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/3.2.0...3.2.1

3.2.0

:gift: New Features

  • Add health checks (live + ready).
  • Add default doctrine check integration.
  • Add hosting:validate-app command for usage in the CI.

:sparkles: Improvements

  • Bump Janus and update CI.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/3.1.0...3.2.0

3.1.0

:gift: New Features

  • Rename Post* tasks concept name to "hooks".

:wave: Deprecations

  • Deprecate command hosting:run-tasks:post-build, use hosting:hook:build instead.
  • Deprecate command hosting:run-tasks:post-deploy, use hosting:hook:deploy instead.
  • Deprecate PostBuildTaskInterface, use BuildHookInterface instead.
  • Deprecate PostDeploymentTaskInterface, use DeployHookInterface instead.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/3.0.1...3.1.0

3.0.1

:bug: Bug Fixes

  • Fix break when not passing an installation key.

:hammer_and_wrench: Internal

  • Remove missed deprecated code.
  • Add branch alias.
  • Fixate PHPUnit version.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/3.0.0...3.0.1

3.0.0

:boom: Breaking Changes

  • Remove deprecated config and code.

:sparkles: Improvements

  • Require Symfony 7.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.1.3...3.0.0

2.1.3

:sparkles: Improvements

  • Re-add required installation key.
  • Also replace PHP 8.2 and PHP 8.3 polyfills.

:hammer_and_wrench: Internal

  • Update CI.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.1.2...2.1.3

2.1.2

:sparkles: Improvements

  • Add build date as built in build info by default.
  • Allow Symfony v7.
  • Require PHP 8.3+.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.1.1...2.1.2

2.1.1

:sparkles: Improvements

  • Sort build info entries by key when writing and reading the JSON file.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.1.0...2.1.1

2.1.0

:gift: New Features

  • Rebuild build info system to be event-based.

:sparkles: Improvements

  • Bump required versions to PHP 8.2+ and Symfony 6.3+
  • Rename live hosting tier to production.
  • The command hosting:post-build was renamed to hosting:run-tasks:post-build.
  • The command hosting:post-deploy was renamed to hosting:run-tasks:post-deploy.

:wave: Deprecations

  • The installation_key config is deprecated.
  • Deprecated live hosting tier.
  • The command hosting:post-build was deprecated.
  • The command hosting:post-deploy was deprecated.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.0.5...2.1.0

2.0.5

:sparkles: Improvements

  • Fix deprecation in console commands.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.0.4...2.0.5

2.0.4

:sparkles: Improvements

  • Add way to retrieve the installation key.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.0.3...2.0.4

2.0.3

:sparkles: Improvements

  • Add missing getter.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.0.2...2.0.3

2.0.2

:bug: Bug Fixes

  • Remove unused binding.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.0.1...2.0.2

2.0.1

:bug: Bug Fixes

  • Update service definition.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/2.0.0...2.0.1

2.0.0

:boom: Breaking Changes

  • Git data was removed.

:gift: New Features

  • Add BuildInfo.

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/1.1.4...2.0.0

1.1.4

:sparkles: Improvements

  • Replace all symfony polyfills and require the native packages in Composer instead.
  • Require PHP 8.1+ and Symfony 6.1+

What's Changed

Full Changelog: https://github.com/21TORR/HostingBundle/compare/1.1.3...1.1.4

1.1.3

:bug: Bug Fixes

  • Fix refreshing the Git data.
1.1.2

:bug: Bug Fixes

  • Fixed invalid check, that prevented loading stored git version info if the tag was null.
1.1.1

:sparkles: Improvements

  • Improve output.

:bug: Bug Fixes

  • Fix copy & paste error in CLI output.
1.1.0

:gift: New Features

  • Add task runners for post deploy + post build.
  • Add GitVersion integration.
1.0.0

:gift: New Features

  • Add hosting_tier config and HostingTier class.
  • Add installation config key.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
croct/coding-standard
croct/plug-php
nqxcode/phpmorphy
boundwize/pyrameter
testo/facade
headercat/phpstan-extension-ide-helper
yosymfony/parser-utils
innmind/black-box
babenkoivan/elastic-migrations
babenkoivan/elastic-adapter
develia/commons
dmstr/symfony-system-resources-bundle
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
renatomarinho/laravel-page-speed
develia/geo-bundle
austinheap/laravel-database-encryption
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle