Libraries tagged by Opera
reinder83/binary-flags
71868 Downloads
Useful class for binary operations
nystudio107/craft-emptycoalesce
137780 Downloads
Empty Coalesce adds the ??? operator to Twig that will return the first thing that is defined, not null, and not empty.
kudm761/martinez-rueda-php
114172 Downloads
Martinez-Rueda algorithm for polygon boolean operations
ang3/php-odoo-api-client
49520 Downloads
Odoo API client
wgirhad/geophp
31666 Downloads
Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.
vaened/php-search-engine
90359 Downloads
A flexible PHP search library that provides essential features for implementing search engines. It includes capabilities for filtering, indexing, and search functionalities. Designed to be easily extensible, it integrates seamlessly with different ORM frameworks to enhance search operations and manage complex queries.
tomatophp/tomato
4682 Downloads
TomatoPHP is built to make it easy to develop web apps and API by generating files of CRUD operations and support helpers of tonnes of functions to make it easy to manage and use framework services.
tempest/clock
53903 Downloads
A clock component that handle few simple clock operations.
tartan/laravel-iranian-sms
3355 Downloads
Laravel 5.x sms handler for working with most iranian sms operators
talon-one/talon-one-client
93567 Downloads
Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) are used to integrate with our platform - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`
swen100/geophp
73248 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.
strscan/strscan
133536 Downloads
Simple string tokenizer for lexical scanning operations
scriptfusion/retry
139215 Downloads
Retries failing operations.
schmunk42/retry
560914 Downloads
A tiny library for retrying failing operations. [fork with tags]
ps/fluent-traversable
27112 Downloads
Support for operating on collections and arrays by functional way. Inspired by guava's FluentIterable, java8 Stream framework and scala stuff