Libraries tagged by cyan
configcat/configcat-client-php7
53594 Downloads
ConfigCat SDK for PHP 7. ConfigCat is a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.
codewithdennis/filament-theme-inspector
5421 Downloads
Easily see the fi- class of any element on the page by hovering over it. A tooltip displays the class name, and you can copy it with a click!
cobweb/svconnector
390330 Downloads
This family of services is used to connect to external data sources and fetch data from them. This is just a base class which cannot be used by itself. Implementations are done for specific subtypes.
cmsmaxinc/filament-system-versions
4524 Downloads
A comprehensive Filament plugin that provides real-time visibility into all package versions within your Filament PHP application. This essential developer tool creates a centralized dashboard where you can instantly view, monitor, and track the current versions of all installed packages in your project and what the latest version is.
christeredvartsen/php-bittorrent
18835 Downloads
A set of components that can be used to interact with torrent files (read+write) and classes that can encode/decode to/from the BitTorrent format.
charescape/serialize-closure
6487 Downloads
A library that can be used to serialize closures (anonymous functions) and arbitrary objects.
cebe/yii2-lifecycle-behavior
19046 Downloads
Define the lifecycle of a model by defining allowed satus changes in terms of a state machine.
boyhagemann/waveform
18609 Downloads
A php package that can generate waveforms based on a WAV file
bolt/forms
20324 Downloads
📦 This Bolt extension can be used to handle forms in your Bolt 5 project.
bobosch/ods-osm
23348 Downloads
Add an interactive OpenStreetMap map to your website. Can also show other OpenLayers compatible maps.
bllim/laravalid
15076 Downloads
This package makes validation rules defined in laravel work client-side by converting to html/js plugins such as jquery validation. It also allows to use laravel validation messages so you can show same messages for both sides.
bentools/guzzle-throttle-middleware
253352 Downloads
A GuzzleHTTP Middleware that can delay requests before sending them.
badoo/soft-mocks
34631 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
aza/math
20730 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
aura/signal
58080 Downloads
A SignalSlots/EventHandler implementation; with it, we can invoke handlers ('slots' or 'hooks') whenever an object sends a signal ('notification' or 'event') to the signal manager.