Skip to content

Commit

Permalink
add collection, random, url helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
evolkmann committed Apr 9, 2024
1 parent 6f08dd3 commit 8f66555
Show file tree
Hide file tree
Showing 6 changed files with 1,334 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea
/vendor/
/kirby/
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "volkmann-design-code/kirby-utils",
"version": "0.1.0",
"description": "Utility functions for Kirby Projects",
"type": "library",
"require": {
"php": "~8.3"
},
"require-dev": {
"getkirby/cms": "~4.1.2"
},
"license": "MIT",
"autoload": {
"psr-4": {
"VolkmannDesignCode\\KirbyUtils\\": "src/"
}
},
"authors": [
{
"name": "Enzo Volkmann",
"email": "[email protected]"
}
],
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}
Loading

0 comments on commit 8f66555

Please sign in to comment.