2017 © Pedro Peláez
 

library slib

A collection of useful functions to aid developing.

image

kshabazz/slib

A collection of useful functions to aid developing.

  • Saturday, October 28, 2017
  • by b01
  • Repository
  • 1 Watchers
  • 0 Stars
  • 80 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

About

CircleCI, (*1)

This is a library with some tools to aid in performing common task., (*2)

Examples:

How to use the HttpClient object to make an HTTP Request

setHeaders([
    'Content-Type: application/json; charset=utf-8',
    'Custom-Header: custom value',
]);

// Make a request and check the response.
$httpClient->send( $url );
$responseCode = $http->responseCode();
if ( $responseCode === 200 ) {
    echo $httpClient->responseBody();

} else { // DEBUG
    // Show what was sent in the last request.
    var_dump( $httpClient->lastRequest() );
    
    // Show the response headers.
    var_dump( $httpClient->responseHeaders() );
}
?>

Functions


The Versions

28/10 2017

dev-master

9999999-dev

A collection of useful functions to aid developing.

  Sources   Download

The Requires

 

The Development Requires

28/10 2017

2.0.0

2.0.0.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

 

The Development Requires

22/09 2016

1.1.4

1.1.4.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

22/09 2016

1.1.3

1.1.3.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php >=5.4

 

The Development Requires

04/01 2015

1.1.2

1.1.2.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php ~5.4

 

The Development Requires

14/12 2014

1.1.1

1.1.1.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php ~5.5

 

The Development Requires

14/12 2014

1.1.0

1.1.0.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php ~5.5.10

 

The Development Requires

28/10 2014

1.0.0

1.0.0.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php >=5.5.10
  • ext-curl *

 

The Development Requires

05/07 2014

0.2.3

0.2.3.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

 

The Development Requires

17/03 2014

0.2.2

0.2.2.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php >=5.5.10

 

The Development Requires

13/01 2014

0.2.0

0.2.0.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

07/01 2014

0.1.0

0.1.0.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires

06/01 2014

0.0.5

0.0.5.0

A collection of useful functions to aid developing.

  Sources   Download

The Requires

  • php >=5.4.0

 

The Development Requires