Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
/ gaps Public archive

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

License

Notifications You must be signed in to change notification settings

lode/gaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages