Libraries tagged by Useful Dates
laracraft-tech/laravel-date-scopes
258975 Downloads
Some useful date scopes for your Laravel Eloquent models!
jasny/twig-extensions
11468083 Downloads
A set of useful Twig filters
samayo/country-json
24012 Downloads
A simple but useful data of the world (by country) in JSON formats
seboettg/collection
1455200 Downloads
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
zaphyr-org/utils
12404 Downloads
A collection of useful helper classes, which make a developer's workday a little easier.
pear2/net_transmitter
121886 Downloads
A stream wrapper that ensures data integrity. Particularly useful for sockets.
robinncode/db_craft
5093 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
dereuromark/cakephp-data
21412 Downloads
A CakePHP plugin containing lots of useful and reusable data containers
glucnac/datetimeinterval
2002 Downloads
DateTimeInterval is wrapper of DateInterval that provides useful methods for calculating delays.
mhuber84/randomizer
28342 Downloads
This TYPO3 extension allows you to randomize the content of database tables, either during a database export or directly in the database. The extension is useful for anonymizing data on or for development systems. The random values are generated with the fakerphp/faker package.
davidianbonner/enumerated
54213 Downloads
Enums represent a set of predefined values. Useful for ensuring data consistency.
automattic/jetpack-post-media
5745 Downloads
Tools to extract useful information and meta data from WordPress posts.
caio-brendo/yii2-dynamicgridform
1705 Downloads
Dynamic Grid Form is a widget for the yii2 structure to add values to a grid. It is very useful for working with one-to-many data.
czechphp/czech-bank-account
36175 Downloads
Provides useful utilities for czech bank account validation and data manipulation.
cheprasov/php-parallel
12656 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases