Libraries tagged by enot php
ecomdev/phpspec-magento-di-adapter
20 Downloads
An adapter for DI features of Magento\Framework to write easier your examples with PHPSpec. Does not use ObjectManager, only emulates some of its features
mauricext4fs/php-redis
2922 Downloads
RedisController is a high performance PHP Redis client which implement some of the latest Redis functionalities. It is completely written in PHP and does not required anything else than PHP 5.4
not-empty/database-cache-php-lib
7 Downloads
PHP library for put all database result in cache
not-empty/credential-manager-php-lib
8 Downloads
PHP library for search credential in redis with Predis
not-empty/aws-bucket-php-lib
9 Downloads
PHP library to connect to and use AWS S3 Bucket
not-empty/ala-microframework-php
12 Downloads
API Rest based in lumen using query builder that auto generate base code for simple crud (with automatic generated 100% unit and feature tests). To be used as a simple and fast way to implement microservices architecture
mathiasreker/php-mbstring-extension
147 Downloads
The php-mbstring-extension is a PHP library that provides support for multibyte strings that are not covered by the standard PHP string functions.
fromholdio/phpstan-non-nullable-sink-rules
17 Downloads
PHPStan rules for values that are not proven safe at non-nullable PHP-owned sinks.
kuasarx/php-scan
32 Downloads
PHP class for interacting with NAPS2 (Not Another PDF Scanner 2) console functionality
vanthink/hprose-php-fork
2082 Downloads
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
sunaoka/hash-php
523 Downloads
Merge one or more associative arrays recursively. This function does not append numeric indexes like array_merge_recursive() function.
plazzag/polario-sdk-php
139 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
knot/knot
20 Downloads
Modern Array collection for PHP
hprose/hprose-php
337 Downloads
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
hetao29/php-grpc-server-protobuf
29 Downloads
The php grpc server framework with protobuf and DO NOT use any 3rd libraries.