Skip to content

JonathanAquino/Underscore.php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Underscore.php

Underscore.php is a PHP port of Underscore.js.

This is a fork of Brian Haveri's Underscore.php. I have removed the object-oriented way of calling the functions, and changed all functions to static. This eliminates the E_STRICT warnings under PHP >=5.4.

In addition to porting Underscore's functionality, Underscore.php includes matching unit tests. Thanks to Jeremy Ashkenas and all contributors to Underscore.js.

For docs, see http://brianhaveri.github.io/Underscore.php/. For license, tests, change log, and downloads, see: https://github.com/JonathanAquino/Underscore.php

About

PHP port of Underscore.js, modified to work in PHP >=5.4 without warnings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%