EC-21: FEAT: Added new PHP package and initialized the repo
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 6s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s

Refers Evercatch/evercatch-board#21
This commit is contained in:
2026-02-19 20:19:20 +00:00
parent 32a5d1b540
commit ca9848a535
3 changed files with 55 additions and 14 deletions

20
composer.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "evercatch/evercatch-php",
"description": "Evercatch SDK for PHP (Coming Soon)",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Evercatch",
"email": "support@evercatch.dev"
}
],
"require": {
"php": ">=8.0"
},
"autoload": {
"psr-4": {
"Evercatch\": "src/"
}
}
}