switchviews / switch
simple interface to access PHP functions
dev-master
2020-06-18 20:16 UTC
Requires
- php: >=7.3
- php-di/php-di: ^6.1
Requires (Dev)
- nunomaduro/collision: ^5.0
- pestphp/pest: ^0.1.5
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-06-29 01:42:31 UTC
README
Simple interface to access PHP functions
⚡Track Project Progress
⚡PestPHP Tutorials
⚡Follow rules while creating a PR
✳Prefix your branch with the type of work that you are committing:
Use Structure: for building a skeleton for the project.
git commit -m "Structure: added Scss support"
Use UI: for building a UI for the project.
git commit -m "UI: Created Header Section"
Use Docs: for adding documentation to the project.
git commit -m "Docs: added docs for Arr::merge()"
Use Feature: for adding new feature to the project.
git commit -m "Feature: added Array::merge() method"
Use Fix: for adding a bug fix to the project.
git commit -m "Fix: added fix to Array::merge()"