byjg member since: Jun 26, 2013 · Transparency log
byjg's packages
-
PHP
byjg/phpthread
ByJG PHPThread simplifies working with threads and non-blocking code in PHP, bridging the gap for a language that was not inherently designed for threading.
-
PHP
byjg/rabbitmq-client
It creates a simple abstraction layer to publish and consume messages from the RabbitMQ Server using the component byjg/message-queue-client.
-
PHP
byjg/redis-queue-client
A simple and efficient abstraction layer for publishing and consuming messages from Redis queues using the byjg/message-queue-client framework
-
PHP
byjg/rest-reference-architecture
Gluo — production-ready PHP REST API framework starter. Create a project with `composer create-project byjg/gluo` and focus on your business logic, not the infrastructure.
-
PHP
byjg/restserver
Create RESTFull services with different and customizable output handlers (JSON, XML, Html, etc.). Auto-Generate routes from swagger.json definition.
-
PHP
byjg/scriptify
Transform any PHP class into an executable script callable from the command line without changes or refactoring.
-
PHP
byjg/serializer
A powerful multi-format serialization library that converts objects, arrays, and data between JSON, XML, YAML, CSV, PHP serialize, and plain text formats with intelligent property mapping and transformation
-
-
PHP
byjg/singleton-pattern
A lightweight PHP implementation of the Design Pattern Singleton using trait.
-
-
PHP
byjg/sms-client
A lightweight, extensible PHP library for sending SMS messages through multiple providers.
-
-
-
PHP
byjg/statemachine
Finite State Machine implementation with conditional transitions and state actions
-
PHP
byjg/swagger-test
A set of tools for testing your REST calls based on the OpenApi specification using PHPUnit. Currently, this library supports the OpenApi specifications 2.0 (formerly swagger) and 3.0.