Libraries tagged by data sync
commentar/time-ago
181 Downloads
This package calculates the time since a specific `DateTime` object en displays it in a human readable format.
batdcat/motor-blockchain
3 Downloads
Motor blockchain ligero y modular diseñado para garantizar la integridad de datos en el ecosistema TimeFinanceHub y SyntaxSanctuary.
syntaxsolutions/csvbuilder
74 Downloads
A simple PHP library used to format data into comma-separated values (CSV)
sunchaser/base100
7 Downloads
Encode your data into emoji
flo-labs/dms
0 Downloads
PHP parser for DMS — a data syntax with strong typing, ordered maps, multi-line heredocs, and front-matter metadata.
webzille/cssparser
11 Downloads
Parse CSS file into an abstract syntax tree data structure
timelock/timelock
7 Downloads
A PHP package to find files unchanged since a specified date.
mr-wolf-gb/laravel-update-creator
17 Downloads
Laravel Update Creator is a Laravel package designed to streamline the process of creating update ZIP files for your Laravel projects. This tool identifies all files modified since a specified date, excludes unwanted directories and files, and generates a compressed ZIP file for distribution or deployment.
minulislam/php-countries
0 Downloads
PHP Countries is a library that provides an elegant syntax to country data.
liqueurdetoile/cakephp-apie
6 Downloads
This Cakephp plugin allows to easily handle API calls within controllers and supports extended syntax to control data queries through url parameters
eloquentcoder/slack
0 Downloads
A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. Up to date with the latest PHP version
zein/hijri
7 Downloads
extended hijri date library from nazir/go2hi with carbon syntax style
sm0nster/php-runtastic
158 Downloads
It is a class to gain easy access to Runtastic (www.runtastic.com) activity data via PHP. This is a very dirty approach since Runtastic doesn't offer an official API.
phpruntastic/phpruntastic
225 Downloads
It is a class to gain easy access to Runtastic (www.runtastic.com) activity data via PHP. This is a very dirty approach since Runtastic doesn't offer an official API.
orware/compressed-string
735 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.