Libraries tagged by synth
dface/sql-placeholders
260 Downloads
Parse and build sql-expressions extended with special syntax
devmustafa/yii2-amqp
8581 Downloads
Yii2 extension enables you to use RabbitMQ with native Yii2 syntax
crisu83/closurecompiler-bin
10186 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
codemonkeys-ru/repository-alias-bundle
50 Downloads
Symfony2 bundle providing alias syntax for working with entity repositories
coco-project/sql-cache
20 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
chrismademe/twilight
79 Downloads
Twig Preprocessor with an elegant syntax and component API
chemem/asyncify
222 Downloads
A package that runs synchronous PHP functions asynchronously.
checkmycomposer/commands
1158 Downloads
Commands to check your Composer dependencies and synchronize your project with http://checkmycomposer.com.
cebe/pulse-php-discover
11 Downloads
A PHP implementation of the pulse/syncthing cluster discovery protocol.
cashcarryshop/sizya
6 Downloads
library for synchronization some platforms
cannonphp/app
7 Downloads
Cannon MVC is an exceptional web application framework that embraces an expressive and elegant syntax.
campoint/postgrest-php
244 Downloads
PostgREST client for PHP. This library provides a synchronous and asynchronous interface to PostgREST.
boxalino/boxalino-client-sdk-php
4798 Downloads
The Boxalino Client SDK provides a simple and efficient usage of Boxalino Search & Recommendations services (based on the p13n Thrift client libraries as separately provided in respective git-hub repositories) and to Boxalino Data Intelligence especially for Data Synchronization (define the structure of your data, push and publish your data structure configuration, push data in dev/prod and full/delta to Boxalino).
bogdancondorachi/kirby-highlight
4 Downloads
Server-side syntax highlighting for Kirby CMS
bitsmind/graphsql
63 Downloads
GraphSql is a Graphql like syntactical method to read data from SQL databases with an ease. It's built on top of Laravel Eloquent ORM.