switchviews / switch
simple interface to access PHP functions
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 1
pkg:composer/switchviews/switch
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-10-29 02:43:46 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()"