Libraries tagged by be_user
swen100/geophp
72186 Downloads
GeoPHP is an open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: (E)WKT, (E)WKB, GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area and a wide variety of other useful information.
steefdw/standards-enums
40675 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
soosyze/kses
46487 Downloads
An HTML/XHTML filter written in PHP. Checks on attribute values. Can be used to avoid Cross-Site Scripting (XSS), Buffer Overflows and Denial of Service attacks, among other things.
softon/sms
28505 Downloads
Simple SMS Gateway Package for sending short text messages from your Application. Facade for Laravel 5.Currently supported Gateways Clickatell , MVaayoo, Gupshup, SmsAchariya, SmsCountry , SmsLane , Nexmo, Mocker / Any HTTP/s based Gateways are supported by Custom Gateway. Log gateway can be used for testing.
rekalogika/rekapager-adapter-common
15763 Downloads
Common utilities for Rekapager adapters. Not intended to be used directly.
publiq/php-cs-fixer-config
38653 Downloads
Configuration for PHP Coding Standards Fixer to be used on all PHP projects at Publiq
phpstubs/phpstubs
13578 Downloads
Contains PHP Stubs which can be used by IDEs, or static analysis tools
phplrt/lexer
134476 Downloads
The phplrt lexer library that can be used for scanners implementation using PCRE
pattern-lab/drupal-twig-components
838207 Downloads
A collection of Twig components to be used with Drupal- and Twig-related StarterKits.
netgen/siteaccess-routes-bundle
42616 Downloads
Netgen Siteaccess Routes Bundle is an Ibexa Platform bundle which allows you to specify in which siteaccesses or siteaccess groups can a route be used
neam/yii-streamlog
88824 Downloads
Send Yii 1 logs to stdout/stderr - created to be used with the php-fpm/nginx Docker stack available at http://github.com/neam/docker-stack
marshmallow/nova-field-string-generator
37182 Downloads
A Laravel Nova field for generating a random string. This can be used for a Text field and for a Password field.
kunstmaan/media-pagepart-bundle
124259 Downloads
The KunstmaanMediaPagePartBundle is a pagepart that can be used on the KunstmaanPagePartBundle. It is a separate bundle to prevent a tight coupling between the KunstmaanPagePartBundle and the KunstmaanMediaBundle.
jamm/memory
24430 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
indiehd/filename-sanitizer
143954 Downloads
A lightweight library for sanitizing strings to be used as filenames.