Now 129321 iCalcreator
users worldwide!!

Services

kigkonsult offer professional services for software support, design and new/re-development, customizations and adaptations of PHP/MySQL solutions with focus on software lifecycle management, including long term utility, reliability and maintainability.

If you need any custom modules, modification or amendment based on iCalcreator to suit your needs or professional support, don't hesitate to contact us.

iCalcreator used in.. .

  • AgenDAV
  • albaven
  • All-in-One Event Calendar
  • Bugscope
  • Date iCal
  • Dokeos
  • event_connect
  • ESS Feed
  • Exponent CMS
  • EQDKP Plus
  • GCalendar
  • GLPI
  • Gumbo Millennium
  • Hypecal
  • iCal
  • JCal Pro
  • kitEvent
  • luryevents
  • MarkupiCalendar
  • One Big SYSTem
  • Open Atrium
  • Repository based CMS
  • sfiCalCreatorPlugin
  • Telaen
  • terncal
  • twical
  • Virtual Loup-De-Mer
  • "Weather Forecast"
  •  
  • And many more.. .
  •  

Tell us

what iCalcreator is missing,
use the contact page

Support us

Link to our site from yours!    kigkonsult.se - iCal PHP software 

We will create a link to your site in our list of featured users!

Credits & Licenses plus

iCalcreator and the related PHP software was conceived and written by Kjell-Inge Gustafsson.

Many people have contributed, through providing questions, issues, reporting bugs and sending patches.

iCalcreator (standard) and the related PHP software are released under the LGPL  /  GPL  /  CC licences.

This site uses:
cssmenumaker 
FotoramaMIT
jQueryMIT/GPL
jQuery UIMIT/GPL
jQuery TimepickerMIT/GPL
PHPMailerLGPL
prototypeCC BY-SA
reCAPTCHA 

http-message

Kigkonsult\Http\Message package provide PSR server-side

Message class
implements
  • Psr\Http\Message\MessageInterface
Stream class
implements
  • Psr\Http\Message\StreamInterface
(static) factory methods
  • factoryFromString
  • factoryFromResource
Response class
implements
  • Psr\Http\Message\ResponseInterface
  • Fig\Http\Message\StatusCodeInterface
added property:
  • rawBody
    - response body (type mixed) before serialization/encoding
with methods:
  • getRawBody()
  • withRawBody()
Click to get http-message
from github - at packagist

MESSAGE class

implements
Psr\Http\Message\MessageInterface
constructor args: body, headers, protocolVersion
body - null|string|StreamInterface
headers - null|string[]
protocolVersion - null|string
 

STREAM class

implements
Psr\Http\Message\StreamInterface
constructor args: content, streamWrapper/resource, mode
content - null|string
streamWrapper - null|string|resource (defaults to 'php://memory')
mode - null|string (defaults to 'wb+')
with a (static) factory methods
factoryFromString( [ content [, streamWrapper [, mode ]]] )
content - null|string
streamWrapper - null|string (defaults to 'php://memory')
mode - null|string (defaults to 'wb+')
factoryFromResource( resource )
resource resource

RESPONSE class

extends
Message
implements
Psr\Http\Message\ResponseInterface
Fig\Http\Message\StatusCodeInterface
constructor args: body, status, headers
body - null|string|resource|StreamInterface
status - null|int (defaults to STATUS_OK, 200)
headers - null|array
 
The Response class has an added property:
rawBody
response body (type mixed) before serialization/encoding
in parallel with (Psr\Http\Message\)ServerRequest::parsedBody and (Psr\Http\Message\)ServerRequest::body
with corresponding methods:
getRawBody() - Return mixed rawBody
isRawBodyEmpty() - Return bool true on empty rawBody
withRawBody() - Return new instance with rawBody
 
Two rawBody/body methods
getResponseBody()
Return mixed
1 rawBody if not empty
2 body if not empty
3 null
isBodyEmpty()
Return bool true if (serialized/encoded) body is empty
 
Also two statusCode methods add added:
assertStatusCode()
static, validates statusCode, throws InvalidArgumentException on error
isBodyLessResponse()
Return bool true on statusCode 1xx, 204 or 304
 
 
The PHP software was conceived
and written by Kjell-Inge Gustafsson.
Many people have contributed,
hrough providing questions, issues,
reporting bugs and sending patches.
The PHP software are released under the LGPL  /  GPL  /  CC licences. Terms and Conditions
Privacy & Cookies Policy
Linking Policy
GitHub contact
Copyright © 2008-2024 Kjell-Inge Gustafsson, kigkonsult, All rights reserved
Product names mentioned herein are or may be trademarks or registered trademarks of their respective owners.