2017 © Pedro PelĂĄez
 

project string

Lightweight string wrapper

image

granam/string

Lightweight string wrapper

  • Tuesday, July 10, 2018
  • by jaroslavtyc
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8,744 Installations
  • PHP
  • 15 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 22 Versions
  • 9 % Grown

The README.md

Base value object with string only

<?php
use Granam\String\StringObject;
use Granam\String\Exceptions\WrongParameterType;

$string = new StringObject(12345.678);
echo $string; // string '12345.678'

try {
  new StringObject(fopen('foo', 'rb'));
} catch (WrongParameterType $stringException) {
  // Expected scalar or object with \_\_toString method on strict mode, got resource.
  die('Something get wrong: ' . $stringException->getMessage());
}

The Versions

10/07 2018

3.0.x-dev

3.0.9999999.9999999-dev https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

10/07 2018
10/07 2018
24/05 2018

2.2.x-dev

2.2.9999999.9999999-dev https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

24/05 2018
23/05 2018
18/04 2018

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

18/04 2018
07/03 2018
07/03 2018

2.1.x-dev

2.1.9999999.9999999-dev https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

04/03 2018
19/02 2017
18/02 2017
30/12 2016

1.2.x-dev

1.2.9999999.9999999-dev https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

30/12 2016
19/11 2015

1.1.x-dev

1.1.9999999.9999999-dev https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

19/11 2015

1.1.0

1.1.0.0 https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

19/11 2015

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string

21/07 2015

1.0.0

1.0.0.0 https://github.com/jaroslavtyc/granam-string

Lightweight string wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

php object string