2017-25 © Pedro Peláez
 

library gaps

Stop minding the gap. Extend php with these polyfills and missing functionality. Right now, `array_splice_preserve_keys`.

image

alsvanzelf/gaps

Stop minding the gap. Extend php with these polyfills and missing functionality. Right now, `array_splice_preserve_keys`.

  • Friday, February 27, 2015
  • by lode
  • Repository
  • 1 Watchers
  • 0 Stars
  • 954 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

gaps

Stop minding the gap. Extend php with these polyfills and missing functionality., (*1)

Filled

Polyfilled

Installation

Use Composer. Add alsvanzelf/gaps to your project's composer.json:, (*2)

{
    "require": {
        "alsvanzelf/gaps": "dev-master"
    }
}

Start your file with, (*3)

use alsvanzelf\gaps\gaps;
use alsvanzelf\gaps\polyfills;

And use the methods where you need:, (*4)

gaps::method_name();
polyfills::method_name();

Contributing

Pull Requests or issues are welcome!, (*5)

Licence

MIT, (*6)

The Versions

27/02 2015

dev-master

9999999-dev https://github.com/lode/gaps

Stop minding the gap. Extend php with these polyfills and missing functionality. Right now, `array_splice_preserve_keys`.

  Sources   Download

MIT

The Requires

  • php >=5.2.4

 

polyfill array_splice