Libraries tagged by Lets Icons
drupal/drupal_cms_privacy_basic
1965 Downloads
Sets up a site with basic privacy features like consent management and remote content blocking.
frc/wp-env-heroku-custom-php-constant
43347 Downloads
Allow PHP constants to be defined through Heroku environment, as long as the environment key starts with FRC_PHP_CONST_ prefix. The prefix gets removed when the constant is set in the PHP side. For example, an environment variable FRC_PHP_CONST_PLL_COOKIE will define the PHP constant PLL_COOKIE within WordPress (with the value coming from the env key)
andonovn/laravel-bets-api
471 Downloads
Consume the betsapi.com service
frosas/base-url-bundle
419 Downloads
Sets the router default base URL. It is required when the router is used while not dealing with a request (like in the console).
timitek/getrets
143 Downloads
A simple "no framework" php wrapper for the GetRETS API from timitek (http://www.timitek.com). GetRETS is a product / service developed by timitek that makes it possible to quickly build real estate related applications for pulling listing data from several MLS's without having to know anything about RETS or IDX or worry about the pains of mapping and storing listing data from these various sources. GetRETS® as a service provides a RESTful API endpoint for consuming the data, and although it's not limited to only being used in PHP applications, and users aren't required to use our SDK, we have provided a simple PHP SDK for the API and set of documentation for it's use. Live Demo at: http://www.timitek.com/phpsdk/
ets-php/swoole
15 Downloads
基于Swoole 4.3.5+ 的高性能PHP协程框架,代码清晰可维护,高可扩展,使用简单,亿级日流量实战验证。支持Component依赖注入,redis/rabbitMq队列,微服务调用,熔断,限流,跨服务事件,异常报警,连接池,协程级全局变量,Http服务,Tcp服务,Console命令行模式,windows环境本地调试...
altec-icex/simple-models
9 Downloads
Window model constructor
allapps2/shortcuts
26 Downloads
Console shortcuts for sets of commands
phitech/entities
46 Downloads
Provides methods for managing entities that consist two database tables: main and meta. It allows for an indiscrete set of attributes by storing them as key-value sets in the meta table, while the most important attributes and indexes are in the main table. This structure is inspired by the post/postmeta structure in Wordpress databases.