Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retrofit-drupal/retrofit
Retrofit provides compatibility layers to run legacy Drupal code.
https://github.com/retrofit-drupal/retrofit
drupal
Last synced: 7 days ago
JSON representation
Retrofit provides compatibility layers to run legacy Drupal code.
- Host: GitHub
- URL: https://github.com/retrofit-drupal/retrofit
- Owner: retrofit-drupal
- License: mit
- Created: 2023-06-03T01:35:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:27:38.000Z (3 months ago)
- Last Synced: 2025-01-26T13:08:32.616Z (14 days ago)
- Topics: drupal
- Language: PHP
- Homepage: https://retrofit-drupal.com
- Size: 336 KB
- Stars: 77
- Watchers: 5
- Forks: 3
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
- Support: docs/supported-apis.md
Awesome Lists containing this project
README
# Retrofit for Drupal
The Retrofit provides compatibility layers for legacy Drupal code to allow run on any version of Drupal.
## Installation
Retrofit is _not_ a module. All you need to do is install the package using Composer and Retrofit is available and working!
```shell
composer require retrofit-drupal/retrofit
```And that's it! 🎉
## How it works
This library registers a service provider to integrate with Drupal automatically. No extra configuration is needed. Once Retrofit has been added to your Drupal code base it will automatically provide backward compatibility layers for you.
## Support
If you would like free and public support, open a [Discussion](https://github.com/retrofit-drupal/retrofit/discussions/new?category=q-a). You can also join the [#retrofit](https://drupal.slack.com/archives/C05BT6LALUR) channel on [Drupal Slack](https://www.drupal.org/community/contributor-guide/reference-information/talk/tools/slack) as well.
If you would like paid and private support, [contact Matt Glaman](https://mglaman.dev/contact-matt) directly. Opportunities for paid private support are coming.
## Usage
Currently, the compatibility layers are drop-in replacements. This means you can use them in your code without any
changes. Some functions are namespaced for compatibility.[Get started](docs/getting-started.md) with Retrofit for Drupal