Libraries tagged by differ
shlinkio/shlink-importer
81616 Downloads
Collection of tools to import links from different sources and map them to a shlink-compliant format
robinncode/db_craft
5452 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.
richardkeep/nova-timenow
50738 Downloads
A Laravel Nova card to display the current time from different timezones in the world.
psx/data
183496 Downloads
Data processing library to read and write POPOs in different formats
private-packagist/oidc-identities
20371 Downloads
Create OIDC tokens on different platforms
part-db/exchanger
46906 Downloads
Fork of florianv/exchanger, a library to convert currencies using different exchange rate providers. Modernized to be compatible with Part-DB.
neuron-core/router
1188 Downloads
Route inference calls to different underlying providers based on a routing strategy you define.
mvenghaus/filament-plugin-translatable-inline
59776 Downloads
An alternative to https://github.com/filamentphp/spatie-laravel-translatable-plugin. The difference is that all translations occur directly under each field.
mpratt/relativetime
124221 Downloads
A library that calculates the time difference between two dates and returns the result in words (Example: 5 minutes ago or 5 Minutes left). The library supports other languages aswell like Spanish and German.
mmamedov/page-cache
13792 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
mimmi20/ua-device-type
469319 Downloads
a class collection for different device types
mimmi20/ua-browser-type
469985 Downloads
a class collection for different browser types
mdwheele/zalgo
20662 Downloads
His six mouths speak in different tongues, and the seventh shall sing the song that ends the earth.
marcocesarato/sqlparser
48644 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
kunstmaan/search-bundle
89162 Downloads
The KunstmaanSearchBundle works with ElasticSearch and supports different search providers. The bundle currently supports Elastica as a provider. Add your own objects to index using a tagged service which implements the SearchConfigurationInterface