Libraries tagged by alt3
m21/module-hreflang
28 Downloads
Dodanie do alternatywnych wersji językowych adresów URL dla Google
m-derakhshi/varexporter
5 Downloads
A powerful alternative to var_export(), which can export closures and objects without __set_state()
lyhiving/zip
29 Downloads
PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.
lorenzoferrarajr/lfj-error-layout
809 Downloads
LfjErrorLayout is a ZF2 module that allows you to use an alternative layout when a dispatch errors occur.
loots-it/laravel-mail-template-channel
25 Downloads
An alternative for the standard mail channel that uses an external template for its content. An example of such a service that provides such templates is Mailjet, for which the implementation is provided.
lj4/redbean-laravel4
204 Downloads
An implementation of RedBean for Laravel 4. Although Redbean has a composer install option, it is not recommended. This solution also implements namespaces for Redbean.
libre-informatique/sonata-sylius-user-bundle
3082 Downloads
Symfony bundle providing a bridge between SonataAdmin and SyliusUser (an alternative to SonataUserBundle)
leedch/router
224 Downloads
Routes HTTP Requests to PHP methods, alternate to MVC Controllers
leedch/blog
10 Downloads
Routes HTTP Requests to PHP methods, alternate to MVC Controllers
law909/nineparams
43 Downloads
AltoRouter request parameter handler
laravelgeekphp/laravel-rekognition
43 Downloads
A simple package to enable image alt tag label detection with AWS Rekognition
laracrafz/ultra-valet
0 Downloads
A valet alternative built with caddy
kunalkanani/maskable
2 Downloads
A package for concealing sensitive data in Laravel models and API responses with customizable masking rules. Mask specific fields, like emails and phone numbers, without altering the original data stored in the database.
kruegge82/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
krishnapawar/php-html-builder
5 Downloads
PHP HTML Builder - A Lightweight Alternative to LaravelCollective/HTML and Spatie/Laravel-HTML With the release of Laravel 11, support for laravelcollective/html has been discontinued, leaving many developers searching for a modern, simple solution to generate HTML and form elements. PHP HTML Builder is here to fill that gap — offering a streamlined, intuitive alternative compatible with Laravel 9, 10, and 11. This package provides an easy-to-use, fluent API that replicates the functionality of laravelcollective/html and spatie/laravel-html, enabling developers to effortlessly create HTML components, forms, inputs, checkboxes, radio buttons, dropdowns, links, images, and more. Built with simplicity and flexibility in mind, PHP HTML Builder is a lightweight, PHP-first solution for building and managing dynamic user interfaces in Laravel applications.