Commit Graph

103 Commits (master)

Author SHA1 Message Date
n0nag0n 5372672332
Merge pull request #722 from flightphp/eventdispatcher-rework
1 day ago
fadrian06 cd3d8bb44e simplify EventDispatcher@removeAllListeners and resetInstance
3 days ago
fadrian06 4cb50f66ab simplify EventDispatcher@removeListener
3 days ago
fadrian06 6c22bad3f0 remove redundant explanation of EventDispatcher@getAllRegisteredEvents
3 days ago
fadrian06 361e45e974 simplify EventDispatcher@getListeners
3 days ago
fadrian06 4abcd23e11 use EventDispatcher@hasListeners in trigger
3 days ago
fadrian06 6bc62d9b0c simplify EventDispatcher@hasListeners
3 days ago
fadrian06 0d50ed97d6 use early returns in EventDispatcher@trigger
3 days ago
fadrian06 f7b2736736 simplify EventDispatcher@trigger
3 days ago
fadrian06 3723228c3d simplify EventDispatcher@on
3 days ago
fadrian06 8d29ad4fd0 remove reduntant EventDispatcher@getInstance description
3 days ago
fadrian06 3066c5dcc4 simplify EventDispatcher listeners typehint
3 days ago
fadrian06 4c2a08c3e6 remove reduntant EventDispatcher::$instance description
3 days ago
fadrian06 32ff66428d use raw copyright links for compatibility
5 days ago
fadrian06 cff442d964 normalize and simplify @copyright and @license phpdoc tags based on phpDocumentor recommendations to clean symbols hovers
5 days ago
n0nag0n 98c9c89893 Align Runway generators with skeleton App\ layout and fix suite gates
2 weeks ago
fadrian06 db343815a3 normalize dirs
2 months ago
fadrian06 9aab65b7f6 fix Loader::register docblock
2 months ago
fadrian06 921c51a5d6 use is_iterable in Loader::register
2 months ago
fadrian06 b55540068e fix almost long lines phpcs warnings
5 months ago
fadrian06 29595ef9e1 composer exec phpcbf -- --standard=PSR2
5 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
11 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
1 year ago
n0nag0n 22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
1 year ago
n0nag0n a2c74ddadd added event cache check and tweaked middleware event
1 year ago
fadrian06 5425955dd7 fix php 7.4 invalid syntax
1 year ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
1 year ago
fadrian06 8ccbd7ac9e support for containers that resolve automatically dependencies without adding explicitly
1 year ago
fadrian06 5068995d17 merge master
1 year ago
n0nag0n dd2d23ec99 added more events, added apm changes
1 year ago
n0nag0n 046a034455 prettified
1 year ago
n0nag0n 79efffc333 added stopPropagation logic
1 year ago
n0nag0n 4b7cd68e24 added an event system
1 year ago
n0nag0n f8811e1d8b allowed for middlewares to be created with container
2 years ago
fadrian06 414f605f67 More abstraction to Dispatcher::containerException typehint
2 years ago
fadrian06 8f3f6b5c74 Make explicit comparisons
2 years ago
fadrian06 99a7d75440 Removed PSR/Container
2 years ago
fadrian06 389ebfd329 Add PSR/Container dependency for type hint and expose the API
2 years ago
fadrian06 43b689fa6c Add Short After Filter Syntax with one parameter
2 years ago
fadrian06 4616f521cd Dispatcher refactor
2 years ago
fadrian06 d931b41b46 Improved docblocks
2 years ago
fadrian06 e322135d9c Add symfony/polyfill-80
2 years ago
Austin Collier 43300d5758 added ability to load classes with _ in them
2 years ago
Austin Collier 54403bede8 One last test to make sure Dice maintains the same instance
2 years ago
Austin Collier 1b6c5b942b refactored some errors. UI Tests and cleanup.
2 years ago
Austin Collier dbf05ebf40 Lots more tests. Now will dynamically create object with engine instance.
2 years ago
Austin Collier f752073f7d more testing and catching things.
2 years ago
Austin Collier 3f887e305f Added more tests. Captured callable exception thrown
2 years ago
Austin Collier f610adfc14 lots more testing around containers
2 years ago
n0nag0n 6d41115e9a initial commit for containerization
2 years ago