Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 960 Bytes

dependencies.md

File metadata and controls

18 lines (10 loc) · 960 Bytes
coverY
0

🐦 Dependencies

FastVolt framework make use of some packages/libraries or dependencies that extends it's core features, here are the list of dependencies that will be added when you are installing FastVolt Framework:

  • Smarty Template: is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
  • Phpdotenv: loads environment variables from .env file to getenv(), $_ENV and $_SERVER automagically.
  • HttpFoundation by Symfony: it defines an object-oriented layer for the HTTP specification.
  • PhpUnit: is a programmer-oriented testing framework for PHP.
  • PHP Cs Fixer: a tool to automatically fix PHP Coding Standards issues.