jorisros / invitation-bundle
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1|^8.2|^8.3
- symfony/config: ^5.4|^6.4|^7.1
- symfony/dependency-injection: ^5.4|^6.4|^7.1
- symfony/http-kernel: ^5.4|^6.4|^7.1
- symfony/mailer: ^5.4|^6.4|^7.1
- symfony/security-bundle: ^5.4|^6.4|^7.1
Requires (Dev)
- phpunit/phpunit: ^9.6|^10.0
- vimeo/psalm: ^5.8
This package is auto-updated.
Last update: 2024-11-24 15:15:21 UTC
README
This bundle add invitations for Symfony projects by command or EasyAdmin.
Usage
Run the following command to add the bundle to your project.
composer require jorisros/invitation-bundle
To see if the bundle is correctly installed run the following command.
php bin/console debug:container jorisros.service.example
The result should be look like:
Information for Service "jorisros.service.example"
==================================================
---------------- --------------------------------------------
Option Value
---------------- --------------------------------------------
Service ID jorisros.service.example
Class JorisRos\BoilerPlateBundle\Service\Example
Tags -
Public yes
Synthetic no
Lazy no
Shared yes
Abstract no
Autowired no
Autoconfigured no
Usages none
---------------- --------------------------------------------
Then the bundle is succesful installed.
Tests
Run the tests as followed
php vendor/bin/phpunit tests