2017 © Pedro Peláez
 

library scalar

Methods for PHP scalars

image

nkt/scalar

Methods for PHP scalars

  • Sunday, November 30, 2014
  • by nkt
  • Repository
  • 1 Watchers
  • 6 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP scalar

Build Status, (*1)

Methods for PHP scalars., (*2)

Installation

Install great @nikic's extension that allows to use methods for scalar objects., (*3)

git clone git://github.com/nikic/scalar_objects.git
cd scalar_objects
phpize
./configure
make
sudo make install

Then add nkt/scalar into your composer.json. That's it!, (*4)

IDE

PHPStorm/IDEA recognize scalars as classes (int, string, etc.) so I've added stubs, that provides simple code completion for this library. Unfortunately array is a keyword in grammars, so there is no completion for it., (*5)

It's awesome!, (*6)

License

MIT, (*7)

The Versions

30/11 2014

dev-master

9999999-dev

Methods for PHP scalars

  Sources   Download

MIT

The Requires

  • ext-scalar_objects *
  • php ~5.4

 

by Nikita Gusakov

25/11 2014

0.1.0

0.1.0.0

Methods for PHP scalars

  Sources   Download

MIT

The Requires

  • php ~5.4
  • ext-scalar_objects *

 

by Nikita Gusakov