-
Hammond Mfg.
- Kitchener, ON
- zenstruck.com
- @zenstruck
Highlights
- Pro
Block or Report
Block or report kbond
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
zenstruck/schedule-bundle Public
Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.
-
zenstruck/foundry Public
A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
-
-
zenstruck/messenger-test Public
Assertions and helpers for testing your symfony/messenger queues.
-
zenstruck/mailer-test Public
Alternative, opinionated helpers for testing emails sent with symfony/mailer.
-
zenstruck/console-test Public
Alternative, opinionated helper for testing Symfony console commands.
2,355 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 46 commits in 19 repositories
Created 4 repositories
Created a pull request in symfony/ux that received 28 comments
[WIP][TwigComponent] add component attribute system/helper
A common pattern with other component library's (ie blade components/vue) is to pass html attributes to your component that are set on the compone…
Opened 18 other pull requests in 9 repositories
symfony/ux
5
merged
1
closed
- [TwigComponent][LiveComponent] clarify excluding this for public props
- [LiveComponent] add ability to have array props
- Upgrade php-cs-fixer used in gh action and run on php 8
- [TwigComponent] add priority to PreMount hook
- [TwigComponent] make public component properties available directly
- [WIP][TwigComponent] add component attribute system/helper (alternative)
zenstruck/foundry
1
closed
2
merged
twigphp/Twig
3
merged
zenstruck/assert
1
merged
zenstruck/callback
1
merged
zenstruck/schedule-bundle
1
merged
symfony/symfony
1
merged
zenstruck/messenger-test
1
merged
thephpleague/commonmark
1
merged
Reviewed 18 pull requests in 4 repositories
symfony/ux
9 pull requests
- [WIP][TwigComponent] add component attribute system/helper
- [Live] Always send HTML over the wire instead of JSON
- [LiveComponent] Send live action arguments to backend
- [LiveComponent] add ability to have array props
- [LiveComponent][doc] Document how to deal with locales
- [Doc] Improve RST syntax of some contents
- [TwigComponent] Fix link for the picture in README
- [LiveComponent] Fix expanded choices and checkboxes in forms
- Adjust live-component CI to use twig-component release
symfony/symfony
7 pull requests
- [Yaml] Making the parser stateless
- [Mailer] Add downloadable attachments to profiler
- [DependencyInjection] copy synthetic status when resolving child definitions
- [DependencyInjection] Add Parameter attribute to bind container parameters to services.
- [FrameworkBundle] Allow default cache pools to be overwritten by user
- [RateLimiter] Resolve crash on near-round timestamps
- [Translation] fixed help text of translation provider commands
weaverryan/live-demo
1 pull request
zenstruck/foundry
1 pull request
Created an issue in symfony/symfony that received 7 comments
[DependencyInjection] Target attribute with invalid name should throw exception
Symfony version(s) affected
5.3+
Description
There is nothing stopping you from using an invalid name for the Target DI attribute.
How to reproduce
p…