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

Fix method name

867943a1a89f2da6c629307f351812b355197b2c authored over 11 years ago
Finalize session implementation

e69b944ff620a90a79432b23cb3288c9e816d9fa authored over 11 years ago
Implement session class and session middleware

e0aa95f0e0b56c62c0031f0047711524be5e141f authored over 11 years ago
Merge branch 'feature-ioc' into develop

5be54aaf462db05f97ff22ddd32c9298081a6b18 authored over 11 years ago
Update inline docs for Slim::$container variable

dbd2f9cf9541c1decad0b7953b1f986e9597cc0e authored over 11 years ago
Merge pull request #535 from mnlg/set-replace-container

replace Container with Helper\Set

a5094b7672c2b815a9735bd7605c3feaf17c926c authored over 11 years ago
replace Container with Helper\Set

985dc9243988d058f09189c1175a24fbd37256e8 authored over 11 years ago
Fix a few broken unit tests

8ea6d58ee2fa5b144ee24daaf8e0ce93eb5b8690 authored over 11 years ago
Implement IoC container

c62d671b193d874555b492b059d2c6dfbfc661fe authored over 11 years ago
Merge pull request #450 from mnlg/MoveDispatchToRoute

move dispatch method to \Slim\Route

72f0c78bc6eb52e1ac56f36f575247e04c4213aa authored over 11 years ago
Merge branch 'develop' of github.com:codeguy/Slim into develop

555d3afd9d0f9a39d00896b8f55e716ad4a18100 authored over 11 years ago
Map routes to router in Slim, not in Router

36b321f0313b87a3fcf2873d446a0859bc446b48 authored over 11 years ago
Merge pull request #528 from instalic/environment_getinstance_warning

Environment getinstance warning

bacf772b3c975b6ff4fcbbec78db870b29b5a416 authored over 11 years ago
Refine Router::urlFor parameter escaping

86fb42f9363aaa227553dae4a85b5fcd3170128d authored over 11 years ago
Prevent code injection within Router::urlFor with preg_quote

ae7c4815929af0baa0abdc6f81e0dc73f1ff785e authored over 11 years ago
Fix merge conflicts with pborreli/typos

09545b50a6c1bfb10d1ab7bac60592b8a78a3e2f authored over 11 years ago
Merge branch 'develop' of github.com:codeguy/Slim into develop

bfabc20b10db7a7615cea8c4665f5ab6406044ba authored over 11 years ago
Fix merge conflicts for PATCH verb support

12a52576d99e91d30d85f724b351fa4158919ad4 authored over 11 years ago
Merge pull request #523 from webpatser/develop

Test for mcrypt in composer.json

2b5131efe4e09eaa4f539ec5cd90787b834e01ab authored over 11 years ago
Merge pull request #515 from silentworks/develop

Changed route group to not assume the user will want a trailing slash

8693dc7ea8a7f911f99ec1baba4d03befbc2da65 authored over 11 years ago
Since mcrypt is needed to for the encrypt/decrypt methods and the unit test will fail if mcrypt is not present, a check in closer would be handy.

Problem is that if the mcrypt library is not present NO encryption is being performed without wa...

ddeb7526b7ee7c4d53f01b09961e342d7bd7e0a2 authored over 11 years ago
Reversed to original setup of index.php

6843cbc9aaa73c23c42c50e252c1e52125887f1a authored almost 12 years ago
Changed route group to not assume the user will want a trailing slash

f4ceddee1a39fb2dde10dd6b88d7c42f47a5b3ca authored almost 12 years ago
Merge branch 'develop' of git://github.com/codeguy/Slim into develop

84d2af714e2ed4334d1624ab220a10c4b88f1215 authored almost 12 years ago
On some environments fopen('php://stderr', 'w') can produce a wPHP Warning. We'd like to get rid of that

f968979c9124386bba209bef0dcb588ff62ac9d0 authored almost 12 years ago
Merge remote-tracking branch 'gmanricks/PSR-3' into develop

11f4de0161feca9ff2f54d7311589ab11180fc8c authored almost 12 years ago
Fixed spelling for the word 'deprecated'

f91841f5706e72be8f4931001f9a0de3ccd2c19a authored almost 12 years ago
Added/Modified Tests for new additions to Logger

c62b41a8ee690068aca39dd99efe6e27b976101d authored almost 12 years ago
Fixed wrong function call in method interpolate

dfefbd6a00012068008e92479a4667493ae51b80 authored almost 12 years ago
Modified Slim/Log to be PSR-3 Compliant

61518e81196d07bea661e9644ed8390982487301 authored almost 12 years ago
Fix loose ends caused by change from Set::add to Set::replace

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

11f899cd7be680641af6db2cbbb52867722be2e8 authored almost 12 years ago
Update view interface and associated unit tests

5ec3f4b169876c2a6807f8a88172e463cf56a35d authored almost 12 years ago
Tweak Set interface

41f1c0b039124f451ef47c1846773a0f271c3022 authored almost 12 years ago
Merge pull request #500 from hjr3/patch-1

Added query params support to nginx

cffc305dbff92e8b6962ec3adeb5e21c23a3c7d1 authored almost 12 years ago
Added query params support to nginx

The documentation for the nginx configuration did not send query parameters in
the URL to the ca...

8d08c4824997e1fceb1080e46e6515c35af0f1f8 authored almost 12 years ago
Fix merge conflicts

928e17c10c5aec54c622ed3cd35e72032b4222c6 authored almost 12 years ago
Merge remote-tracking branch 'gmanricks/route_groups' into develop

21e4298871b60c2920fbfd4d439afeaecd8b2654 authored almost 12 years ago
create Routes in Slim instead of Router

45a247f10f23f9440fa4b0ed2cf96bab79e8a419 authored almost 12 years ago
get the middleware from the class property instead of using the getMiddleware method

2639450b960f21d1960e76d392a08b43c669299c authored almost 12 years ago
remove Router dispatch test

f71dbdd4d0c1408a2805bb0e6aebbc001db41db1 authored almost 12 years ago
move dispatch method to \Slim\Route

877cac9ec54f190284074020612c679776d9cdca authored almost 12 years ago
Made PSR2 Compliant

4d85e993e8cdeac6f50c11d60d81dfb1aa8ad44a authored almost 12 years ago
Added Test for group Routes

80c32ef50d49dc5e40fee969c9e9a5e462496643 authored almost 12 years ago
New Feature: Route Groups

73bfdc1819dd921465c913c0e5a0246ecc55fde3 authored almost 12 years ago
Fix Session Middleware tests

6902ed3316064668d511b71f994e0b90e22712c4 authored almost 12 years ago
Merge branch 'feature-cookies' into develop

7bc72e7336c8404d85247a826cfe07b3ebd87fe2 authored almost 12 years ago
Add method to Slim\Http\Util to serialize cookies into headers

5b17a198d97b6bbc361e6c8305ce01bd2c7abef0 authored almost 12 years ago
Do not serialize cookies in Response finalize method

6336c0d575977c43c38d6f2317dfd803e656a764 authored almost 12 years ago
Refactor setCookie and getCookie methods

2485b5ccef29ca206da833ef7f0028418061051e authored almost 12 years ago
Ensure header names are normalized to camelcase with dashes

11e142270bd266996d1d1ecc43410ff71f472e8b authored almost 12 years ago
Merge pull request #492 from gmanricks/develop

Fixed Tests for PHP 5.3

0b26fed2025b1d3dca44357a4a6601b5e5802ec9 authored almost 12 years ago
Fixed Tests for PHP 5.3

bcaabdda83ab94a37f8d2c63a6b500123641c881 authored almost 12 years ago
Fixed Tests for PHP 5.3

f5e3c5f25f840a7eb5a9286b2de70a9f69e20449 authored almost 12 years ago
Fixed Tests for PHP 5.3

698db8edf16f1a211449c5fc74d6a882ecd35f75 authored almost 12 years ago
Merge branch 'feature-refactor-tests' into develop

50a9b146b4116dbd575406e199d536d585857507 authored almost 12 years ago
Fixes to various classes and tests

6b83ccdd62352943527235193aaed4b03e146862 authored almost 12 years ago
Add doc headers to Cookies and Set classes

327615207bd6851dca79699136ffbef07cf956fa authored almost 12 years ago
Fix errors in Middleware tests

573ae1af2cff2e9676dc0736409a69677ca018af authored almost 12 years ago
Remove obsolete Headers tests

9ac8fbeae786893c357352e20e66e37c55743065 authored almost 12 years ago
Expose request, response, view, and router as public properties on app object

988928db3096121eb430f3bfeeccf7d4c1cfd75e authored almost 12 years ago
Let Response use new Cookies implementation

0efd38f620694f1149a502255a4dbd8b437efed1 authored almost 12 years ago
Let Cookies extend Set

24f97e6c92197d13c80925e4901946f0fe4e2baa authored almost 12 years ago
Let Headers extend Set

bf3c493363a92e4fb9cd6cd8be1679b3140c709b authored almost 12 years ago
Add Set helper to be extended for collections like cookies and headers

88f196432dbf36846b1dc3da1b80fb2db151f5f6 authored almost 12 years ago
Added 'ANY' Route Method

e8b708e01a523f58ebc67b258eef3fe004c7c44e authored almost 12 years ago
Refactor View unit tests

9360394e13b6c86e4f687a8c961ae03cbfb4037f authored almost 12 years ago
Refactor Router unit tests

ffbc914ef24601e4a2642ad53229b313c9eb9fde authored almost 12 years ago
Refactor Route unit tests

577fdfd18d90aaa61d1060123670f868fdc5fa55 authored almost 12 years ago
Refactor Middleware unit tests

a142f36b7726d4c6db48946ef8e6ef6e3e1ed2c9 authored almost 12 years ago
Refactor Router unit tests

3915e5374b47d1845c7f477744205c20518372ae authored almost 12 years ago
Refactor Route unit tests

e837ae569e72596ff0cf7ef67943f3c7dc6ebdbe authored almost 12 years ago
Adding Support for PATCH HTTP Verb

d0bc6cee24a8e86fc7876a8fc625e59c5f81a5a0 authored about 12 years ago
Refactor Route unit tests

28f4b7e93704e106d2a01547a8050f8af62e1628 authored about 12 years ago
Merge pull request #455 from mac2000/iis

IIS Web.config example added to Readme.markdown

2b54c9b30e2705482dd3ccee1b47b36e110ba9bb authored about 12 years ago
Merge branch 'develop'

b8181de1112a1e2f565b40158b621c34ded38053 authored about 12 years ago
Bump version in file headers

2356806491b50e34b67cd9e750f01524f053ebe1 authored about 12 years ago
Merge branch 'develop'

f42d7158a31e7efef1d0d71be55c1d08680b0235 authored about 12 years ago
removed Web.config

b3e05b49b7097f2241d31789a53cf7b0bc6e6df4 authored over 12 years ago
Fix lighttpd rewrite rule

Fixes #405

de4e21fe40e6bf7c24f5bfdb71aae5355bbf551a authored over 12 years ago
Merge branch 'feature-static-calls' into develop

5f28f559a38eb6195668904e6b92e01e0ccf4738 authored over 12 years ago
Fix merge conflicts

e7bfa9c21a375e50e2ac5cf17fcc5cfab22025ac authored over 12 years ago
Merge remote-tracking branch 'origin/static-calls' into static-calls

Conflicts:
Slim/Slim.php
tests/SlimTest.php

aabde8ed698c8fbd353fc0b5779e5505e1f938dc authored over 12 years ago
Added test

98115e106cdb8dd2ec0e08ac23081b78ad075c98 authored over 12 years ago
Implemented late static binding on Slim class so that public/protected static functions can be overridden in deriving classes

e42dffd94908aa18428aeccce449ebd72ba41b2e authored over 12 years ago
Merge branch 'feature-default-error-handler' into develop

3be5598a2cb45b4b738496f4a29c3c5a9c364597 authored over 12 years ago
Fix merge conflicts

66d3818c61d9b8f666f00dadcff56e42335ad39b authored over 12 years ago
Merge branch 'feature-simplify-router' into develop

075eb7e928e6b962af2aba0bd3cb3733fe451188 authored over 12 years ago
Fix merge conflicts

21cb025394a546aaebb32e09f82a108e4afad877 authored over 12 years ago
Fixed minor whitespaces

023ac6e24f86f2bcb5dea6a904181309f520cd61 authored over 12 years ago
Fixed PHPDocs

1f1824364097d5424c0796c72029faa1c7a989cc authored over 12 years ago
Fixed typos

5bd86e307bfc8391bb852f1077647035e1fa5072 authored over 12 years ago
removed assignation as there is no return from setter here

121fc292b226ab81c58732d2b2d0d1dc214c486d authored over 12 years ago
IIS Web.config for routing added

cdacca5487c3b6f969bceb477ac4089dfd9b1dc9 authored over 12 years ago
Updated the default index.php file to use the use statement instead of writing the namespace over and over.

a06b65da80887adb2c41ad477c4bc87181c7828e authored over 12 years ago
Merge remote-tracking branch 'upstream/develop' into develop

f9acce37ad315804c3fe142506690abe3c748a3e authored over 12 years ago
Merge pull request #438 from briannesbitt/prettyExceptionShowsType

Added exception type to pretty exception response.

c75903ee071072b906cc5697262b2a36c12fe14a authored over 12 years ago
Merge branch 'feature-fix-log-error' into develop

6a48606c97b0be118e9095c346f8c278fdaccffb authored over 12 years ago
Rename Slim\Log log method to avoid PHP error

Fixes #419

e67d30a47145c02135b866dd7773c40c32640377 authored over 12 years ago
Merge pull request #399 from mnlg/remove-error-handler

Remove error handlers from Router

4a6f8f85e39150728f498e21129fa408ff3a07cb authored over 12 years ago