https://github.com/saa-nl/zymfony-bundle
Components to migrate from ZF1 to SF4.
https://github.com/saa-nl/zymfony-bundle
php symfony zend-framework
Last synced: 2 months ago
JSON representation
Components to migrate from ZF1 to SF4.
- Host: GitHub
- URL: https://github.com/saa-nl/zymfony-bundle
- Owner: saa-nl
- License: mit
- Created: 2019-04-19T13:46:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T13:48:47.000Z (almost 7 years ago)
- Last Synced: 2025-11-27T16:29:41.501Z (4 months ago)
- Topics: php, symfony, zend-framework
- Language: PHP
- Size: 21.5 KB
- Stars: 32
- Watchers: 8
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zymfony Bundle
Zymfony allows for a migration path to Symfony 4 from Zend Framework 1, by providing components to help ease the migration process.
## Getting Started
**Prerequisites for your ZF1 application**
- PHP 7.1+ support
- Zend Framework 1.12+ through Composer
Check: [preparing your ZF1 application for Zymfony](docs/prepare.md)
**Installation**
- Require the Zymfony Bundle through Composer: `composer require saa/zymfony-bundle`
- Change the [configuration](docs/configuration.md) in the `config/packages/zymfony.yml` file
## Contributing
If you would like to contribute to this project in any way (issues, PRs, etc), please check [CONTRIBUTING.md](https://github.com/saa-nl/.github/blob/master/CONTRIBUTING.md).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details