8000 Tags · sledgehammer/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sledgehammer/core

Tags

22.07.0

Toggle 22.07.0's commit message
feat: PHP 8.1 compatible

20.01.0

Toggle 20.01.0's commit message
feat: Use github actions to run tests

18.08.0

Toggle 18.08.0's commit message
Fixed ErrorHander->renderBacktrace()

18.04.0

Toggle 18.04.0's commit message
PHP 7.2 + PHPUnit 7 compatibility upgrade

16.11.0

Toggle 16.11.0's commit message
Fixed Curl unittest

16.05.0

Toggle 16.05.0's commit message
Collection->select(): Add closure support for key argument

15.08.0

Toggle 15.08.0's commit message
Added support for Foo::class notation in AutoLoader

14.03.0

Toggle 14.03.0's commit message
Added DebugR::info() and improved chucking

14.01.1

Toggle 14.01.1's commit message
Detect IE11

14.01.0

Toggle 14.01.0's commit message
Added Curl::file() helper.

Unified interface for adding files to CURLOPT_POSTFIELDS
 'field' => Sledgehammer\Curl::file('/path/to/filename')

Instead of:

PHP < 5.5
 'field' => '@/path/to/filename'
PHP >= 5.5
 'field' => curl_file_create('/path/to/filename')
or
 'field' => new \CURLFile('/path/to/filename')
0