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

Update \Slim\Session inline docs

993389fca598ce35a48df62028bd96b86163df2a authored over 11 years ago
Update \Slim\Crypt inline docs

37a85329cb2a6bd2eac844386a9c0a76d44ba2fa authored over 11 years ago
Update \Slim\View inline docs

5c3466ea0cb662b5ce2b4accbde1a12cf01fd332 authored over 11 years ago
Refactor view integration within \Slim\App

c9fcf7571a8c97438a4f05477832466240dfc778 authored over 11 years ago
Clean up CryptTest

c1930ba229213eadaec90dd622312f2872a395c5 authored over 11 years ago
Update \Slim\Environment docs, code formatting

33902adb71efa94bda5ed9a2e9dc4ea9fb75a96b authored over 11 years ago
Rename SlimTest to AppTest

d34ada1d584544fd46f69ec4e4a041357dbe28a1 authored over 11 years ago
Remove obsolete methods from \Slim\Http\Response

30040e55562f9cd97b59d66645c62d202834a460 authored over 11 years ago
Simplify \Slim\Environment

f30b85135705810587ba9951a18f5caa65e26105 authored over 11 years ago
Simplify \Slim\Request::get and \Slim\Request::post

e73e93211a08700375a1e513d8de7d09a868bba9 authored over 11 years ago
Migrate \Slim\Http\Util methods into \Slim\Http\Cookies

b1d9716a263fe91d0253f3c68489ccef5d01ac96 authored over 11 years ago
Remove \Slim\Util magic quotes methods

9337d216fbfe19343435e9e773a542d6ca49c7ce authored over 11 years ago
Provide credit to Pimple in \Slim\Container

66f984dcda9030297cf9d65d57e299c074ba5a32 authored over 11 years ago
Rename \Slim\Helper\Set to \Slim\Container

29787426557b3f68a4eaf7f6f3ec313fccfc2cc9 authored over 11 years ago
Update index.php

Remove old \Slim\Slim.php class

865439d8161ddf7c991864ef4362bc4392e90e2f authored over 11 years ago
Rename \Slim\Slim to \Slim\App

5beb9d091afd18196923d599bb6365e397819f17 authored over 11 years ago
Update misc inline docs

815d8f3565de905493e126d3ed0e927266235d15 authored over 11 years ago
Clean up \Slim\Slim::deleteCookie signature

5160df27026ced472aedca479f3d0506a76f8550 authored over 11 years ago
Remove obsolete flash methods from \Slim\Slim

e77e21a4a2684893fe2e5de22677ff6a3a8006c3 authored over 11 years ago
Remove obsolete encrypted cookie methods from \Slim\Slim

cb49dcc0568ecbf4948fcde1cee8f0855df7db70 authored over 11 years ago
Remove obsolete accessor methods from \Slim\Slim

5d08ab6ba997f0ce7c8c2d4636675e7fd2a201ea authored over 11 years ago
Remove getMode()

d3e218ea0a8777ec1812df5dfb9148cfc5f44b1d authored over 11 years ago
Remove multi-app methods

2a52f22b4084cd22742f6cf40853662b44e590dc authored over 11 years ago
Remove logging

3bed6ca65635056f181b245107652b60090dfb4a authored over 11 years ago
Finalize Flash messaging

2175aff7b170e6ba0ef7edbe8ff8ae540dae082f authored over 11 years ago
Fix index.php autoloading

Add SERVER_PROTOCOL to Environment class, tests

1c08f20d85f6f77d99869fb0e7dfe411da54368e authored over 11 years ago
Merge branch 'feature-tostring' into develop

c1bfa67a6ac5745abe1066536d32debd5004494a authored over 11 years ago
Update Autoloader inline docs

094f3bde170a84f852d208de484fbe6b556ccf8c authored over 11 years ago
Move Autoloader to separate file

c1c40f8bba7699814418cb9f1c501c61a948b9cf authored over 11 years ago
Merge branch 'feature-sessions' into develop

c8a377d4a7c7c6065edef0dbaf3747eb482f1cfb authored over 11 years ago
Finalize encryption cookie integration

b147bdac59ebcdc0bfd2d71fc645101141e52610 authored over 11 years ago
Fix merge conflicts

2f5b0f2fcf6a86571b496b960578a7cf92fa8b36 authored over 11 years ago
Merge branch 'release-2.3.2' into develop

ecb6064388d5d0e9700c76a24411ecf334ca577f authored over 11 years ago
Preventing XEE attacks by temporarily disabling entity loader for the time parsing external XML.

2be864c28f35f70d60a2e682a7ca28f31456106a authored over 11 years ago
closes Issue #598

1a30b092861d391e6822cfc999b2913d9064a0a6 authored over 11 years ago
Fixed typos

222d1258382fa5ec881742c203665b27b848c921 authored over 11 years ago
Change to MethodOverride middleware to use correct environment variable

- Updated tests to check correctly named HTTP_X_HTTP_METHOD_OVERRIDE (previously expected HTTP_ t...

2b7a9d80eea998688c54617be3284401271b0af9 authored over 11 years ago
Remove .idea folder

2d1b8ac815b8876457a75540f1516a3281d4cfdb authored over 11 years ago
Save progress

c55228e95b18a011e9f1b9ae70912df7c3a7284e authored over 11 years ago
Force Travis CI rebuild

1d4645509e8bb82df936cefed8124a53c73f6eda authored over 11 years ago
Remove .idea files

543709cf5d73f535f7d5cc62e7cf2b3875e6cfae authored over 11 years ago
Progress

7aff8424b51f8cb3a850b338f6095a2f70ea8f5d authored over 11 years ago
Implement encrypted sessions

cea26b0a21f086554341b19a83194cedf5762647 authored over 11 years ago
Move EncryptedSet methods into Set

51721d5a7f8b8f481c47bcf57d0108a9b4f55b95 authored over 11 years ago
Finish Slim/Crypt with unit tests

dfe393faeff55a52ef58aaf4c9f909f6328d9780 authored over 11 years ago
Add Crypt class

b1308992ec3b3d30dc78435d76332cf980b77d12 authored over 11 years ago
Final tweaks to Session and Flash

518b4e3ea9bee93e79a356834f4c3e08b774f765 authored over 11 years ago
Session test code

8e7d16ca48927f2a5430dee38f9e086c254452f6 authored over 11 years ago
Fix merge conflicts

d9105b8840f397c2e5e9fe10cd0b7fdccc41c9e6 authored over 11 years ago
Fix merge conflicts

f68cbb7d1e0cedd52752e70865480356dc9dc924 authored over 11 years ago
Merge branch 'release-2.3.1'

2e540cc392644b9b5cdcc57e5576db5a92ca2149 authored over 11 years ago
Adds a unit test to serialize and decrypt cookies with string expires.

This test complements the pull request #571 (related to issue #568).

8af44d97489ec953f1e15a4dc435fd6ae88b1213 authored over 11 years ago
Fix issue #568: Parse string 'expires' before encoding secure cookie.

The `\Slim\Http\Util::encodeSecureCookie` function requires the
expires parameter to be a int. A...

dd6aa9ab3fad0c09c665095642bda6f2a453e3ce authored over 11 years ago
Merge pull request #569 from solarissmoke/http-header-tests

Modify tests for Last-Modified and Expires headers to enforce RFC compliance

d98dca92977fda25797832c0b2f650683e6b117a authored over 11 years ago
Modify tests for Last-Modified and Expires headers to enforce RFC compliance.

0c04ab416469b899b20936315d8a12be7e9e6049 authored over 11 years ago
Updated the Install docs URL

9bc4f15cce4c4c3857f6236736b9d6e1c083e519 authored over 11 years ago
Pretty exceptions only in debug

c98c45e8e6cf82938a0bfd0c720ee84ca81d6d1d authored over 11 years ago
__unset

bab9b63b67f7ad3637adcebfabdcc0e142e0b886 authored over 11 years ago
Missing __isset and __unset

f0484b1e4dd8b74fb326a7a86b32e3189e07b69c authored over 11 years ago
Merge remote-tracking branch 'solarissmoke/last-modified-bug' into release-2.3.1

940d251a499b4d6eb424706723f8152a0378acb2 authored over 11 years ago
Format Expires header according to HTTP specification.

10c27e42af22c82b831af89ae6b4bc1b809222ea authored over 11 years ago
Update README

02106a6df8eaec6ee7c33d7ec8f27f9d44db3fb5 authored over 11 years ago
Add contributing file

cccd25ee8c7204098dbf7647c2fb305bd7bc01db authored over 11 years ago
Revise how we store Closure values in Set

8c6b0b0afa4880440ad378af8e6b41a05e1509ad authored over 11 years ago
Let legacy View::setData not invoke stored Closure values

baa1585005dcb347d8c4eee783ee0057f414eb38 authored over 11 years ago
Let Resource Locator store and return Closure values

9610a4a6e43c7c3a9402c7067d008047a90e2a11 authored over 11 years ago
Merge remote-tracking branch 'solarissmoke/last-modified-bug' into release-2.3.1

08e82deb8f2ecb5add2391a13f3bd347f70bf675 authored over 11 years ago
Renamed sendProc

828613e068b169c2cdc8844fd98a6f3a960fc4a3 authored over 11 years ago
Format the Last-Modified timestamp strictly according to the HTTP

Specification.

PHP's DATE_RFC1123 does not generate correct timestamps when the server is
not op...

e4d06faef2367df1503294d052cdf93d9fdb54a9 authored over 11 years ago
Add Slim\Response::__toString

601439237c3b12065fa2c41c1b3b800505ffaf17 authored over 11 years ago
Add Slim\Request::__toString

d77ae5e2bc241d8ba2a1db36daf657718cec1ff7 authored over 11 years ago
Merge pull request #558 from gmanricks/cleanup_tests_output

Cleaned up output on tests

9a0d9be7bef69eb5266df7d75982615e21797431 authored over 11 years ago
Merge branch 'release-2.3.0'

926865b3bb73ab43455bb45a72414c7e2853f2e5 authored over 11 years ago
Cleaned up output on tests

a23f9f83513cd46189e94358cb4425473ec0c081 authored over 11 years ago
Merge error handler changes

5dcd08ea271f3cc9dd59b1a1e623dcea4a47efe3 authored over 11 years ago
Update Slim's custom error handler

b7f45dfebb89d5fac6bb35db028cbd4dff234522 authored over 11 years ago
Merge remote-tracking branch 'gmanricks/refactor_groups' into release-2.3.0

409d8a3dec1f64269350788cc8b6a35ca608a8b2 authored over 11 years ago
Merge pull request #551 from gmanricks/refactor_groups

Refactor groups

cf70c864090e57ac64055bf765550fd36aea7288 authored over 11 years ago
Small Fix

5d183743f6689edc62fc31bd26aa605dfea356ab authored over 11 years ago
Small Fix

7a7d3a1ad4fa999852570f305cb937d8b4392353 authored over 11 years ago
Cleaned up Route code

12cc604a11e85b9b489be3ea0e4befea2e2089d2 authored over 11 years ago
Merge in release 2.3.0 changes

4f13c0795793008e87784f3237fcb9475e78ec02 authored over 11 years ago
Tweak Set::clear unit test

9212ea5d13909d8169c600eb526e9857466e37d1 authored over 11 years ago
Merge in release branch 2.3.0 changes

5fd9ce93e3c16614497d5443b130abf7cd4f4680 authored over 11 years ago
Update inline documentation

cdcf492173be914051275f9fd756c12a870c6d87 authored over 11 years ago
Merge branch 'release-2.3.0' into develop

d7a5f257ab16e1692399b18b685c10eea4d56311 authored over 11 years ago
Unit test Set::clear

35a623fc2d3768c7eff6ad6f286436ff9ee550b7 authored over 11 years ago
Merge pull request #550 from Addvilz/develop

Pretty exceptions only in debug

2fe2d993b2625fbe309715c0f74fa45270607423 authored over 11 years ago
Bump version

c360a18f8ccc167c1bf44556dee5151ffc34b9f8 authored over 11 years ago
Progress

b378fad6ee760ad1740badfa54508aec0b399a9a authored over 11 years ago
Merge pull request #537 from zomble/property-overloading

Helper\Set property overloading, restores compatibility with Mustache

b29de3f65a88d0b64d6d62661a8427c9f17e29b1 authored over 11 years ago
Pretty exceptions only in debug

28eff874bc82bb8d51a41cecbce1ab9308e7f853 authored over 11 years ago
Fixed Loop and Added Tests

373acbfc0d7e1e6658f35f33508bb27ad8a5aaef authored over 11 years ago
Fixed Call Loop for Tests

046aaf5f7e40ceec1d613569fe48090d2d8f8bd2 authored over 11 years ago
Added sendFile and sendProc

22a7a94b657522d880fb7766286674e02bb2a571 authored over 11 years ago
Added sendFile and sendProc

51ca2f059ba3a1d4e419ef37243ea73fe5f6df9d authored over 11 years ago
Fix missed line.

d273a5f0ab5d06f976850f4f3d4699460b95c143 authored over 11 years ago
Add remaining magic. Also remembered PSR-2.

24c056ef4bdb01bf8b15207265b422f5856f60c0 authored over 11 years ago
Add __get and __isset property overloading with tests.

8ff496f070e9927bd017b80d3e41d4d81b21b9b4 authored over 11 years ago
Add class docs to \Slim\Middleware\Session

64298fbc9ccf1eb8d430d139d31b16d98e209c31 authored over 11 years ago