50 lines
1.7 KiB
Markdown
50 lines
1.7 KiB
Markdown

|
|
|
|
- [Welcome!](#welcome)
|
|
- [Project Resources](#project-resources)
|
|
- [Code of Conduct](#code-of-conduct)
|
|
- [Sample code](#sample-code)
|
|
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
|
|
- [License](#license)
|
|
- [Copyright](#copyright)
|
|
|
|
## Welcome!
|
|
|
|
**opensearch-php** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of elasticsearch-php licensed under the [Apache v2.0 License](LICENSE). For more information, see [opensearch.org](https://opensearch.org/).
|
|
|
|
## Project Resources
|
|
|
|
* [Project Website](https://opensearch.org/)
|
|
* [User Guide](USER_GUIDE.md)
|
|
* [Samples](samples)
|
|
* [Developer Guide](DEVELOPER_GUIDE.md)
|
|
* [Downloads](https://opensearch.org/downloads/).
|
|
* [Documentation](https://docs.opensearch.org/latest/)
|
|
* Need help? Try [Forums](https://forum.opensearch.org/)
|
|
* [Project Principles](https://opensearch.org/#principles)
|
|
* [Contributing to OpenSearch](CONTRIBUTING.md)
|
|
* [Maintainer Responsibilities](MAINTAINERS.md)
|
|
* [Release Management](RELEASING.md)
|
|
* [Admin Responsibilities](ADMINS.md)
|
|
* [Security](SECURITY.md)
|
|
|
|
## Code of Conduct
|
|
|
|
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments.
|
|
|
|
## Sample code
|
|
|
|
See [Sample Code](USER_GUIDE.md).
|
|
|
|
## Compatibility with OpenSearch
|
|
|
|
See [Compatibility](COMPATIBILITY.md).
|
|
|
|
## License
|
|
|
|
This project is licensed under the [Apache v2.0 License](LICENSE).
|
|
|
|
## Copyright
|
|
|
|
Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.
|