uniter icon indicating copy to clipboard operation
uniter copied to clipboard

🎉 PHP in the browser and Node.js => Docs: https://phptojs.com/

Results 27 uniter issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi there! First just wanted to say thanks for making this super ambitious project, I had no idea that PHP to JS transpilation was possible. I noticed that the `...`...

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The following code works differently on uniter compared to actual php: ```php switch ('PATCH') { default: return 'uniter return'; case 'PATCH': return 'php return'; } ``` When running this on...

Hey. I have completed my concept for the WebPack loader. It wont be easy to make but I have a plan for it. However, in order to be able to...

Hi @asmblah , I'd like to add new functions to the Root Level of "Uniterland" Apps. I'd be happy to begin with something along the lines of https://github.com/asmblah/uniter/issues/24 , as...

I would like to mimic the mysql api However i could'nt figure out how to use the async API from uniter. Could be its only possible from phpcore but could'nt...

I have been doing some digging but haven't really found a performance comparision of JS transpiled PHP vs PHP running natively. I'm sure it's slower, I would be highly amused...

Uniter is described as being in beta state. Is there anything I can do to help bring it into what you'd call beta, alpha, RC, 1.0, etc. ?