madbrain67 / devis-bundle
Symfony DevisBundle
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:Twig
Type:symfony-bundle
Requires
- php: ^7.2
- dompdf/dompdf: ^1.1
- symfony/config: ^4.4 || ^5.0
- symfony/dependency-injection: ^3.4 || ^4.2 || ^5.0
- symfony/expression-language: ^3.4 || ^4.2 || ^5.0
- symfony/http-foundation: ^3.4 || ^4.2 || ^5.0
- symfony/http-kernel: ^5.4
- symfony/security-core: ^5.4
- symfony/templating: ^3.4 || ^4.2 || ^5.0
- symfony/translation: ^3.4 || ^4.2 || ^5.0
- symfony/twig-bridge: ^3.4 || ^4.2 || ^5.0
- symfony/twig-bundle: ^3.4 || ^4.2 || ^5.0
- symfony/yaml: ^3.4 || ^4.2 || ^5.0
- twig/twig: ^2.6 || ^3.0
Requires (Dev)
- cr/hashcli: dev-master
- phpunit/phpunit: ^7.5
- symfony/console: ^5.4
- symfony/debug-bundle: ^5.4
- symfony/framework-bundle: ^5.4
- symfony/maker-bundle: ^1.36
- symfony/process: ^5.4
- symfony/runtime: ^5.4
This package is auto-updated.
Last update: 2025-04-23 01:11:53 UTC
README
DevisBundle generates quotes of all types for you.
Devis requires PHP >= 7.2
Table of Contents
Installation
composer require madbrain67/devis-bundle
Basic Usage
Autoloading
Faker supports both PSR-0
as PSR-4
autoloaders.
<?php # When installed via composer require_once 'vendor/autoload.php';
alternatively, you can use any another PSR-4 compliant autoloader
License
Devis-bundle is released under the MIT License. See the bundled LICENSE file for details.