Download the PHP package zhortein/symfony-toolbox-bundle without Composer

On this page you can find all versions of the php package zhortein/symfony-toolbox-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package symfony-toolbox-bundle

Zhortein / Symfony Toolbox Bundle

CI

French

English version

This Symfony bundle provides a set of utility services, enums, classes, and tools designed to enhance Symfony applications, making it easier to manage specific tasks such as server metrics, extended enum features, business date handling, and more. The toolbox offers optimized utilities for developers aiming to streamline their workflow with the latest Symfony features.

Available features

Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Applications that use Symfony Flex

Just add the following in your composer.json file to have access to automatic Flex recipes:

Then, open a command console, enter your project directory and execute:

Applications that don't use Symfony Flex

Step 1: Create needed files

Two files are "needed":

You can create the following files by yourself:

Step 2: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

Step 3: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

Usage

Each feature listed in the introduction above links to its dedicated documentation page. There, you’ll find detailed usage examples, configuration notes, and other information tailored for efficient integration in Symfony projects.

Contributing

Contributions are welcome! If you’d like to contribute to this project, please:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/my-feature).
  3. Commit your changes (git commit -m "Add my feature").
  4. Push to the branch (git push origin feature/my-feature).
  5. Open a pull request.

All contributions should adhere to the project’s coding standards and follow the conventional commit guidelines.

License

This bundle is licensed under the GPL-3.0 License. You are free to use, modify, and distribute this bundle under the terms of this license.

Credits

Developed and maintained by David RENARD. Special thanks to contributors and the Symfony community for their ongoing support and resources.


Version Française

Ce bundle Symfony fournit un ensemble de services utilitaires, d'enums, de classes et d'outils conçus pour améliorer les applications Symfony en facilitant la gestion de tâches spécifiques telles que les métriques serveur, les fonctionnalités étendues des enums, la gestion des dates d'affaires, et bien plus. La toolbox propose des utilitaires optimisés pour les développeurs souhaitant rationaliser leur flux de travail avec les dernières fonctionnalités de Symfony.

Fonctionnalités disponibles

Installation

Assurez-vous que Composer est installé globalement, comme expliqué dans le chapitre d'installation de la documentation de Composer.

Applications qui utilisent Symfony Flex

Ajoutez simplement ce qui suit dans votre fichier :

Puis, uuvrez une console de commande, accédez au répertoire de votre projet, et exécutez :

Applications qui n'utilisent pas Symfony Flex

Etape 1: Création des fichiers requis

Deux fichiers sont "requis":

Vous devez donc créer les fichiers suivant par vous-même :

Etape 2: Téléchargez le bundle

Ouvrez une console de commande, accédez au répertoire de votre projet, et exécutez la commande suivante pour télécharger la dernière version stable du bundle :

Etape 3: Activez le Bundle

Ensuite, activez le bundle en l'ajoutant dans la liste des bundles connus dans le fichier config/bundles.php de votre projet :

Utilisation

Chaque fonctionnalité listée dans l'introduction renvoie vers une page de documentation dédiée. Vous y trouverez des exemples détaillés d'utilisation, des notes de configuration, et d'autres informations pour une intégration efficace dans vos projets Symfony.

Contribution

Les contributions sont les bienvenues ! Si vous souhaitez contribuer à ce projet, veuillez :

  1. Faire un fork du dépôt.
  2. Créer une branche pour votre fonctionnalité (git checkout -b feature/ma-fonctionnalite).
  3. Commiter vos changements (git commit -m "Ajout de ma fonctionnalité").
  4. Pousser la branche (git push origin feature/ma-fonctionnalite).
  5. Ouvrir une pull request.

Toutes les contributions doivent respecter les standards de codage du projet et suivre les directives des commits conventionnels.

Licence

Ce bundle est sous licence GPL-3.0. Vous êtes libre d'utiliser, de modifier et de distribuer ce bundle selon les termes de cette licence.

Crédits

Développé et maintenu par David RENARD. Un grand merci aux contributeurs et à la communauté Symfony pour leur soutien et leurs ressources.


All versions of symfony-toolbox-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
doctrine/dbal Version ^3|^4
doctrine/orm Version ^3.3
knplabs/knp-paginator-bundle Version ^6.6
phpoffice/phpspreadsheet Version ^3.5
sensiolabs/gotenberg-bundle Version ^0.2.0
symfony/asset-mapper Version ^7.2
symfony/framework-bundle Version ^7.2
symfony/http-client Version ^7.2
symfony/string Version ^7.2
symfony/translation Version ^7.2
symfony/twig-bundle Version ^7.2
symfony/ux-icons Version ^2.21
symfony/validator Version ^7.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zhortein/symfony-toolbox-bundle contains the following files

Loading the files please wait ...