|
1 | 1 | # Port DBAL adapter |
2 | 2 |
|
3 | 3 | [](https://github.com/portphp/dbal/releases) |
4 | | -[](https://travis-ci.org/portphp/dbal) |
5 | | -[](https://scrutinizer-ci.com/g/portphp/dbal/?branch=master) |
6 | | -[](https://scrutinizer-ci.com/g/portphp/dbal/?branch=master) |
| 4 | +[](https://github.com/portphp/dbal/actions/workflows/test.yml) |
| 5 | +[](https://packagist.org/packages/portphp/dbal) |
| 6 | + |
| 7 | +**Requirements:** PHP ^8.2 (tested on 8.2–8.5). Requires `portphp/portphp` ^2.0 and `doctrine/dbal` ^3 or ^4. |
7 | 8 |
|
8 | 9 | Doctrine DBAL adapter for [Port](https://github.com/portphp). |
9 | 10 |
|
10 | 11 | ## Installation |
11 | 12 |
|
12 | | -Open a command console, enter your project directory and execute the |
13 | | -following command to download the latest stable version of this package: |
14 | | - |
15 | 13 | ```bash |
16 | 14 | $ composer require portphp/dbal |
17 | 15 | ``` |
18 | 16 |
|
19 | | -This command requires you to have Composer installed globally, as explained |
20 | | -in the [installation chapter](https://getcomposer.org/doc/00-intro.md) |
21 | | -of the Composer documentation. |
22 | | - |
23 | 17 | ## Documentation |
24 | 18 |
|
25 | | -Documentation is available at https://portphp.readthedocs.io/. |
| 19 | +Documentation is available at https://portphp.readthedocs.io. |
26 | 20 |
|
27 | 21 | ## Issues and feature requests |
28 | 22 |
|
29 | 23 | Please report issues and request features at https://github.com/portphp/portphp/issues. |
30 | 24 |
|
31 | | -## Contributing |
32 | | - |
33 | | -Contributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for |
34 | | -details. Thanks to [everyone who has contributed](https://github.com/portphp/dbal/graphs/contributors) |
35 | | -already. |
36 | | - |
37 | | -## Security |
38 | | - |
39 | | -If you discover any security-related issues, please contact us at |
40 | | -[security@portphp.org](mailto:security@portphp.org). |
41 | | - |
42 | 25 | ## License |
43 | 26 |
|
44 | 27 | This package is licensed under the [MIT license](LICENSE). |
0 commit comments