Ecosyste.ms: OpenCollective

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

github.com/slimphp/Slim

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
https://github.com/slimphp/Slim

Duplicate changes made in 25802a17275c13927caef21a6d46d0db4639fa66. See #774.

8898922104de130778e93c2dc9e07a285caeb99c authored almost 11 years ago
Separate individual stack trace lines with div elements

e0e668a268932a51825fdd0cccae33efdc03e74d authored almost 11 years ago
Remove obsolete code from \Slim\App::subRequest, fixes #754

4d147b8404bfd7bc32e461ec9221941c648c3505 authored almost 11 years ago
Add missing semicolon to namespace declaration

846d6e1ae0418d51b5200070b495648e475e103f authored almost 11 years ago
Why do Collections extend Pimple?, reverted to previous definition.

Implemented ArrayAccess and fix tests.

9a6f31946ee1f595860069903f0a2a210d30e27f authored almost 11 years ago
switch requirement to pimple 2

20e755ea27bfdc83f60bd81533799975cecbc1e8 authored almost 11 years ago
pimple 2 now sees anon. functions as service definitions

ce659a1d853766acff8ff841c80d367fe9e04219 authored almost 11 years ago
Clarify apache setup

Adds in a hint for the Apache AllowOverride setup to permit the .htaccess rules to rewrite incom...

c182e826b6447f8c3986beaa978fd54adf0bf85a authored almost 11 years ago
Manually migrate Jeremy Kendall's case-insensitive route matching into develop branch

29ea4a4b51713a96cd552931b0bd16591c9b92b3 authored almost 11 years ago
Cast hash_hmac data to string in \Slim\Crypt

967ea2067e8ee4084ef87d38fc9eaea5237a50cc authored almost 11 years ago
Add require-dev: phpunit (with proper .gitignores)

6c8ce355a156a272699e9e65aee19b9398b85241 authored almost 11 years ago
Fixed spelling mistake in get() DocBlock

3af8c00e3c1cca45b2e6a6e214655444110b0e2a authored almost 11 years ago
Merge pull request #735 from zergin/add-require-dev

Add require-dev: phpunit (with proper .gitignores)

fa44de9a0c1dc6f3072a23356ed94723fc82137b authored almost 11 years ago
Allow all valid characters in function names of getCallableAsClass

This uses the [a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]* regex as specified by https://php.net/man...

f28252d406e58434094fd905b18917930d206293 authored almost 11 years ago
Duplicate changes made in 25802a17275c13927caef21a6d46d0db4639fa66. See #774.

acd152d13673b93913e201018dc41dc9e4a00afa authored almost 11 years ago
Separate individual stack trace lines with div elements

3a730d82e7aa9c809cfc8d610bcee19479f642b3 authored almost 11 years ago
Merge branch 'develop' of github.com:codeguy/Slim into develop

510feaeac7a89fcb05a082ee4f9449ad8517dfaf authored almost 11 years ago
Clarify apache setup

Adds in a hint for the Apache AllowOverride setup to permit the .htaccess rules to rewrite incom...

cdb33061871b0ad814dbb53e26755b818524f297 authored almost 11 years ago
Merge pull request #749 from scottwakefield/patch-1

Update Request.php

fdf9c296f6d4a90baf6e5d9bd259b4473872a2b5 authored almost 11 years ago
Merge branch 'develop' of github.com:codeguy/Slim into develop

36a984a4506f80902481d60b81e2197227d9a0e6 authored almost 11 years ago
Remove obsolete code from \Slim\App::subRequest, fixes #754

8be9b244ddc9f3ab2d11bc983ad787a59cedc573 authored almost 11 years ago
Merge pull request #769 from jamesmcfadden/missing-semicolon

Add missing semicolon to namespace declaration

259fcb6932b7b698028a26d2f055d4b06f477892 authored almost 11 years ago
Merge pull request #775 from andrewmman/dev/pimple2

As suggested switch to pimple 2, closes #762. I believe the Collection class was updated to exte...

dd247e01973cc80bda73fdd585356c16f869c46f authored almost 11 years ago
Add missing semicolon to namespace declaration

3f7e41e92eb57f81d50e4c3b949015664737da2c authored almost 11 years ago
allow passing array of methods to Slim\Route::via() and Slim\Route::appendHttpMethods()

86654ba38ffa5f9c45422d8e8268a9698080c182 authored almost 11 years ago
Why do Collections extend Pimple?, reverted to previous definition.

Implemented ArrayAccess and fix tests.

b21ab6a2420d1695839611da5b764a1024e29542 authored almost 11 years ago
pimple 2 now sees anon. functions as service definitions

0221d663a70fe9fe27283b64679a55f17edc9f41 authored almost 11 years ago
switch requirement to pimple 2

d8f005613744ec0a17f0de9f49d8998f2cd86768 authored almost 11 years ago
Manually migrate Jeremy Kendall's case-insensitive route matching into develop branch

08a831e470c0a53388593abdc93cdac9577354c0 authored almost 11 years ago
Cast hash_hmac data to string in \Slim\Crypt

1abdbb60f050d9f6efc53e25fcd673af2a360a0b authored almost 11 years ago
Fixed spelling mistake in get() DocBlock

01a33bcf6729050fe8ddad698d0bdbe410484e42 authored almost 11 years ago
Add require-dev: phpunit (with proper .gitignores)

a73e1e1905e1099075318d20ab973a088b42b5fe authored about 11 years ago
RouteTest: also test whether invoked callable received correct params

4f2a53a222ec94fb8a13d29e001742a1d17e8c5e authored about 11 years ago
Route: fix arguments not being forwarded to wrapped callable

d2cfd2c9ce877edab9b63b7e59f1e9caf6b4dcf6 authored about 11 years ago
Fix RouteTest::testGetCallableAsClass() test

db148208bbceb8bcccad58f9fa0f32617f1a3930 authored about 11 years ago
Lazy-initialize class in \Slim\Route::setCallable()

You don't want to construct all kinds of objects when setting up your routes, so don't initializ...

7397b1d3c7543d2e6412ca78d43d12f2f5ac6499 authored about 11 years ago
Add Session unit tests with Mockery lib

1078fb86adeaa0285719da4c0c45369568498a0b authored about 11 years ago
Merge pull request #719 from akrabat/session-finalize

Don't start a session when finalize() is called.

a60906bed9044eb77760a6b4d3d947fc63543d3e authored about 11 years ago
Fix session issues with unit tests

68e7ad2a123fdbe26c54233ba93f2b14d75373c8 authored about 11 years ago
Don't start a session when finalize() is called.

If the session hasn't already been started, then there is no need to
start one in finalize().

27f0ab20580932e916f9c7b31672595b414021e6 authored about 11 years ago
Separate session ID detection and initialization for easier mocking

2b597930256f8b82047bf39c23d55e826a73ab93 authored about 11 years ago
Omit \Slim\Session::setDataSource from official api

8f41223e5dcfae8af69633a0d45ead3ebf84f212 authored about 11 years ago
Swap \Slim\Session custom handler and custom data source priorities

a49d49f7871a05dbb75ae3377789d671cfaddca9 authored about 11 years ago
Refactor \Slim\Session, unit tests coming soon

49ad72003d71788aa10c57c5e3fa10a151316d59 authored about 11 years ago
Let \Slim\Http\Request::getScheme() respect X-Forwarded-Proto header

60cc1e4dc3165f268763ca46527be28d35823095 authored about 11 years ago
Merge pull request #710 from designermonkey/light-fixes

Light fixes

c8e1e75242f2198d0e3da8ee663c45f1c833dd21 authored about 11 years ago
Merge pull request #706 from marcioAlmada/fatal-middleware-stack-error

Detect circular middleware stacks

e20b78a5606e21163bd13237dbd0b05acf4f9a22 authored about 11 years ago
Merge branch 'develop' of github.com:codeguy/Slim into develop

2404b01de76e69fd2a8de9d36373ec6d348cb861 authored about 11 years ago
Merge pull request #714 from designermonkey/ignores

Added a git ignore file to help developers

0216bba07ecfcc7d443337db9d569fd8b5bd4109 authored about 11 years ago
Remove superfluous methods from interfaces

7b9d09fe7d8fb73272b5f4c15a0e6f45e148a956 authored about 11 years ago
Use interface multiple inheritance

caee7179d1b192970ea2f5bf4b631d7449140862 authored about 11 years ago
Added a git ignore file to help developers

e5b8065bfb650f726845b6d85b22082f1074eec7 authored about 11 years ago
Updates for interfaces, unit tests passing again

f124124fbf2b5224af91a2016baa2b76014c2f82 authored about 11 years ago
Merge branch 'feature-interfaces' of github.com:designermonkey/Slim into feature-interfaces

Conflicts:
Slim/Collection.php
Slim/Http/Cookies.php
Slim/Http/Headers.php
Slim/Http/Request...

4b9d4aa83096cb6b57633e9cb5013b40734c71d2 authored about 11 years ago
Initial work on CollectionInterface.

f6c617ec9ec38a3705466afd453b36eb624cc938 authored about 11 years ago
Removed reference to Crypt in CollectionInterface. Removed todo comment.

4c499fe9334a6be99969f8e375604d8fcc2f9aae authored about 11 years ago
Include static function getMessageForCode() in Slim\Interfaces\Http\ResponseInterface.

d24a20990cdf09809a103cd6e0c11f1a5b261540 authored about 11 years ago
Add Session handler interface for php < 5.4 support

be754fe3918b985d637dd62e5d5792e4f2c0e134 authored about 11 years ago
Fix the Session and Flash interfaces

25adc5733d59de60122ceeba96d2dedfd8c46c18 authored about 11 years ago
Fix missing parameter

bcab39d7a59a6b12a8691271529abd6c099d5040 authored about 11 years ago
Remove extra definition

d8dff6020168f90105ef121ff44234c1a21dc70e authored about 11 years ago
Add Response interface

d6ea17fcc642acf98e0380abaa0ac6131c4f26a4 authored about 11 years ago
Add Flash interface

dd52ca50cb19f642c06cec0336cd2811715c6304 authored about 11 years ago
Add Route interface

b0c32007f1de70e912eb12923223ad9a0c9ffa92 authored about 11 years ago
Add Router interface

8f8f2fc067d5ef54bfb8d9d392734add8eeae6d9 authored about 11 years ago
Add Session Interface, require session handler to implement SessionHandlerInterface

bcb5ff513a13f74b2ec8e0426fe609a8c13ed57c authored about 11 years ago
Removed reference to Crypt in CollectionInterface. Removed todo comment.

babac1274617f427d02510b7b9682c1ea84f71a3 authored about 11 years ago
Resolved incompatibility between Slim\Collection->replace() and Slim\Interfaces\CollectionInterface>replace().

3702cbbbfd2b5365e9746d6f72fb747f1b458df1 authored about 11 years ago
Empty Environment interface

2c6d2f11d0b42a731b327fdce82adeb3bfcb19f9 authored about 11 years ago
Initial work on CollectionInterface.

43065c8d75ea1d729a6be100b178dec185f1e01c authored about 11 years ago
Include static function getMessageForCode() in Slim\Interfaces\Http\ResponseInterface.

1228367c7d15d2ea085121c4fbfe0004b4cceb72 authored about 11 years ago
Fix classes for interfaces

239abeccae4b8dd5f06cf341c99ee51ff686fe85 authored about 11 years ago
Add Session handler interface for php < 5.4 support

93c673f35c39df45e78017c28976f39ca2dbf90d authored about 11 years ago
Fix unit test

6a7c9ee66b502c864f33c39168a6709f183264cc authored about 11 years ago
Make App look for ViewInterface instead of View

35668a3479953a734a1a56928f1b16c701ba9272 authored about 11 years ago
Remove extra definition

d4e34f098925ecc2f0a459a89aa2613247698223 authored about 11 years ago
Fix missing parameter

f9d1712efcf60a23574fa53a0c165d21f04d7b37 authored about 11 years ago
Cookies encrypt to depend on interface

1ab912bb96c6e62c3c28f7782b61c4b2a4864fda authored about 11 years ago
Fix the Session and Flash interfaces

482c73ef3532e25d99d133bdba20239f5fe3b128 authored about 11 years ago
Empty Headers and Cookies interfaces

3e5f8a99cf5cac14560d0ebfd585cd25b981f2ae authored about 11 years ago
Fix Headers phpdoc

acfbbaa29645db857499c4f998673b2230bbf072 authored about 11 years ago
Add Request interface

d9ab98ade99b59a2260840260cebeed1b6f17c64 authored about 11 years ago
Add Response interface

9e89d1324a4114856e4563cdf0c57518fa4a262a authored about 11 years ago
Add View interface

1537c6de70aefc9412e0deee4a318bace0a87440 authored about 11 years ago
Add Session Interface, require session handler to implement SessionHandlerInterface

63f6b31ebb03a30b25dee8d55e56de3c961bf392 authored about 11 years ago
Add Route interface

1819845451d627252a4557a036fa08bcb4d73362 authored about 11 years ago
Collection to expect interfaces

6bf0dc792963fac234aa5b000d59d06477446595 authored about 11 years ago
Add Crypt interface

d9f2d939a2aad83b1db5d2eced376cf1e538879b authored about 11 years ago
Add Flash interface

523c988fdb715add955f27df0d06e86c6a8fdf7a authored about 11 years ago
Add Router interface

76d4fbe7f5e070b5c8feaca9f163df4436376f47 authored about 11 years ago
Fix code to pass unit tests

3603f7e0a23e41ec53d23658c110b872c87d221d authored about 11 years ago
Merge pull request #704 from designermonkey/config-handler

Configuration Handler

c8e38ce7ad79faeec20b6ef03d8b1de0f3021c22 authored about 11 years ago
Fix new subRequest method to follow new Http classes usage

751451b516203347bc985425ab7c2c6f661bb690 authored about 11 years ago
Change headers class to separate parsing from constructor

88cff10c8bcb36b4650965fb20082008c7a5b680 authored about 11 years ago
Fix exception message

eea2c8dbdaedc2ed88f044d691f63764ea69dc7e authored about 11 years ago
Merge branch 'feature-interfaces' of github.com:designermonkey/Slim into feature-interfaces

09bb66a06bd926455b645e38cac94a720e427f69 authored about 11 years ago
Fix unit test

e9b8622da1a557ed8a1cb7f975ed7c1780d2212d authored about 11 years ago
Include static function getMessageForCode() in Slim\Interfaces\Http\ResponseInterface.

b35984b868d57c315e126aabbc58c78656760fa3 authored about 11 years ago
Fix the Session and Flash interfaces

255fe3638839bd6ec793a2fd662ffb35731fd27a authored about 11 years ago
Resolved incompatibility between Slim\Collection->replace() and Slim\Interfaces\CollectionInterface>replace().

a525720feb30736f9a3e2678a044276458637a4e authored about 11 years ago