Skip to content

Instantly share code, notes, and snippets.

@MinecraftPublisher
Last active June 8, 2021 11:43
Show Gist options
  • Select an option

  • Save MinecraftPublisher/eb93561e8ecc9ebaf2daabfc873aaf60 to your computer and use it in GitHub Desktop.

Select an option

Save MinecraftPublisher/eb93561e8ecc9ebaf2daabfc873aaf60 to your computer and use it in GitHub Desktop.
Phazor.JS - Another javascript framework

What is phazor.JS?

Phazor.JS is an open-source framework that provides functions similiar to jquery.
It is not based on jquery, all code is writtten by me.

How does it work?

You can find the documentation here.

Is it paid?

No. Phazor.JS is a free-to-use framework with no payment ever needed to access any feature.

How can i use it?

You can download it, and then implement it in your website by adding this code to your head element:

<script id="phazorJS" src="Path/To/The/Downloaded/File.js"></script>

Or use this, to load it without any downloads:

<script id="phazorJS" src="https://PhazorJS-HOST.martiaforoud.repl.co/phazor.obf.js"></script>

There is 3 versions of Phazor.JS:

Phazor.JS: The normal, ordinary, readable javascript. Implementation:

<script id="phazorJS" src="https://PhazorJS-HOST.martiaforoud.repl.co/phazor.js"></script>

Phazor.min.JS: Minified version of Phazor.JS, which loads a bit faster. Implementation:

<script id="phazorJS" src="https://PhazorJS-HOST.martiaforoud.repl.co/phazor.min.js"></script>

Have any suggestions? Add 'em down in the comments!

Enjoy!

Copyright 2021 Martia Foroud, otherwise known as MinecraftPublisher
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment