Skip to content

Aspect Oriented Programming with GoAop PHP - Cache, Log

Notifications You must be signed in to change notification settings

souravmondal-cn/loggerGO

Repository files navigation

Simple Go AOP implementation

Here is a setup instruction:

  • copy the config.sample.php to config.php and changed the required file and dir paths.
  • create the log file and cache dir in the proper place and make sure our application runner has the write access to the dir and log file.
  • run "composer install" from terminal .
  • run the app by typing "php app.php" .
  • check the log in the log file(path defined in config file).

Details about the implementation:

https://docs.google.com/presentation/d/1JJSIOuYC_AAmIUNpq6CZ9NfWSLC5Ip9Zpa4vvd7LpnI/edit#slide=id.p

About

Aspect Oriented Programming with GoAop PHP - Cache, Log

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages