byjg member since: Jun 26, 2013
byjg's packages
-
PHP
byjg/anydataset
AnyDataset is a powerful data source abstraction layer for PHP that provides a simple and consistent interface to access different data sources. With AnyDataset, you can work with various data formats and storage systems using the same programming interface.
-
PHP
byjg/anydataset-db
AnyDataset-DB provides a relational database abstraction layer. It is part of the Anydataset project, an agnostic data source abstraction layer for PHP.
-
PHP
byjg/anydataset-json
JSON abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.
-
PHP
byjg/anydataset-nosql
Anydataset NoSQL standardizes the access to non-relational databases/repositories and provides a consistent interface for both NoSQL document databases and Key/Value stores.
-
PHP
byjg/anydataset-sparql
Anydataset SparQL abstraction. Anydataset is an agnostic data source abstraction layer in PHP.
-
PHP
byjg/anydataset-text
Text file abstraction dataset. Anydataset is an agnostic data source abstraction layer in PHP.
-
PHP
byjg/anydataset-xml
XML abstraction dataset for the AnyDataset library. AnyDataset is an agnostic data source abstraction layer in PHP.
-
PHP
byjg/authuser
A simple and customizable library for user authentication in PHP applications using a clean repository and service layer architecture.
-
byjg/beansqueueclient
Beansqueue client is a client to connect to a beanstalk queue.
-
byjg/beansqueueworker
Beansqueue worker consumes payloads from a beanstalk queue
-
PHP
byjg/cache-engine
A powerful, versatile cache implementation providing both PSR-6 and PSR-16 interfaces with support for multiple storage drivers.
-
PHP
byjg/config
A very basic and minimalist PSR-11 implementation for config management and dependency injection.
-
PHP
byjg/convert
A lightweight utility for string conversion between text from UTF8 to various formats and vice-versa. Supports HTML entities, MIME encoded words, accents removal, emoji conversion, and more.
-
PHP
byjg/crypto
A cryptography library for symmetric encryption with an innovative keyless exchange mechanism.
-
PHP
byjg/featureflag
Allows you to enable or disable features in your application and dispatch the proper code based on the flags.