https://github.com/portphp/dbal
Doctrine DBAL reader/writer for Port
https://github.com/portphp/dbal
Last synced: 5 months ago
JSON representation
Doctrine DBAL reader/writer for Port
- Host: GitHub
- URL: https://github.com/portphp/dbal
- Owner: portphp
- License: mit
- Created: 2015-06-11T20:41:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T19:30:45.000Z (over 2 years ago)
- Last Synced: 2025-09-28T03:43:53.429Z (5 months ago)
- Language: PHP
- Homepage: https://portphp.readthedocs.io
- Size: 22.5 KB
- Stars: 1
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Port DBAL adapter
[](https://github.com/portphp/dbal/releases)
[](https://travis-ci.org/portphp/dbal)
[](https://scrutinizer-ci.com/g/portphp/dbal/?branch=master)
[](https://scrutinizer-ci.com/g/portphp/dbal/?branch=master)
Doctrine DBAL adapter for [Port](https://github.com/portphp).
## Installation
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this package:
```bash
$ composer require portphp/dbal
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
## Documentation
Documentation is available at https://portphp.readthedocs.io/.
## Issues and feature requests
Please report issues and request features at https://github.com/portphp/portphp/issues.
## Contributing
Contributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for
details. Thanks to [everyone who has contributed](https://github.com/portphp/dbal/graphs/contributors)
already.
## Security
If you discover any security-related issues, please contact us at
[security@portphp.org](mailto:security@portphp.org).
## License
This package is licensed under the [MIT license](LICENSE).