Libraries tagged by sigil
vancuren/php-turf
131 Downloads
A PHP library for geospatial analysis similar to Turf.js
struct/struct
5372 Downloads
Simple package for structured and more complex data types, similar to 'Struct' in other programming languages
struct/contracts
5392 Downloads
Simple package for providing contracts for structured and more complex data types, similar to 'Struct' in other programming languages
sjaakp/yii2-timeline
1115 Downloads
Simile Timeline widget for Yii2.
opctim/symfony-bruno-generator
411 Downloads
This bundle provides a simple command that will generate .bru files based on your registered routes using opctim/bruno-lang. Its usage is very similar to the commands of symfony/maker-bundle.
morilog/widgetify
2429 Downloads
A powerful laravel widget package. capsulate ui componenet as widget. similar to Yii widgets
mediawiki/anti-spoof
4202 Downloads
The AntiSpoof extension is an extension for preventing confusable usernames from being created. It blocks the creation of accounts with mixed-script, confusing and similar usernames.
mediagone/types-collections
1999 Downloads
Provides full-featured collections for primitive types, and generic classes to build your own strongly-typed collections. Each collection has chainable methods to perform traversal, filter and projection operations (similar to Microsoft's LINQ-like features).
logikos/util
121462 Downloads
Utility Classes, including a config similar to Phalcon\Config, MutableConfig and ImmutableConfig
kunstmaan/cookie-bundle
9074 Downloads
The Kunstmaan Cookie Bundle provides a cookie bar; detailed pop-up window and a similar page explaining each type of cookie used on the website.
kafoso/type-formatter
4887 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
johnsnook/yii2-parsel
1179 Downloads
Allows developers to provide a search query interface similar to Sphinx
fabriziocaldarelli/yii2-vueapp
479 Downloads
A Vue.js helper for create Vue app in Yii2 without webpack or similar
elkadrey/version-bump
88 Downloads
A Composer plugin that allows you to manage versioning similar to npm version. It supports patch, minor, major, prepatch, preminor, premajor, and prerelease versioning while integrating with Git for tagging and commits
eboreum/caster
5279 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.