Skip to content

Commit

Permalink
initial push
Browse files Browse the repository at this point in the history
  • Loading branch information
teguh02 committed Jul 1, 2024
0 parents commit eaef9d8
Show file tree
Hide file tree
Showing 6 changed files with 1,870 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 @@
vendor/
node_modules/
bun.*
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "teguh02/rsa_php",
"description": "Simple package to handle RSA encryption and decryption algorithm",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Teguh02\\RsaPhp\\": "src/"
}
},
"authors": [
{
"name": "Teguh Rijanandi",
"email": "teguhrijanandi02@gmail.com"
}
],
"minimum-stability": "beta",
"require-dev": {
"phpunit/phpunit": "^11"
}
}
Loading

0 comments on commit eaef9d8

Please sign in to comment.