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

Refactor App::subRequest method given new PSR7 interfaces

f955481601ee06164b64b2af04a8a7e6b3eb3ceb authored almost 10 years ago
Update Not Found handler

1f0d27cb595f4034594a316b1f1a2e9d47a4f770 authored almost 10 years ago
Remove unnecessary properties at top of App class

227b117d0a8b20737822cfe243391c1b0750816d authored almost 10 years ago
Kill concept of app modes

570b306ee8b93f5d3754e8f8c9898ea0c00a7bd3 authored almost 10 years ago
Remove legacy hooks

70185b82aa5c2b9091694ae136a2e9f17b306971 authored almost 10 years ago
Assign default content type to response object

0781dd27bea5dd6fd11f46a83f40867ecc4bf27d authored almost 10 years ago
Merge branch 'develop' of github.com:codeguy/Slim into develop

0492c6e5235956d5591602b2a274be9c9acfa1e5 authored almost 10 years ago
Fix Response tests

653229eeaf30d7be8e8db66a7cca93c16ceb5e0c authored almost 10 years ago
Merge branch 'develop-psr7' into develop

89ac2789494fb62048f5f86006c508f2ce2d457c authored almost 10 years ago
Update Environment unit tests

230d5e77913e09b5193921950cdf200805a9101b authored almost 10 years ago
Refactor Environment implementation

4b06a1a5bda1e721cb2216fd7d6ef863b779616f authored almost 10 years ago
Extract request cookies from HTTP header

66d2edbf2bdfc24cb6b7e5d5f11c0bcdcb285ba7 authored almost 10 years ago
Inject Route segment parameters into Request as attributes

f701350b91d6e1c12bb45323a25b3042489fc4a1 authored almost 10 years ago
Add PSR7 request, uri classes with tests

bb80ee0d4a75567a61dafb29d6077921d1d88c91 authored almost 10 years ago
Add unit tests for Uri class

350bd6a2c3a33ebf067da0defca262cf6079a78e authored almost 10 years ago
Raw URL decode request paths and query string

b46c407e84445845ba745b079f78e2efea889b25 authored about 10 years ago
Tweaks to Uri class

680e747907c0649edbdbd825c832c7b5244fba78 authored about 10 years ago
Add init untested Uri class

c9ccde2fe1a0ffe55c51e5a1bf1acdb36960f09a authored about 10 years ago
Refactor middleware stack and interface

7bcd0866d9ea92fdd4c313ad1e39c6008544229a authored about 10 years ago
Fix bug in withRedirect method

8c900a965263b9e8bc11c2155ccb1c5e44b3cbd6 authored about 10 years ago
Tweak Response::sendBody

89c50890f243ac1ff6d916f3d5ba997717322e4e authored about 10 years ago
More tweaks to Response

3ed9e6a2eb7f5f7b2c2837ae8b6936c0ef1e5c64 authored about 10 years ago
Progress on Response, get Slim app operational again

b43208737c4f7c000021e658342a522ff6850170 authored about 10 years ago
More progress on Response

d54250548f6219e8b9d073708913c792ef3932e5 authored about 10 years ago
Progress on HTTP response

170204ede3ca42a9543d0acf58420f04d0e4cf51 authored about 10 years ago
More progress

bd8f6432a0d32d1bf46ae7947c42da59675cc492 authored about 10 years ago
Add streamable body with unit tests

0cafdc14b4a85f8bc6690ef83c7a7c216330a963 authored about 10 years ago
Merge pull request #990 from rajibmp/memory

removed unnecessary declaration of variable

6fe166ff06fba17038e2fcedd26da6e912e9aa0e authored about 10 years ago
Language hint for markdown code snippets

1d5984965ebaebab5be864c0b2398f3f40544cab authored about 10 years ago
removed unnecessary declaration of variable

fa5395afcc45baf13d233063dcb9acac130a55b6 authored about 10 years ago
Change index page title

331be49878f5cbe6bd0535afcbc760c1abd36364 authored about 10 years ago
Bind route callback closures to app object

58f852f4eba9b4d97c961f35363f4d7c3fd05ab9 authored about 10 years ago
Move HTTP caching methods into Response object

0e3d18ffbd40f7c616cd9a71963416ed6987d57e authored about 10 years ago
Tweak App::redirect method

25d42ea8cbdbdbb17c27846a258c5f8f36dc6093 authored about 10 years ago
Clean up App::add method

398b44de9d465caf5b76a99d0a1a3851ec3e8e76 authored about 10 years ago
Misc formatting changes

dcdadfa58f589295db84c4e3db6f57b8d68d96de authored about 10 years ago
Remove App::root

Remove method since it serves no purpose to the framework itself.

9297bc74c88794d6a0f42a2cf78b102d62d4c2d6 authored about 10 years ago
Move app error handler into App::run

b3c7785dd21630434fed5b2ee4f5f5fc9dcca992 authored about 10 years ago
More PSR7 tweaks. Probably broke stuff.

c141d5b96e96b62839372092e9c45512dfed9c1d authored about 10 years ago
Change request and response from refs to value objects

5b78a4421bbb6bb7b7cbcff96094452264dcd0ba authored about 10 years ago
Abstract NotFound and Error handlers to separate classes, inject as Pimple services

42a92f5f3513fa3461d9c2cb8d79f7caca9c6951 authored about 10 years ago
Provide default template directory in app settings

be8ca08d707e1c5ce447251655034fac932c17a2 authored about 10 years ago
Remove unnecessary comments from constructor

e47bec6cfb505a05ac48d247b983f66e113beb23 authored about 10 years ago
Remove configuration methods from App class

Configuration getting and setting should be done using the `settings`
service.

bdc1479fa272b4f3355a907bad59f0408387eb85 authored about 10 years ago
Clean up View service in App constructor

Instantiate and return a Slim\View object. Let user override service if
necessary.

6b34edfee1d9248c8d5035f555c94eb56888537a authored about 10 years ago
Allow App::halt(), App::redirect(), and App::stop() within middleware layers

da9c782ea5121c8e820aac4e9f75316fc5cb98d5 authored about 10 years ago
Move file download methods into Response class

1cf416e61fdacbf9b6345c63b311813e8bd85f4a authored about 10 years ago
Remove status and content type methods from App class

8240f601a808e57bcd53dcb1248cb85960d3e621 authored about 10 years ago
Remove rendering concerns from App class

614d911af4624fe5842aebc14a4b2a3e3697734c authored about 10 years ago
Remove cookie methods from App class

2df7513781d63bee85fcccaaa5c9ce02c5d12849 authored about 10 years ago
Tweak composer.json file

2c83f178221f9a36e0143b6c2c3d8fd74b65f789 authored about 10 years ago
Test seekable in Request constructor

c06968025fb13d1fbe82f816cba6d7d3b2c36d90 authored about 10 years ago
Remove mutable methods from Request object

c182453bfa86428f82542bdea28241e7a88e1b3d authored about 10 years ago
Remove Guzzle dependency from Request object

5be01bcfc57af3559f13cd27573828349980aff8 authored about 10 years ago
Add new Response::writeXml and Response::writeJson helper methods

aefcc02a74b3bec4eb865f9b352f3ecdce6b9f46 authored about 10 years ago
Remoe Guzzle dependency, convert response body to PHP stream resource

c4f6927df4e33be73d6c5cdd4c569035c0f7637e authored about 10 years ago
Set timezone for PHPUnit tess

ee7cda50cd5972e61566a170ce7277c820e23d05 authored about 10 years ago
add method to ViewInterface

3d419ba7151109abfde7e2b53cde81d1bd7f78b5 authored about 10 years ago
Update Route.php

Add class and method checks to setCallable to avoid fatal errors when callable does not exist.

247e51c641ced8e6b0d2c84ff94d76de62a1f42f authored over 10 years ago
add comments

e1d5c7013fc3084b728c101b342537838ce760cd authored over 10 years ago
throw exception if render is used from within a template

55b526ae115e1dfcac1161209000a5212ca22ad4 authored over 10 years ago
unset render variables

de6afe2421af61bb7b9f169ebb5c3e54018b8a07 authored over 10 years ago
Merge pull request #816 from mnlg/use-php-input

use php://input if body is null

165ccbb2353f2578fa54d5293c76d6b5da828a50 authored over 10 years ago
Merge branch 'develop' of github.com:codeguy/Slim into develop

8eda85cd4b7a2627f87887cb89d1ae725f7a8ac1 authored over 10 years ago
Remove PHP 5.3 requirement from Travis CI YAML

ddad0da1acb7d97aadf14a287145fb14888c0895 authored over 10 years ago
Merge pull request #768 from alanpich/feature/pass-array-to-via

Allow passing array of methods to Slim\Route::via() and Slim\Route::appendHttpMethods()

7888129309d35eaf2fae237b0acb66f25da58d40 authored over 10 years ago
Ignore PHPStorm config

8412b8f14f3daf6442e2dba7f6120bce00ec61b4 authored over 10 years ago
use php://input if body is null

349e41f0af38dc599dafeda8bacc2d350be7c566 authored almost 11 years ago
Merge pull request #808 from mnlg/update-guzzle

update guzzle streams

1c4a990dc834728e1ad5f2d597071d9700504e7d authored almost 11 years ago
update guzzle

aa1b39f0769f35d9c17859f0688be9c767474b2e authored almost 11 years ago
Merge pull request #807 from mnlg/test-response-send

test response send

056cef3442a935c27bfdf64281537b29331b36f6 authored almost 11 years ago
test response send

68a7e869b6883a56cfc3bac6ac81c86fa8a6acc4 authored almost 11 years ago
Merge pull request #806 from mnlg/remove-buffering

remove output buffering

6c79ec1955b04a69298dafed17893449ae1d8771 authored almost 11 years ago
remove output buffering

56cb9dc6a4615f1c5e2af8396d14e21c38f99756 authored almost 11 years ago
Merge pull request #805 from mnlg/dont-explode-headers

don't explode headers

5b3b90044c595c5e36d8a6453f6140700cc5f39f authored almost 11 years ago
don't explode headers

68bb3f5f3d110f745ed8b96393c2ed2e1973481a authored almost 11 years ago
Merge pull request #791 from mnlg/add-flash-tests

add unit tests for the flash object

8471b81d5aa886613e3ae3d20038c8e2450ab7d9 authored almost 11 years ago
Merge pull request #792 from mnlg/set-flash-view

Set the flash variable in the view

9d2d214555d8c186b44b276f05ffc165d7e5f4ca authored almost 11 years ago
Merge pull request #797 from mnlg/revert-guzzle

revert Guzzle to its initial definition

14c63c9d580e3258feeeaf276bb3c5ab89309786 authored almost 11 years ago
Merge pull request #798 from mnlg/implement-add-headers

Implement addHeader and addHeaders

0c5febf218509f86bb7148d13fa96c2d42b994f8 authored almost 11 years ago
do not use emtpy() method return

bb8a9280712288cd4cedd72f222cf6801d611458 authored almost 11 years ago
implement addHeader and addHeaders

32920f288c003b37c69efa0ea5174ecc5e05cc05 authored almost 11 years ago
revert Guzzle to its initial definition

ff3efb7b683aed4cd0215fdacc550dc05d7ebaa3 authored almost 11 years ago
set the flash variable in the view

c04dab75221a6f47f807f5d69661037bc976664a authored almost 11 years ago
add unit tests for the flash object

632ebce009c77ebd618146b1240395c0400d7c4a authored almost 11 years ago
Refactor Slim\Http\Response

9e018d1ef2591188de77201ff02b640ce2115de7 authored almost 11 years ago
Update \Slim\Http\Response unit tests

8e2381b6dcabadb3f20f79b02484c997fd78b368 authored almost 11 years ago
Add Guzzle Stream files directly to repo as suggested by Michael Dowling

635e05cf399b1dbc67b7c451ee5bbb5cf17e4b5e authored almost 11 years ago
Update docblocks in Slim/Http/Cookies

b20dfa70366df052169edae994dcb9a4626f634b authored almost 11 years ago
Update docblocks in \Slim\Http\Headers

83e35e93ae1803b298b0aae1ccb7f01122e85c27 authored almost 11 years ago
Update docblocks in \Slim\Http\Request

6dc11cc6559bfb49333131db44c48728655f3b4e authored almost 11 years ago
Fix docblocks in \Slim\Http\Request

2499923ff12d5aaa492679473a3a5bcd22f1df00 authored almost 11 years ago
Fix merge conflicts

d693f9d8162da24bb639030151e29bd0c274a9fc authored almost 11 years ago
Clean up test output

ce54aafd4bbaa6ed7008b618f70ea20836d701ad authored almost 11 years ago
Let Slim request and response objects use Guzzle\Stream

627bc3483c9fbf53fc38f4fc9d2a13e372b6e985 authored almost 11 years ago
Merge pull request #783 from mnlg/content-type

Do not check content-type twice in sendFile() method

9d941addaa24d3dca8fc20ca85e72966b865ee76 authored almost 11 years ago
do not check content-type twice in sendFile() method

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

Conflicts:
Slim/Route.php

0fb9ccb4b9ad7a45151b0fac0530777d7203f9ad authored almost 11 years ago
Resolve conflicts in RouteTest

4524d95b570f6a326109a49500148461742e159e 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...

a9895ad398ed3888ef502172602799ebd69c5db1 authored almost 11 years ago