https://github.com/gilbertsoft/opsone-managed-server
Ops One Managed Server installed PHP extensions, replaces the corresponding Symfony polyfills to avoid installing these unneeded packages
https://github.com/gilbertsoft/opsone-managed-server
Last synced: 4 months ago
JSON representation
Ops One Managed Server installed PHP extensions, replaces the corresponding Symfony polyfills to avoid installing these unneeded packages
- Host: GitHub
- URL: https://github.com/gilbertsoft/opsone-managed-server
- Owner: gilbertsoft
- License: mit
- Created: 2022-02-25T15:40:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T12:39:52.000Z (over 4 years ago)
- Last Synced: 2025-02-10T23:35:09.821Z (over 1 year ago)
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ops One Managed Server
[](https://packagist.org/packages/gilbertsoft/opsone-managed-server)
[](https://packagist.org/packages/gilbertsoft/opsone-managed-server)
[](https://github.com/gilbertsoft/opsone-managed-server/issues)
[](https://github.com/gilbertsoft/opsone-managed-server/network)
[](https://github.com/gilbertsoft/opsone-managed-server/stargazers)
[](https://github.com/gilbertsoft/opsone-managed-server/blob/main/LICENSE.md)
[)](https://github.com/gilbertsoft/opsone-managed-server/actions/workflows/continuous-integration.yml)
[](https://github.com/gilbertsoft/opsone-managed-server/blob/main/CODE_OF_CONDUCT.md)
This package replaces the corresponding Symfony polyfills for installed PHP
extensions to avoid installing these unneeded packages for your PHP project
hosted at an Ops One Managed Server.
**Table of contents**:
- [Installation](#installation)
- [Feedback / Bug reports / Contribution](#feedback--bug-reports--contribution)
- [License](#license)
## Installation
Require this package as normal dependency and by providing the desired branch:
```bash
composer require gilbertsoft/opsone-managed-server dev-
```
To install the package for a Managed Server Version 8 with PHP 8.1 run:
```bash
composer require gilbertsoft/opsone-managed-server dev-server8-php81
```
Please head to the [branches overview](https://github.com/gilbertsoft/opsone-managed-server/branches/all)
to see all supported combinations. If your desired combination is missing, please
create a [feature request](https://github.com/gilbertsoft/opsone-managed-server/issues/new/choose).
If the package is installed as dev requirement, the package won't work as
expected using the install option `--no-dev`.
## Feedback / Bug reports / Contribution
Bug reports, feature requests and pull requests are welcome in the [GitHub
repository](https://github.com/gilbertsoft/opsone-managed-server).
For support questions or other discussions please use the [GitHub Discussions](https://github.com/gilbertsoft/opsone-managed-server/discussions).
## License
This package is licensed under the [MIT License](https://github.com/gilbertsoft/opsone-managed-server/blob/main/LICENSE.md).