Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Apr 27, 2024
1 parent 4e46b9b commit 2596d0f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
28 changes: 9 additions & 19 deletions README.md
Expand Up @@ -40,24 +40,21 @@ The package could be installed via composer:
```shell
composer require yiisoft/db-oracle
```
# Documentation

## English

- For config connection to Oracle database check [Connecting Oracle](https://github.com/yiisoft/db/blob/master/docs/guide/en/connection/oracle.md).
- [Check the documentation](https://github.com/yiisoft/db/blob/master/docs/guide/en/README.md) to learn about usage.
# Documentation

## Português - Brasil
- Guide: [English](/docs/guide/en/README.md), [Português - Brasil](docs/guide/pt-BR/README.md)
- [Internals](docs/internals.md)

- Para configurar a conexão com o Oracle leia [Connecting Oracle](https://github.com/yiisoft/db/blob/master/docs/guide/pt-BR/connection/oracle.md).
- [Confira a documentação](https://github.com/yiisoft/db/blob/master/docs/guide/pt-BR/README.md) para aprender como usar.
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).

- [Internals](internals.md)
## License

## Support
The Oracle driver for Yii Database is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.

If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
Maintained by [Yii Software](https://www.yiiframework.com/).

## Support the project

Expand All @@ -70,10 +67,3 @@ You may also check out other [Yii Community Resources](https://www.yiiframework.
[![Telegram](https://img.shields.io/badge/telegram-join-1DA1F2?style=flat&logo=telegram)](https://t.me/yii3en)
[![Facebook](https://img.shields.io/badge/facebook-join-1DA1F2?style=flat&logo=facebook&logoColor=ffffff)](https://www.facebook.com/groups/yiitalk)
[![Slack](https://img.shields.io/badge/slack-join-1DA1F2?style=flat&logo=slack)](https://yiiframework.com/go/slack)

## License

The Yii Framework Oracle Extension is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.

Maintained by [Yii Software](https://www.yiiframework.com/).
5 changes: 5 additions & 0 deletions docs/guide/en/README.md
@@ -0,0 +1,5 @@
# Oracle driver for Yii Database

- For config connection to Oracle database check
[Connecting Oracle](https://github.com/yiisoft/db/blob/master/docs/guide/en/connection/oracle.md).
- [Check the documentation](https://github.com/yiisoft/db/blob/master/docs/guide/en/README.md) to learn about usage.
6 changes: 6 additions & 0 deletions docs/guide/pt-BR/README.md
@@ -0,0 +1,6 @@
# Oracle driver for Yii Database

- Para configurar a conexão com o Oracle leia
[Connecting Oracle](https://github.com/yiisoft/db/blob/master/docs/guide/pt-BR/connection/oracle.md).
- [Confira a documentação](https://github.com/yiisoft/db/blob/master/docs/guide/pt-BR/README.md) para aprender como
usar.
9 changes: 4 additions & 5 deletions docs/internals.md
Expand Up @@ -49,7 +49,7 @@ The code is statically analyzed with [Psalm](https://psalm.dev/). To run static
./vendor/bin/psalm
```

## Rector
## Code style

Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
use either newest or any specific version of PHP:
Expand All @@ -58,11 +58,10 @@ use either newest or any specific version of PHP:
./vendor/bin/rector
```

## Composer require checker
## Dependencies

This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`.

To run the checker, execute the following command:
This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all
dependencies are correctly defined in `composer.json`. To run the checker, execute the following command:

```shell
./vendor/bin/composer-require-checker
Expand Down

0 comments on commit 2596d0f

Please sign in to comment.