Libraries tagged by Verty
raeen/phpy
170 Downloads
Use python in php very easy
phpbb/titania
164 Downloads
This adds a very powerful and large customisation database to your forum. It is codenamed Titania.
php-extended/php-user-agent-provider-basic
7996 Downloads
A very basic user agent provider
php-extended/php-basic-console-logger
27431 Downloads
A very basic psr-3 compliant logger to log activity in the console
perimeter/rate-limiter-php
15106 Downloads
A very simple Rate Limiter for PHP
paradisesessions/validator-cpf-cnpj
3289 Downloads
A very simple class for validate CPF|CNPJ.
otsch/ppq
1103 Downloads
A very simple PHP queue system to run background tasks.
nxu/php-nano-class-parser
4370 Downloads
A fully opinionated, extremely minimal, and very optimistic package to help add custom code to generated PHP classes.
nsp-team/webman-throttler
797 Downloads
very Very easy to use a current limiting component, the code is very simple, based on the webman framework.
nervsys/ns
10 Downloads
A very slight PHP framework, very easy to use and integrate.
mschop/json-serializer
4901 Downloads
A very simple, fast and configurable object serializer.
mrkriskrisu/telegram
5197 Downloads
Very simple telegram function. Very simple.
mouf/utils.common.url-interface
354365 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
mouf/utils.cache.in-memory-cache
356885 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
mouf/utils.action.action-interface
366745 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.