Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 21, 2021. It is now read-only.
/hexagonal-cakePublic archive

Hexagonal Architecture Application with CakePHP and a DIC - Could be used as a template in theory but for now its a learning project

License

NotificationsYou must be signed in to change notification settings

burzum/hexagonal-cake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a pure learning project and proof of concept! NOT ready for production!

A hexagonal architecture is using ports and adapters to communicate and separate different layers of your application.

This application skeleton is trying to implement a hexagonal architecture using the goodies of the CakePHP framework.

Goals

  • Learning something about software architecture
  • StayPSR compatible with all interfaces if possible
  • Followphp-pds
  • UsingDI container
  • UseIoC where it makes sense
  • Typehint almost everything
  • Using acommand bus (but noCQRS)

Installation

  • Clone the repositorygit@github.com:burzum/hexagonal-cake.git
  • Go into the foldercd hexagonal-cake
  • Run composercomposer install
  • Copyconfig/app.default.php toconfig/app.php
  • Configure the database connection in yourapp.php
  • Point your web server config for the host you are using to thepublic folder
  • Done

Documentation

Check thedocs folder of this repository.

Additional Libs besides CakePHP

Useful links

License

Copyright Florian Krämer

Licensed under theMIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

About

Hexagonal Architecture Application with CakePHP and a DIC - Could be used as a template in theory but for now its a learning project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2026 Movatter.jp