Contribute to SafeCrypt

Thank you for wanting to contribute!

Contribution Process

  1. Fork this repository
  2. Create a branch (feature/my-new-feature)
  3. Commit your changes
  4. Push your branch
  5. Open a Pull Request

Coding Rules

  • Respect the project style (php conventions)
  • One feature = one Pull Request
  • Provide unit tests if possible

Standards

  • Strict adherence to SOLID principles
  • Clean code