Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/router

Router is a request matcher and URL generator
https://github.com/yiisoft/router

Fix #141, fix #148: Add variadic arguments support, don't add middleware from collector to static routes (#147)

ab74b9ef8bc9a9ea2bfea99ebc1f0a76f6e9f96b authored almost 3 years ago by Sergei Predvoditelev <[email protected]>
Fix #144: Fix route did not override dispatcher middlewares (#146)

f0dc0cb58a62e56e9d4ecfb6d24628d64c7ebcfc authored almost 3 years ago by Sergei Predvoditelev <[email protected]>
Fix #43: Update docs (#145)

077d4bc6ad24a512fa5c7d50db2cdb8f08434c39 authored almost 3 years ago by Alexander Makarov <[email protected]>
Fix building the tree, raise coverage to 100%, minor refactoring (#143)

071a3c25085b08bcc47b2eb0f7b397a3b5381383 authored almost 3 years ago by Sergei Predvoditelev <[email protected]>
Psalm level 1 + minor refacroting and improvements (#140)

428be6dc292148c5469c83945939d7406b8a7bbb authored almost 3 years ago by Sergei Predvoditelev <[email protected]>
Fix #130, fix #131: Remove interfaces & getters (#138)

ca82a2978130a0cf51952a338bcfb467ff82d087 authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Apply fixes from StyleCI

4e6b731b221205ded4467c7724a6c533e9e9d2bb authored almost 3 years ago by Alexander Makarov <[email protected]>
Cleanup

17936930405f556d6e1bf8d7aa3ed02119377144 authored almost 3 years ago by Alexander Makarov <[email protected]>
Fix #136: Fix and refactor CORS and OPTIONS auto-response

Co-authored-by: yiiliveext <[email protected]>
Co-authored-by: Alexander Makarov <sam@rmcrea...

b1d59b1547be4888e6c1fae4554d13a736b4873a authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Reset arguments (#133)

315b5bb8969a03872f4af1a8be8c5e054f7cc067 authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Improve typehints (#129)

16ddb3df3bcdefd173cd8d455055e0903578cc16 authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Move parameters group into current route arguments (#128)

42166eb80b802405a9a560622421a96a260cecb1 authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Fix example code of creating URLs to README.md

34a32badb65d43dd6611c682edee5f45acbd1fb9 authored almost 3 years ago by Evgeniy Zyubin <[email protected]>
Adopt to middleware-dispatcher changes (#127)

335bbe50e0f347e0c429284c3c5609db40d21d1b authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Update yiisoft/http and development dependencies

1f15274604cdc1ea02fb18ce561853531a8e6085 authored almost 3 years ago by Evgeniy Zyubin <[email protected]>
Raise stability

089812286168efcd0b7401bb14f43fd4388cf7ee authored almost 3 years ago by Alexander Makarov <[email protected]>
Use stable middleware dispatcher

999d87e3d1d10b0e753e9099e8f4d18649ba6d65 authored almost 3 years ago by Alexander Makarov <[email protected]>
Add `CurrentRouteInterface` containing only getters for use in userland (#119)

30d3d9f09e7444a610f06a6f1da05c4fb15e3737 authored almost 3 years ago by Sergei Predvoditelev <[email protected]>
Fix #37: Add debug info to Route for debugging (#125)

3a1ac06a15f119f6c42b69a89a721db12cdee68e authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Fix #4: Add support for generation of locale based URLs (#123)

a345631d8ffd036ae29a7c086824109bd1880c25 authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Add auto response for OPTIONS method in same origin

f221fd416982e0a900bf62509fea2eaf37e4b41e authored almost 3 years ago by Rustam Mamadaminov <[email protected]>
Add `CurrentRoute::getName` method (#121)

4108045701d360d4ab684b89368cf7e34b11caa5 authored about 3 years ago by Rustam Mamadaminov <[email protected]>
Apply fixes from StyleCI

608873bb83e784b7ee9390d2c59cc8a4acef418a authored about 3 years ago by Alexander Makarov <[email protected]>
Update StyleCI config

62d33c966ba637d42228148493f6355f03eb42aa authored about 3 years ago by Alexander Makarov <[email protected]>
Schedule GitHub workflows (#120)

33029ea295a88c2aa9fca84f3f865fc3415a914f authored about 3 years ago by Viktor Babanov <[email protected]>
Improve CurrentRoute, minor fixes (#118)

a26af5016c4bd616b85bc8711ad2bb4887207d6e authored about 3 years ago by Rustam Mamadaminov <[email protected]>
#56 Refactor matcher so current URL is stored/accessed seprately (#117)

694aa09cbd0085ac10f4a3eed0eaf7fb6769ee5d authored about 3 years ago by Rustam Mamadaminov <[email protected]>
Fix #52, Fix #54: Split group

f2e62fd5426d3c4f4cc832e51b127893ca9a0ac9 authored about 3 years ago by Rustam Mamadaminov <[email protected]>
Cleanup interfaces (#114)

87e3ec6e4590ff42f36d0c0de208cb1046048b5a authored over 3 years ago by Rustam Mamadaminov <[email protected]>
Improve Group, add Group::namePrefix, Group::host (#113)

d356623a10c74773c5bca0943f4c697aa8e92dca authored over 3 years ago by Rustam Mamadaminov <[email protected]>
Route interfaces refactoring + fix psalm errors (#112)

44b64c42b2b4474fb8166e8d70eff2e0c6de3c94 authored over 3 years ago by Sergei Predvoditelev <[email protected]>
Revert parameters bag and introduce interfaces (#110)

57215996d40c0961de1b2bf1e8a44cb915ee059c authored over 3 years ago by Rustam Mamadaminov <[email protected]>
Fix #102: Use parameter bag (#108)

748f84826791556970fb272b8d306e7e437d4eb5 authored over 3 years ago by Rustam Mamadaminov <[email protected]>
Remove `Route::anyMethod()` (#107)

42b4841a57c0806f3789d72d0a3c2ffffea2f40f authored over 3 years ago by Rustam Mamadaminov <[email protected]>
Apply fixes from StyleCI

35e786e2572a0cba7b9a2eb0362038b4d7399432 authored over 3 years ago by Alexander Makarov <[email protected]>
Fix tests (#106)

fc03eb46e2cefff0c28742787ed03b65cd0c7e6a authored over 3 years ago by yiiliveext <[email protected]>
Fix readme

2598f09c9535a5fc49e6f9b5853de8bd580af898 authored over 3 years ago by Alexander Makarov <[email protected]>
Do not manage GitHub actions versions with dependabot. Too noisy.

7942b3ecf3eb7c894314b772f75efd9383435b1b authored over 3 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

4909b3ced7d3e2a9cd69df2dd41b470266db7b55 authored over 3 years ago by Alexander Makarov <[email protected]>
Fix #100: Support routes without action

bd7f133d70fef2f18bc54f03f2056ee328dc3dd2 authored over 3 years ago by yiiliveext <[email protected]>
Apply fixes from StyleCI

37bd1b09527009ea5957f2b93a3ce9c069381ab0 authored over 3 years ago by Alexander Makarov <[email protected]>
New routes and groups syntax (#99)

c799f4f9c63938b76cc5e7550c9fd6cdc9ac3f56 authored over 3 years ago by yiiliveext <[email protected]>
Use source-directory option for configs

cf43bffdfad24c9683eaf271ad731ddb84b67278 authored over 3 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

49e62c79015e4b84eb023b811717e185a63e47b4 authored over 3 years ago by Alexander Makarov <[email protected]>
Add ability to disable middleware in route ot group, remove group validation

See https://github.com/yiisoft/app/issues/70

37f54509e12811d921c102cebb2dba3c189151d4 authored over 3 years ago by yiiliveext <[email protected]>
Fix minor formatting in readme

5b0c2ccbcc6b4f4e53b619e88730c81e8fcd3c82 authored over 3 years ago by Marko Kaznovac <[email protected]>
Improve error message

ac73bc8b887e324d1b9e990da1e21bc044f3a155 authored over 3 years ago by Alexander Makarov <[email protected]>
Add implementation to be able to install router in dev mode

43205c951751ad5dde87fd895f843483af79fd0a authored almost 4 years ago by Alexander Makarov <[email protected]>
Fix #93: Use virtual package to prevent installing router without implementation

5e41bc38f554ca1e56ece06f6faa15820b47b675 authored almost 4 years ago by Alexander Makarov <[email protected]>
Add docs for override(), fix usage of deprecated Method::ANY

3c7578a3c9e13ef2021abed055115ec9016e2f40 authored almost 4 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

8b94d716eb7df65b1455a9e36c9f83862989722b authored almost 4 years ago by Alexander Makarov <[email protected]>
Add ability to override route

374c5c898afdb857a03fae5ddd4a230c45c95974 authored almost 4 years ago by yiiliveext <[email protected]>
Fix phpdoc types

8c1354f5a0b3c66de5db64eda47a7704b33d2837 authored almost 4 years ago by Alexander Makarov <[email protected]>
Update logo

cf6571cdb7852f2cb48ea854584e5478f58a4e5d authored almost 4 years ago by Aleksei Gagarin <[email protected]>
Adjust dependabot strategy

3b5468ea2b471bd295c0b2163e1ff8bddf69b02f authored almost 4 years ago by Alexander Makarov <[email protected]>
Batch add test-watch script and use testdox style for test script

fa9942e0c0efefa141e527449339cc735df4ccc0 authored almost 4 years ago by Dmitriy Derepko <[email protected]>
Batch add spatie/phpunit-watcher

b652a2c8f14a1c75a28194c50020d319a7a7b047 authored almost 4 years ago by Dmitriy Derepko <[email protected]>
Fix tests (mock EventDispatcherInterface in MiddlewareStack) (#88)

6ae3186732acf1bf80ac916b4abb2cc6b691dd5e authored almost 4 years ago by yiiliveext <[email protected]>
Fix RouteCollection (#87)

112cfb8ea41e16456917753435f553744ae48144 authored almost 4 years ago by yiiliveext <[email protected]>
Document addMiddleware() methods (#85)

148e082b4ddf67877952bff4f6e2c51340d0b94f authored almost 4 years ago by Alexander Makarov <[email protected]>
Merge pull request #86 from yiisoft/dependabot/composer/roave/infection-static-analysis-plugin-tw-1.5

Update roave/infection-static-analysis-plugin requirement from ^1.4 to ^1.5

75e4ad774345b39b485aa5d8cfd416aa5173ed6a authored almost 4 years ago by Wilmer Arambula <[email protected]>
Update roave/infection-static-analysis-plugin requirement

Updates the requirements on [roave/infection-static-analysis-plugin](https://github.com/Roave/in...

a64964cff2462c1d0378fbeab2db3acf5fb7e145 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adjust StyleCI rules

eaee7fa496dbf6c41cf5fa6ce3203aa3086e74b1 authored almost 4 years ago by Alexander Makarov <[email protected]>
Update StyleCI config

ede99d0b02de9b0f642b55714d0dabde9be82034 authored almost 4 years ago by Alexander Makarov <[email protected]>
Update StyleCI config + fixes

ad233034e502cc8a09661dc682ba854c7141c396 authored almost 4 years ago by Alexander Makarov <[email protected]>
Merge pull request #83 from yiisoft/dependabot/composer/vimeo/psalm-tw-4.2

Update vimeo/psalm requirement from ^4.1 to ^4.2

27baa1d20698ea3068c455e66162f65adf1f18b3 authored almost 4 years ago by Wilmer Arambula <[email protected]>
Update vimeo/psalm requirement from ^4.1 to ^4.2

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest v...

cd928c3a7c5286768f29cd04dbe0a178c8bd88bb authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update roave/infection-static-analysis-plugin requirement (#81)

a759b786239b738706a9e6418ab9bf591d9a6bb5 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update nyholm/psr7 requirement from ^1.0 to ^1.3 (#82)

e82d7dce4dc6b9aadfa8e9a624a7cb564352a301 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update .gitattributes

4eb3552acb29ad6b71f27060fe77f9dccbaad92f authored almost 4 years ago by Alexander Makarov <[email protected]>
Update Scrutinizer config

873d7af1f6f659116659d47383ba9781f68f9e52 authored almost 4 years ago by Alexander Makarov <[email protected]>
Add dependabot config

432f6d2e1d56d55d24564ae6961ebccc248b7f81 authored almost 4 years ago by Alexander Makarov <[email protected]>
Apply fixes from StyleCI

4ad3d562c82d08af5d047bdceb3ed2d2f4a0710f authored almost 4 years ago by Alexander Makarov <[email protected]>
Improve error when Group middleware validation fails

4420d52dc2d7d07c1c0386b338335418f8a4eaf3 authored almost 4 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' of github.com:yiisoft/router

a7de24092e8a5c7438767a25fd778a00f3c2bd72 authored almost 4 years ago by Dmitriy Derepko <[email protected]>
Add composer test command

ab4c698e117d2c9ad393ab094834fcb3932974a6 authored almost 4 years ago by Dmitriy Derepko <[email protected]>
Adjust LICENSE (#80)

aeebcfe8545c662f1a1ece108c0d2b09ac344501 authored almost 4 years ago by Anton Samoylenko <[email protected]>
Update dev dependencies, pipelines and Scrutinizer

1afb253d1dcaad8c2bb47161ddcd5c004daa102f authored almost 4 years ago by Wilmer Arambula <[email protected]>
Remove getLastMatchedRequest, add getCurrentUri (#78)

b0f89509b90ab83edfca3a95bd490406077def72 authored almost 4 years ago by yiiliveext <[email protected]>
Remove getRouteCollection method from UrlMatcher (#77)

771b0979ea4a51bb864e6554493d0f5a8bca6820 authored almost 4 years ago by yiiliveext <[email protected]>
removed useless middleware configs after #75

48db6c4696d8b691efa1c9bbec6ae3269d052d70 authored almost 4 years ago by strorch <[email protected]>
Move middleware stack execution to separate package (#75)

866672d3d252af2426f7c13f93bf9755938906d4 authored almost 4 years ago by yiiliveext <[email protected]>
Apply fixes from StyleCI

9d59ebc548596681d7471bb257cfec383dc0c19c authored about 4 years ago by Alexander Makarov <[email protected]>
Remove unnecessary middleware wrapping and cleanup (#70)

8459804a95dc19cfa0910eef12e92f4b6b6a035e authored about 4 years ago by thenotsoft <[email protected]>
Fix dispatcher injecting, refactor (#68)

Co-authored-by: Alexander Makarov <[email protected]>

4f22f85f99808a36f0f842ddec29b62b4fa8cd99 authored about 4 years ago by yiiliveext <[email protected]>
Enhancements (#65)

1da3d95f8cb22e32aef1b08c87464fcbcac7f83c authored about 4 years ago by romkatsu <[email protected]>
Move stack execution to dispatcher (#63)

fe93615f288ad9a6818a3dc182740e91ae681766 authored about 4 years ago by yiiliveext <[email protected]>
Use stable version of yiisoft/http

f8dde9ca56f2cdddfabd8ceb18e16d713e2c7789 authored about 4 years ago by Alexander Makarov <[email protected]>
Fix getting tree with unnamed route in group (#61)

0aa21b9d4f498940b3fa6f6076ba323a35141c5b authored about 4 years ago by Alexander Makarov <[email protected]>
Fix route naming (#59)

ab20eb175068f5d5bd8e213a52b320ad418946fa authored about 4 years ago by Rustam Mamadaminov <[email protected]>
Apply fixes from StyleCI

cfbfb8a5b5662f5c0a4ad73b0f3fd2036a2bcbd9 authored about 4 years ago by Alexander Makarov <[email protected]>
Update dependencies

1c2f0d46970da4f969855c56d5975c84f266f547 authored about 4 years ago by Alexander Makarov <[email protected]>
Update repository meta-files

d4177026665d71d2989fb6de91d8a9a303ab7a16 authored about 4 years ago by Alexander Makarov <[email protected]>
Update Scrutinizer config

fc8ef2ac82e4886227ae689e140349e342d852ce authored about 4 years ago by Alexander Makarov <[email protected]>
Move psr/http-factory to non-dev dependencies

7fc855c03da0e21eb1723bbe45e2ab497f0c7888 authored over 4 years ago by Alexander Makarov <[email protected]>
Remove unnecessary "final"

c995464e4c5fcc83abf97e94144862536837254c authored over 4 years ago by Alexander Makarov <[email protected]>
Update tests pipeline (#51)

09306fddd198f0228e2ca1f97ef5150d3bb9be30 authored over 4 years ago by Wilmer Arambula <[email protected]>
Use github actions to run tests, fix PHP 8 (#50)

08228dd5b77c91448cb4b1b512d890218514d08a authored over 4 years ago by Alexander Makarov <[email protected]>
Update RouteCollectionInterface.php (#48)

b6349ffdf986e3437531e11740df5266e5c06f6d authored over 4 years ago by Dmitriy Derepko <[email protected]>
Use release of yiisoft/injector

04051f053c4f74bf1794b4d8c98f45d9a27646c3 authored over 4 years ago by Alexander Makarov <[email protected]>