Aspect Oriented Programming in PHP/Laravel

Aspect Oriented Programming in PHP/Laravel

Aspect Oriented Programming with PHP/Laravel – by Savio Resende At this presentation we see an example of AOP on PHP Universe. At this presentation we check a small example with Laravel, and we mention a few other tools for that. Signup at: https://www.meetup.com/Ottawa-PHP-Meetup Meetup recording: References: Slides: https://docs.google.com/presentation/d/1YpB3Sa6IvMLV_DLjcajtfXLoF9CnC8f-8sDJv955ZOM/edit?usp=sharing GO AOP: https://github.com/goaop/framework Swoft: https://swoft.io Laravel Package:…

A WebApp with real-time features using Swoole: no nginx, no apache, no nodejs

A WebApp with real-time features using Swoole: no nginx, no apache, no nodejs

A WebApp with real-time features using Swoole: no nginx, no apache, no nodejs – by Savio Resende Let’s see the implementation of a simple website with real-time features built using only PHP. We will see a few advantages of using it, some cases that might be interesting to know about, and details of the implementation….