Skip to content

mcanthony/uniter-stl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

uniter-stl: Uniter's STL

This package should include most of Uniter's STL, including a few more complex functions.

STL stands for: STandard Library.

Nothing special about it just yet. In order to use it:

var php = require("phpruntime");
php.install(require("uniter-stl"))

Now, all your comming scripts will have a nice STL with them.

To see what functions are available thus far, please look at: http://npmjs.com/phpjs

Note: There are no plans to keep phpjs the de-facto base for the STL. It is very likely that the STL will be split into multiple sub-parts and the functions re-implemented for the best-possible compatibility with Uniter.

But using phpjs should serve a good base, for now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%