Over the time I’ve been copying this classes from one project to another, adding new stuff, improving them, they’ve been with me for a long…
Tag: library
Lately I’ve been doing a lot work using queues, specifically RabbitMQ. Queue jobs are not easy to implement and maintain. That’s why I took a time…
When I started working with RESTful services in PHP, return API error messages to browser was always an issue, basically because must of the time you…