update readme; remove drone config

This commit is contained in:
2024-02-19 11:23:59 -06:00
parent 873d93bdef
commit 4223f35e1e
2 changed files with 22 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: install
image: composer
commands:
- composer install
- name: Run Rector
image: php:7.4
commands:
- vendor/bin/rector --dry-run

View File

@@ -1,2 +1,23 @@
# encryption
# dataEncryptor
[![status-badge](https://woodpecker.hpz.pw/api/badges/1/status.svg)](https://woodpecker.hpz.pw/repos/1)
### Installation
Setup this registry in your ~/.composer/config.json file:
```json
{
"repositories": [{
"type": "composer",
"url": "https://git.hpz.pw/api/packages/hpz937/composer"
}
]
}
```
To install the package using Composer, run the following command:
```bash
composer require hpz937/encryption:1.0.0
```