Skip to content

jymfony/jymfony

Repository files navigation

Tests - Linux Tests - Windows/macOS Scrutinizer Code Quality Code Coverage FOSSA Status

Jymfony is a Node.js framework for applications and a set of reusable Javascript components. Jymfony was born from an idea of Alessandro Chitolina as a port of the popular PHP framework, Symfony.

Requirements

  • Node.js >= 10.0

Installation

You can also install Jymfony via npm:

$ npm install jymfony

Basic usage

You can find a fully working base example project here.

Components available:

As said, Jymfony is made of reusable Javascript components:

Each component has its own README.md, you can read more about those there.

Also, it comes with some DataStructures. With Jymfony you can declare:

  • interfaces
class ThisIsAnInterface {
    // ...
}

module.exports = getInterface(ThisIsAnInterface);
  • traits
class ThisIsATrait {
    // ...
}

module.exports = getTrait(ThisIsATrait);

Testing

In order to test Jymfony, just run:

$ yarn test

Contributing

Contributions are welcome. Feel free to open a PR or file an issue here on GitHub!

License

Jymfony is licensed under the MIT License - see the LICENSE file for details

About Us

The Jymfony team:

The logo is an artwork made by Daniele Tognetti

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages