Libraries tagged by exiv
mouf/html.tags
20135 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
mouf/alias-container
170 Downloads
This package contains a really minimalist dependency injection container that can be used to create aliases of instances in existing containers.
moon/properties
658 Downloads
Framework agnostic package to model EAV around your existing objects.
mingalevme/retryable-psr-http-client
143 Downloads
The package provides a familiar PSR HTTP Client interface with automatic retries and exponential backoff (and others strategies). It is a thin wrapper over the standard PSR HTTP Client and exposes same public API. This makes the decorator very easy to drop into existing programs.
medelse/utm-cookie-bundle
15814 Downloads
The UtmCookieBundle is a Symfony Bundle to save utm parameters from url into cookie when exists. Than cookie (utm) can be used later without parsing google or any other cookies.
medelse/referer-cookie-bundle
8103 Downloads
The RefererCookieBundle is a Symfony Bundle to save referer into cookie when exists. Than cookie (referer) can be used later.
mdm/translator-checker-bundle
4497 Downloads
Help you to check all your twig strings was translated - and all your translation keys exists
mcsodbrenner/serpent
329 Downloads
Serpent is a lightweight and compiling templating engine for PHP. It was designed to seamlessly integrate into existing MVC frameworks. It uses PHP itself as its template language, so you do not need to learn a new markup language. On the other side you get many improvements compared to pure PHP.
m-wardany/hash-ids
459 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
m-michalis/om-translator
66 Downloads
The "Translation Management" module simplifies translation tasks in OpenMage by providing an efficient way to create and update missing and existing translations from various modules. This module offers a user-friendly grid/edit dashboard in the Admin panel, allowing you to manage translations with ease. Additionally, it can detect and capture missing translations when browsing the frontend.
lfbellante/vies
1398 Downloads
This package controls the vat id in VIES system and returns company information if exist.
leuzeus/iseed
413 Downloads
This is a fork of the SchuBu/iseed of the original package Orangehill/Iseed. Generate a new Laravel database seed file based on data from the existing database table.
landofcoder/module-custom-customer-info
4 Downloads
The module allow a customer add new sub customer account from his dashboard or add exists customers account as child of the current customer.
kadudutra/fpdi
990 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
jwh315/laravel-capsule-wrapper
31155 Downloads
Use the Eloquent ORM outside of the Laravel Framework with an existing PDO database connection.