krystal-sf/common

Common files for Krystal Symfony Projects

Maintainers

Package info

gitlab.com/krystal-sf/common

Homepage

Issues

Type:symfony-bundle

pkg:composer/krystal-sf/common

Transparency log

Statistics

Installs: 1 869

Dependents: 1

Suggesters: 0

Stars: 0

0.1.0 2025-09-07 16:23 UTC

This package is auto-updated.

Last update: 2026-08-05 10:05:54 UTC


README

Latest Stable Version License PHP Version Symfony Version

Common files and utilities for Krystal Symfony Projects.

Overview

This package provides essential components, utilities, and base classes that are shared across Krystal Symfony projects. It serves as a foundation for building consistent and maintainable Symfony applications.

Requirements

  • PHP 8.1+
  • Symfony 6.4 or 7.0
  • Various Symfony components (see composer.json for details)

Installation

composer require krystal-sf/common

Features

This package includes:

  • Common utilities and helper functions
  • Base classes for controllers, services, and other components
  • Shared Twig extensions and form types
  • Security-related utilities
  • HTTP client extensions

Dependencies

The package requires the following Symfony components:

  • symfony/http-kernel
  • symfony/http-client
  • symfony/twig-bundle
  • symfony/security-bundle
  • symfony/runtime
  • symfony/dotenv
  • symfony/form
  • symfony/intl
  • symfony/validator
  • symfony/translation
  • symfony/flex

Additionally, it requires:

  • webmozart/assert

Development

For development, the package uses:

  • badpixxel/php-sdk
  • symfony/debug-pack

License

This package is released under the MIT License. See the LICENSE file for more details.

Author

Developed by BadPixxel.