Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Slim Framework
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Collective -
Host: opensource -
https://opencollective.com/slimphp
- Code: https://github.com/slimphp/Slim
github.com/slimphp/Slim - 7aa29a091f30ffc998e57d1be1586be03c9fd9a5 authored over 2 years ago by peter279k <[email protected]>
Update laminas/laminas-diactoros requirement from ^2.11 to ^2.14
github.com/slimphp/Slim - 9ceff7bac73172aaf8ed7030eaabfc82b3493ee0 authored over 2 years ago by Pierre B <[email protected]>Updates the requirements on [laminas/laminas-diactoros](https://github.com/laminas/laminas-diact...
github.com/slimphp/Slim - 8a001ce9b1cfa3eb5140cd5de966fb7dca20ecc8 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Cleanup
github.com/slimphp/Slim - a4967e37484445cdf8a9f052ce95688523953a00 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - 880e8c7d406e7c5f3eafbae49f3f694564c26c22 authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - 77e2d62e2ae84a90e1dc74f768e6666fc6f72a7c authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - 12025b90dbb5c6ebbc25bf017e3e4711195cc40f authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - 565a475565813ebf1bffd5368930a59081195179 authored over 2 years ago by Amir <[email protected]>
github.com/slimphp/Slim - d05c917181c971d0ffd7877fe8147d9d7daf17c1 authored over 2 years ago by Amir <[email protected]>
github.com/slimphp/Slim - 5938b7249019b948851ac4cdd9e0b07c9b611002 authored over 2 years ago by Amir <[email protected]>
Refactor
github.com/slimphp/Slim - f640f633eaad33bbccf4f17b497392adf4f8dc34 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - 1ce17b7d0ca8f258073fe76631621164347430b5 authored over 2 years ago by Pierre B <[email protected]>
Refactor some code
github.com/slimphp/Slim - 484a32a5ed1bb9fc05269b0f13eb8e63c8caaeb1 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - c3dbd5431c02af9f0d2dbd3e047aec6b6270d848 authored over 2 years ago by Pierre B <[email protected]>
Assign null coalescing to coalesce equal
github.com/slimphp/Slim - 2d2a295316d6e3da55cf68670eee87d459483c57 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - beef6490497032d19b10f353a9dc2d9f8b666d6d authored over 2 years ago by Pierre B <[email protected]>
Is null
github.com/slimphp/Slim - fbb442eb11bfbe621c5d44f798ffe7f2408ae17b authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - 34c313f5fb09fa842f1f4be4d10b8580429089e4 authored over 2 years ago by Pierre B <[email protected]>
github.com/slimphp/Slim - 3064f8e5baeb1678ff690fdedc846f889e2cf353 authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - c1c3e0073dab0eaa22a541997b0f411ef071b01c authored over 2 years ago by Mathias Reker ⚡️ <[email protected]>
github.com/slimphp/Slim - 3c173e86ce06ebc1adff4bf53125aadc8e768f05 authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - 8d21019c3d376b570a62ff2353a1d4e186a1bbcf authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - da61426a95b0f59e39cd5d86cd7fcad5fc523ccb authored over 2 years ago by mehdi hasanpour <[email protected]>
Void return
github.com/slimphp/Slim - 4a61e2829b7ef912fe1ad3072735903243e6769d authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - b74a77471df3c33181a60ba65bdd815dfcfbc347 authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - f506db5a2bcc19b8454e01992474b76c6b51423d authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - ffa95245c248dc43f0df78d34cbf6f8e8e04f1cf authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - d8975660d6402120a241f4ae6269d859b561b987 authored over 2 years ago by mehdi hasanpour <[email protected]>
github.com/slimphp/Slim - 7972adba0d56468a734c99a26b5e39f445e86d7c authored over 2 years ago by mehdi hasanpour <[email protected]>
Replaces is_null($var) expression with null === $var.
github.com/slimphp/Slim - c48a86905a3a935104bb269f0295913c301a37a4 authored over 2 years ago by MathiasReker <[email protected]>Add void return type to functions with missing or empty return statements, but priority is given...
github.com/slimphp/Slim - f799d17fa8e2e181248c794cc59ef4c1c9251760 authored over 2 years ago by MathiasReker <[email protected]>Use the null coalescing assignment operator ??= where possible.
github.com/slimphp/Slim - 399e84ad68682d261ab435a071c55e4a3b1468ee authored over 2 years ago by MathiasReker <[email protected]>Update phpstan/phpstan requirement from ^1.7 to ^1.8
github.com/slimphp/Slim - 5859b2e926eb0b21c86e922542c9466b71f37df1 authored over 2 years ago by Pierre B <[email protected]>Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...
github.com/slimphp/Slim - e00ee8964b80dde4e2a0823ff55786807b1090ef authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Update squizlabs/php_codesniffer requirement from ^3.6 to ^3.7
github.com/slimphp/Slim - d36d9f34240d9c55868dfd8f4277c080e8f0156d authored over 2 years ago by Pierre B <[email protected]>Updates the requirements on [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSni...
github.com/slimphp/Slim - faa5b968d880d908ffa324f52bad5d832c8e154c authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Update guzzlehttp/psr7 requirement from ^2.2 to ^2.4
github.com/slimphp/Slim - 29a362fb26dee65c436b3130cf6f197482507c49 authored over 2 years ago by Pierre B <[email protected]>Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the late...
github.com/slimphp/Slim - 6636b27a7a0e27556f397c77b765ae0c5c67e972 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Remove redundant docblock types
github.com/slimphp/Slim - fa543626c8ca705e398f2a920651512117530fd9 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - abc7f5671274bb79d1d18f7a07440e65f1122bd6 authored over 2 years ago by Pierre B <[email protected]>
Update phpstan/phpstan requirement from ^1.6 to ^1.7
github.com/slimphp/Slim - 6ff5bf4284fa5429f526bba61a6cef637f392a27 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - b9b8b24483de75fa303cff451fa98c45afb7d95d authored over 2 years ago by Pierre B <[email protected]>
github.com/slimphp/Slim - 16663da4ac995861a86ea03ea98d44887cb615ef authored over 2 years ago by Pierre B <[email protected]>
Update laminas/laminas-diactoros requirement from ^2.9 to ^2.11
github.com/slimphp/Slim - 753bba20259e695c28a06368f4dfd3030fd3718b authored over 2 years ago by Pierre B <[email protected]>Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...
github.com/slimphp/Slim - c89f4eb84e20abf827bfec57a481eeb85a191652 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Updates the requirements on [laminas/laminas-diactoros](https://github.com/laminas/laminas-diact...
github.com/slimphp/Slim - 7321dcd7d7097ae6b449f6747c95be9d6b926d4c authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>github.com/slimphp/Slim - ebc08142351c6366ec56aa1faa0f9537657e75a5 authored over 2 years ago by Theodore Brown <[email protected]>
This will make it easier to read and refactor the code going forward.
github.com/slimphp/Slim - 0305b2af2ad2f862ade26d1c0c05c08fb5459190 authored over 2 years ago by Theodore Brown <[email protected]>Handlers types
github.com/slimphp/Slim - 187d99d528ed6a176f09cec089d738ad89f5b401 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - 16af910bd4a649b3131f1c1c8a30ecca4a1eae97 authored over 2 years ago by Pierre B <[email protected]>
Adding types to AbstractErrorRenderer
github.com/slimphp/Slim - f8f13773eb899c55ba9bfdfbcd386149c7458eaa authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - eb436fdfcf46e86cb46b283d5cdb7ec22650e5ce authored over 2 years ago by Pierre B <[email protected]>
Adding prop types for Exception classes
github.com/slimphp/Slim - f3fd48783f5ddc70f8883602cdf5d1e17a1e7d76 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - bcde908f9825439c56530cf18b5661daad8a644a authored over 2 years ago by Pierre B <[email protected]>
Routing types
github.com/slimphp/Slim - 1eab45eb2750654f06247255dd6325dc3635f27d authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - d8bbc7fe300c1f6fccd02772e7e49729b41c6de0 authored over 2 years ago by Pierre B <[email protected]>
Adding property type declarations for Factory classes
github.com/slimphp/Slim - ebc1602dfc6f5ae6fdc2935beae9579aa55dcbfd authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - 4a154f5206599125a948c1b77c6069ceacfa74ca authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 2826391c46c6c36f0f172ae786d816e0bcc7bda3 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 4ffd3c866b75269a4caea5eae1721ce97920aac0 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - b99b90331cc65c9f91651c3319939502753d532f authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 52c96d94275ca0e8ee7e5425b695a1d656735b5f authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - d1e96d0c3019c265ef6c6f2a41b636488428b716 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 117b44acff9fd4f4960bd75f7978957a343d6660 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - ad5b0326cd7c01106c16d47debf9efb4742231da authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 9ffbf377b4d8b23848adf7fedf23e0c5e3b8477e authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 765a2179ca0e8c3545d47606b446785a5c2d3e32 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 59e143e0e92c7e63b23be46c4edc517d9d401dfd authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 84748bd5c7a7e1dae9736253b68ccec92b09b851 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 776582453bf955ff2d8c4290fcda655c311813b8 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 9e5bf3765d31d1c4f36bbd4b391f92c97567e702 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 44a58e34a42d4bb63a657de6ab49816c63d0be90 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 55b1f86f2d4254c6dde4c4bad8cacc8fe7d19b9a authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 14efd96c1c0894624a5a54d964c5652fec1bd226 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 0a0d6a4fb3148d356cd721405041780039452f43 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 5028978e32e775ec5578ff5d2ed7a982f742ff77 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - dc832d20069950ded603e3557ee158fe41f01bf5 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 1b419ea809e92ff32845ee53867046b42758eb43 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - a80ab62b48875b76eab9b5dcfd5b8e13569e3307 authored over 2 years ago by Ashley Coles <[email protected]>
Update phpstan/phpstan requirement from ^1.5 to ^1.6
github.com/slimphp/Slim - 40b854c3e371fd4554a93cf30e05aa2be81b6897 authored over 2 years ago by Pierre B <[email protected]>Adding property types to Middleware classes
github.com/slimphp/Slim - 474de300be0c3d972fcef3bfd75f9e7d83705f46 authored over 2 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - 2f8e69ee456f1f58d523084299cec1dbdaa6bfb3 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 71a8d8cc43058ebf1eb406033f48c159cca95880 authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 777371b44378964033e725ef4eae1ab5ec0fdb5c authored over 2 years ago by Ashley Coles <[email protected]>
github.com/slimphp/Slim - 1b4ec3ee1910ac1101c23a47c56ef7ca39569508 authored over 2 years ago by Ashley Coles <[email protected]>
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...
github.com/slimphp/Slim - fe1ac1e03548adba2d5adf3744fb6deb2ca0cbc9 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Update adriansuter/php-autoload-override requirement from ^1.2 to ^1.3
github.com/slimphp/Slim - f87addd2cb5819c7a9690a3c03708ecce36974fc authored almost 3 years ago by Pierre B <[email protected]>Updates the requirements on [adriansuter/php-autoload-override](https://github.com/adriansuter/p...
github.com/slimphp/Slim - fbab438776bf70210eb56caf2235576d9f8cfd80 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Update phpstan/phpstan requirement from ^1.4 to ^1.5
github.com/slimphp/Slim - b423b748c3bfc4f10699dd385e8e518f9a3a862b authored almost 3 years ago by Pierre B <[email protected]>Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the ...
github.com/slimphp/Slim - 2953baa682cf1b1290e7ef77e243ec23383ba7a9 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Update laminas/laminas-diactoros requirement from ^2.8 to ^2.9
github.com/slimphp/Slim - 859d5f706569cee78fcbf3304a8e1f4e73a502e8 authored almost 3 years ago by Pierre B <[email protected]>Updates the requirements on [laminas/laminas-diactoros](https://github.com/laminas/laminas-diact...
github.com/slimphp/Slim - 74a8d33a6a1a824d3b617d916cc7920bcac4343b authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Update guzzlehttp/psr7 requirement from ^2.1 to ^2.2
github.com/slimphp/Slim - bec31d6d81504f7fa1a7a8347d2ac999bc6a6602 authored almost 3 years ago by Pierre B <[email protected]>Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the late...
github.com/slimphp/Slim - 0fe3f2ae02558661509837413e15aac8e6ca9f3d authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Declare types
github.com/slimphp/Slim - bd1888956b71bdf4c867c4c91bfb58ab09bee4b2 authored almost 3 years ago by Pierre B <[email protected]>github.com/slimphp/Slim - aaa7adb92c86a2cea6c07c52ca6a44078a59a8d2 authored almost 3 years ago by N'Bayramberdiyev <[email protected]>
github.com/slimphp/Slim - 01018a9ce8edd8c79ba5bf9cf726eda55e3afab3 authored almost 3 years ago by N'Bayramberdiyev <[email protected]>
github.com/slimphp/Slim - 7b35f58a002956dc76d1015fa26ae2121f4172ab authored almost 3 years ago by N'Bayramberdiyev <[email protected]>
github.com/slimphp/Slim - 5064bf23e432d0dca49243fc1c4bca2dd99f6741 authored almost 3 years ago by N'Bayramberdiyev <[email protected]>
github.com/slimphp/Slim - 752170cb5fb98de7ff21e7c3488f9e21cacdc753 authored almost 3 years ago by N'Bayramberdiyev <[email protected]>