Highlights
- Arctic Code Vault Contributor
Popular repositories
-
Simple, fast and yet powerful PHP router that is easy to get integrated and in any project. Heavily inspired by the way Laravel handles routing, with both simplicity and expand-ability in mind.
-
-
Lightweight, easy-to-use querybuilder for PHP inspired by Laravel Eloquent - but with less overhead.
-
-
-
Plugin to Emby Media Server which provides instant access in your video library for remote video on demand (M3U8) playlists. Useful for remote IPTV services which provides VOD access.
130 contributions in the last year
Less
More
Contribution activity
March 2021
Created 105 commits in 2 repositories
Created a pull request in skipperbent/simple-php-router that received 15 comments
Version 4.3.0.0
Breaking changes THIS UPDATE CONTAINS BREAKING CHANGES! PLEASE READ THE NOTES CAREFULLY BEFORE UPDATING ANY LIVE ENVIRONMENT. php-di no longer in…
+1,544
−1,855
•
15
comments
Opened 22 other pull requests in 2 repositories
skipperbent/simple-php-router
1
open
17
merged
1
closed
- [FEATURE] Added include åproperty to BaseCsrfVerifier + unit tests.
- V4 release
- Version 4.3.1.0
- [FEATURE] Added support for parameters in group prefix.
- Version 4.3.1.0-test
- V4 release
- [CLEANUP] Cleaned up code
- [FEATURE] Added Request::isPostBack helper method
- [FEATURE] Added strict-mode support for partialGroups.
- [BUGFIX] Fixed group not matching domain with no parameters (issue: #468)
- [FEATURE] Add support for mixed value types in InputItem as requested by #438
- [!!!][FEATURE] Removed php-di as suggested by #477
- [FEATURE] Option to disable multi-route-rendering #452
- [BUGFIX] Issue #439: Fixed multiple request-type on same routes.
- [BUGFIX] BootManager findRoute not working.
- [FEATURE] Default-namespace optimisations #446
- Developer marius get csrf token
- [BUGFIX] Fixed issue with child groups not loading when using partialGroups (issue: #456)
- [FEATURE] Added support for class hinting on routes as requested by #491