Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/habibun/hexagonal-architecture
Hexagonal Architecture with PHP using Symfony
https://github.com/habibun/hexagonal-architecture
hexagonal-architecture php symfony
Last synced: 2 days ago
JSON representation
Hexagonal Architecture with PHP using Symfony
- Host: GitHub
- URL: https://github.com/habibun/hexagonal-architecture
- Owner: habibun
- License: mit
- Created: 2021-07-20T04:21:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T09:55:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T18:41:49.938Z (2 months ago)
- Topics: hexagonal-architecture, php, symfony
- Homepage:
- Size: 302 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexagonal-architecture
Hexagonal Architecture with PHP using Symfony| Repository Branch | Symfony Version | PHP Version |
|-------------------|-----------------|-----------------|
| [azimolabs][1] | `4.4.x` | `7.2` or higher |
| [mdxpl][2] | `4.4.x` | `7.4` or higher |Read [Hexagonal architecture Docs](https://en.wikipedia.org/wiki/Hexagonal_architecture_(software))
Resources
- [`azimolabs`][1]
- [Ports and Adapters implementation in PHP, with a little help from Symfony](https://medium.com/azimolabs/ports-and-adapters-implementation-in-php-with-a-little-symfony-help-6d4fdbe830ba)- [`mdxpl`][2]
- [hexagonal-architecture-symfony](https://github.com/mdxpl/hexagonal-architecture-symfony)
- [Symfony and Hexagonal Architecture](https://minompi.medium.com/symfony-and-hexagonal-architecture-b3c4704e94de)
- [Symfony and Hexagonal Architecture](https://dev.to/minompi/symfony-and-hexagonal-architecture-5c91)
- [Hexagonal architecture with Symfony](https://www.elao.com/blog/dev/architecture-hexagonale-symfony)## License
The code is licensed under the [MIT License](https://github.com/habibun/hexagonal-architecture/blob/master/LICENSE)[1]: https://github.com/habibun/hexagonal-architecture/tree/azimolabs
[2]: https://github.com/habibun/hexagonal-architecture/tree/mdxpl