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

Updating feature list in README file

056d7259a5fc07dc327310f470fdb87213fc0ee8 authored about 14 years ago
Updating default Slim config settings

45d576d23946d72484486ddf8614cc6dcad478e4 authored about 14 years ago
Updating Slim::init unit tests

c9fd07958fe2ec5198b7d62267f3a351ffa72ea0 authored about 14 years ago
Slim::init now accepts settings array

fb819230276a4a287b8d40a9a0dd32e519dbaf46 authored about 14 years ago
Slim::setCookie and Slim::setEncryptedCookie now use config defaults

11847a27e3c4d45040573db74ff3e8c7eb3443a2 authored about 14 years ago
Updating Response after CookieJar cookies were keyed by cookie name

534d918eff1e2a636015a0c3f150ae9f0ca61b81 authored about 14 years ago
Adding CookieJar::getResponseCookie

4867df5cfa13920468f47d7d72878737f38ad4e5 authored about 14 years ago
Setting default cookie secret key during Slim instantiation

Changing default path and domain for SSlim::setCookie

75bf604d06758e6b7d6a27dd7a2716f8e98c7010 authored about 14 years ago
Revising unit tests for Slim::setCookie

49df0aecb6ad6f58006409350aeb18226538ac3b authored about 14 years ago
CookieJar response cookies are now keyed by name

9b22f57cf51a1a87683ae52e64528a3fb476c704 authored about 14 years ago
Removing Cookie tests from Response unit tests

9f439eb6cf37f3904fba13cb80544d8cd91d57df authored about 14 years ago
Updating inline docs for Slim::getCookie

3a671ab93009421b4cd2f868edc061d4c9f2205e authored about 14 years ago
Removing Slim::session

2bfa7a8988cc0e14ddadf1655e7cc7bf1937d5cf authored about 14 years ago
Fixing bug in Slim::session so that it uses Slim::setCookie

839e37ebc719d539c04fff2b5e214257ee9c7770 authored about 14 years ago
Adding Slim::setEncryptedCookie

Slim::setCookie and Slim::setEncryptedCookie now use Response::$cookieJar

3edd9e43eebdab37dd8ba424e7989669ad66ae29 authored about 14 years ago
Moving cookie management from Response to CookieJar

078dfaa9a7d612d83a5e63e0a36ebbb91f260111 authored about 14 years ago
Updating CookieJar to use Cookie class rather than PHPs setCookie method

67492870964bdb61e51453c9f76aff57affa0bff authored about 14 years ago
Updating Cookie::construct

Fixing typos in Cookie::set|getHttpOnly

8dbe8fd06e441a00aed5d764eff815aee8599d4b authored about 14 years ago
Adding Cookie unit test

e4ab281bef2b3cf294c0b54a1b161a21a2d7eba8 authored about 14 years ago
Making Cookie properties protected

5f130e12208f5c0e610294977b29aa602861ee8d authored about 14 years ago
Adding getters and setters to Cookie class

312fc337219e35bf025b7727997601406eed7a2d authored about 14 years ago
Instantiating CookieJar in Slim app init

ba171d8de352a559f0e6a5478d45e8a8289c54f8 authored about 14 years ago
Adding CookeJar class

Adding default cookie settings to Slim class

b677db8603643048c3992ac7376d08ee6b4bb85e authored about 14 years ago
Undid change in Slim::hook so it passes self::$app as an argument to callbacks

36cc3bbb08e997b60e371b5872d963800e5de2e6 authored about 14 years ago
Removed confusing example from Slim::$filters

8f148e08d96b5e04ceb083e91159f202a1998a6d authored about 14 years ago
Merge branch 'filter_hooks' into develop

e7d52575f1f159e8174a5a8a11dbdfe3f79798f0 authored about 14 years ago
Route::matches now uses a single substr call

9f4979fdcdfb4dbf8efa583396b831b4df6b040a authored about 14 years ago
Router::urlFor now uses a single str_replace call

ad27d77ae6d013597aeae9bba1d90d97c190ee1b authored about 14 years ago
Adding docs for BlitzView custom View class

4e88688ff38e12ede41f819d274891de8aeb72ca authored about 14 years ago
Adding Blitz custom view

57013ff1048a77ec7f2f77837efb69e1a383a517 authored about 14 years ago
Added filters (hooks that filter a variable). Changed Slim::hook to no longer pass self: to listeners.

a2f4ff7491ff7df9fbe7481cf97984cf13aa771f authored about 14 years ago
Adding unit test for Slim::getInstance

a7661a61510d5a8f0247a3fdc4b5abcfa2480658 authored about 14 years ago
Adding Slim::getInstance accessor for the Slim app instance

5acab65a94d260268c98c46673681e3e16534b1c authored about 14 years ago
Merge branch 'feature-cookies' into develop

d86df2c8803140893bce56c3ff09273df598486a authored about 14 years ago
Finalizing Cookie implementation

Adding Cookie unit tests

a3289e74000423bebbe59b21ac3d39a4a0281a3a authored about 14 years ago
Removed cookie deletion code from Response::sendHeaders; this should be done with Slim::setCookie instead

af9031c02eda88cee2a74fe0bafd1cb8f320887c authored about 14 years ago
Added Response::getCookie

Response::$cookies is now a hash that uses cookie names as keys

bb09b3643e82104c989016b5d747e1d81b55ab5a authored about 14 years ago
Adding Slim::setCookie and Slim::getCookie to Slim.php

7302df4a0022db5e375c367693391ccc557997ec authored about 14 years ago
Making updates to accommodate hotfix-61

43dcfcc6bd3b57e79d0ad38b09b88b255b11e8da authored about 14 years ago
Fixing merge conflicts when merging hotfix-61

2b3bed38b6d4ced874d1687948c28dd5a861855f authored about 14 years ago
Bug fix for Issue 61

Query parameters no longer break routing

ab02b58d9899e7385f8d717959d52a63834fd8be authored about 14 years ago
Bug fix for issue 61

URL query parameters no longer break routing

414421f1cf2768eb681a42864557651356e1cf3d authored about 14 years ago
Allow Slim Request object to store PHP_AUTH_* headers in header property

6b0b74fe1a4ca1352b6f74ed82b9e68f41826cce authored about 14 years ago
Issue 57 where Slim::render would not output the rendered template

29e6ff23fa14bc79079037d10f1b7e6ae573ee39 authored about 14 years ago
Updating custom Views to use the new View interface

813b6748e5bc11137598e60f6fed36828aa0a213 authored about 14 years ago
Merge branch 'view-interface' into develop

02fa536a2ce9c812e568ebf7339bae371f7c0268 authored about 14 years ago
Fixing View method calls in Slim and SlimTest classes

0cb57fbd14c761253b0a42ab0b02af914c76ff63 authored about 14 years ago
Finalizing View interface and inline docs

Updating View unit tests

108529a3ebf28ec9e8523c84017d43a2da982df1 authored about 14 years ago
Refactoring View class interface

9af5c8213c138f806119fceb045355ea99b521ad authored about 14 years ago
Removing old before/after code rendered obsolete by the new hook system

7bf35f099dc88c03bf936fa8610298fef63eb755 authored about 14 years ago
Merge branch 'route-interface' into develop

28cca600eb94af60df0d58f68d863e047587e00f authored about 14 years ago
Refactoring Route interface

Adding accessor methods

Updating Route method calls in dependent files

52af41ad115a32733bb700d2755222cd2a1512ff authored about 14 years ago
Refactoring Route interface

Adding accessor methods

Updating Route method calls from dependent files

ee7aa031b110063085be58e81132ea293240d19f authored about 14 years ago
Merge branch 'router-interface' into develop

4454e26a7f230253d474d83a2d43e3be79ba22d4 authored about 14 years ago
Adding accessor methods for Router::getRequest and Router::setRequest

a3dac2590a415a5a23bbcca43c0e6a1c1106fe5e authored about 14 years ago
Merge branch 'plugins' into develop

79b0de72b0b6af1a97ec1609ffbc8b8cde9eed30 authored about 14 years ago
Moving dispatch loop into Slim from Router

Route is now responsible for calling its callable rather than the Router

Finalizing names of Pl...

334428e493d618d7d6970c205f1d5ec845a0b98d authored about 14 years ago
Adding Hook plugin system

Adding Hook plugin system tests

7740155b3b356b0deca5ec736ccfa3247ca1ec70 authored about 14 years ago
Adding unit tests for optional route segments with default args

60368df1cbb4c56b8edd8d407abc38be944026f5 authored about 14 years ago
Merge branch 'feature-route-params' into develop

ac6c5bda91f3ea95b10bde11e1632f06a84b9f0d authored about 14 years ago
Adding option route segments example to bootstrap.php

888d8e981d2812513a92afcd26994318e1adce69 authored about 14 years ago
Adding optional route segments with default argument values

c92b0d526aa8bb149d306491e5bf5db3ca1a42ab authored about 14 years ago
Making one last change to inline docs in Request class

3d0b7791d09660563466bd8e64ea6f5dbe97a955 authored about 14 years ago
Finalizing inline docs for Slim class

387c094688150a422866490eea5e6af2aa02f5d8 authored about 14 years ago
Finalizing inline docs for Router class

b297fe284a93d6742a95968030bd683839d1b638 authored about 14 years ago
Finalizing inline docs for Route class

a76f1eb75ee59a2306472b52166695a68c302f8c authored about 14 years ago
Finalizing inline docs for View class

70a21798103effad1af42fda1e0effb47722b5d4 authored about 14 years ago
Finalizing inline docs for SlimStopException class

49b026fce069462aaf8f765d8286716521f008c9 authored about 14 years ago
Finalizing inline docs for SlimRequestSlashException

a98bed2e3188bc4ce8d156bdd6d080d6464de937 authored about 14 years ago
Renaming PassException to SlimPassException

Finalizing inline docs for SlimPassException

a9cf87ac324266d2d0a770ee68630f3c42a16675 authored about 14 years ago
Finalizing inline docs for Cookie class

72c6d78a64c63cedf93e4ba7a2e6da90ff0ca01a authored about 14 years ago
Finalizing inline docs for Response class

eb29214b4c671a8a05fe4c516073d4be5ccf3749 authored about 14 years ago
Finalizing inline docs for Request class

9913add0d24981658cb12e3f1b44bd4eb0cc9fe0 authored about 14 years ago
Moving Response data initialization to variable declrations

Ensuring Response::header and Response::header and Response::getMessageForCode return NULL for n...

0e6376e856fc2c23bb2195e21733e2ecc2f0245f authored about 14 years ago
Adding Response unit tests to AllTests suite

aeb1a22f2e04e64b270264ceb074fc1f490cc0bf authored about 14 years ago
Adding unit tests for Response

Unable to 100% test Response::send and Response::finalize because PHPUnit cannot test headers

0ffb84d72bb2fa492eb797a4108f6f74915cb799 authored about 14 years ago
Adding custom SmartyView class

ed2e691f7b6e8860a965a111ca05362fcf83c9a2 authored about 14 years ago
Removing parens from require statement

1589650676d8fc8df19b2c19f28488d247ddd364 authored about 14 years ago
Making smarty instance available by invoking getInstance(), so that we can use full Smarty features on development when needed.

ea3823952214a4ec845130a987547d0f5edab948 authored about 14 years ago
Implementing SmartyView custom view. Plus updating markdown with new SmartyView documentation.

1680e7a02ca70d815bd110ad505ea364e0fce40e authored about 14 years ago
Throwing SlimRequestSlashException from Route::matches

906bad1b5ce5fdabd622ca8cd1e3d14cce2207c8 authored about 14 years ago
Catching SlimRequestSlashExceptions in Slim::run

f812094a45f55c21d41fa8d52b88e9f71300df1b authored about 14 years ago
Adding tests for routing with and without trailing slashes

d901f04f215c9484f6dc1a1cb8c90c026beef1d7 authored about 14 years ago
Adding SlimRequestSlashException class

42369c1091fb5628746da022535f3ee62cf342a6 authored about 14 years ago
Making several formatting changes to MustacheView class

Adding MustacheView section to views README file

43aa759cad947135276da33ec244968794500b80 authored about 14 years ago
Merge branch 'mustache' of http://github.com/jwpage/Slim into jwpage-mustache

6c87776a4b5e59c21e3dfbce2e31c0c2ad826722 authored about 14 years ago
Fixing merge conflicts

Updating SlimTest::testSlimInitWithCustomView

96ad4bf646265c24e8f8e91e08aa8471bf6e36d0 authored about 14 years ago
Test case for exceptions

3332710fb23a2bb1729ed2eaad8d56810e7461d0 authored about 14 years ago
Added some more Request tests

1390c706071f4f0ac4fbfd8901a1aa7245155936 authored about 14 years ago
Use OutputTestCase to test output.

c7f90404c2f8386cab82ca670608627f1867dad9 authored about 14 years ago
Refactoring Slim::error and Slim::halt and how they interact with exception and error handling

Many internal Slim methods now rely on Slim::halt to send responses

b72c1b4471df10347d0d1aba4177115bd9774a0d authored about 14 years ago
Adde option to pass a View object directly to slimi::init/view

581b07142dea6ca872c78e7f301fee7c144cfd1e authored over 14 years ago
Changed twig options to static vars

7e35bbe4e06660972b1d3471374b9b52af877928 authored over 14 years ago
Fixed static mustacheDir ref in test

f25643950dfed357b7742e2f74bd637eb3859d5c authored over 14 years ago
Added lib dir for Mustache test

8ff12f85898f969e99ddb98e17e1d2928b6752af authored over 14 years ago
Moved Mustache into views dir

3be5884053da419ba140d4f8c22297f09edb74fe authored over 14 years ago
Merge branch 'master' of http://github.com/codeguy/Slim into mustache

0ceff2f1f21826308a8f7b9557fc28dc64f8cfb9 authored over 14 years ago
Fixing typo in README Get Started section

c11549feb4a56c663d4c23831e40de4f3a53b21f authored over 14 years ago
Updating Hello World code in README file

6edd4fe2dd759df7bce984e7ee02f9c8aaa5e346 authored over 14 years ago
Adding Get Started section to the README file

c8802d3a1b4c5efabf1a095300d10488cd590b82 authored over 14 years ago