2017 © Pedro Peláez
 

library string

Python String Slice for PHP

image

pyssphp/string

Python String Slice for PHP

  • Friday, February 22, 2013
  • by villfa
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

pyssphp - Python String Slice for PHP

Build Status, (*1)

What is pyssphp?

pyssphp is a PHP library. It permits developers to use the Python string slice syntax., (*2)

Server Requirements

  • PHP version 5.3.3 or newer

Usage

``` php <?php, (*3)

$s = new \pyssphp\String('pyssphp'); echo $s[':4']; // prints 'pyss' echo $s['::2']; // prints 'pspp', (*4)

```, (*5)

Tests

To run the test suite, you need composer and PHPUnit., (*6)

$ cd path/to/pyssphp
$ composer.phar install --dev
$ phpunit

License

pyssphp is under the MIT license. Please, read LICENSE., (*7)

The Versions

22/02 2013

dev-master

9999999-dev https://github.com/villfa/pyssphp

Python String Slice for PHP

  Sources   Download

MIT

The Requires

 

by Fabien Villepinte

library string