/gaps

Stop minding the gap. Extend php with these polyfills and missing functionality.

Primary LanguagePHPMIT LicenseMIT

gaps

Stop minding the gap. Extend php with these polyfills and missing functionality.

Filled

Polyfilled

Installation

Use Composer. Add alsvanzelf/gaps to your project's composer.json:

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

Start your file with

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

And use the methods where you need:

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

Contributing

Pull Requests or issues are welcome!

Licence

MIT