Libraries tagged by als
vagovszky/imokutr
26 Downloads
PHP image thumbnailer created with primary use for Nette framework, but also usable as a standalone PHP library
tysonandre/php-parser-to-php-ast
24 Downloads
A pure PHP substitute for nikic/php-ast, using nikic/php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors.
twix/carbon
41 Downloads
This is a wrapper for briannesbitt/carbon which also calculates which days are French bank holidays.
triad-ltd/expauth
30 Downloads
A Laravel authentication driver that supports Expression Engine's membership system. New users will default to Laravel's bcrypt encryption (extremely secure), but existing users who have registered using Expression Engine can also be authenticated. Also handles their reset password procedure.
tpojka/app-feed
2 Downloads
Feed reading and posting application Allows user to import new feed links. Also, allows user to vote for each article while keeping average votes explicit.
towoju5/laravel-azure-mailer
1090 Downloads
Provides Microsoft Azure ACS integration for laravel. Azure Communication Services allows you to easily add real-time multimedia voice, video, and telephony-over-IP communications features to your applications. The Communication Services Email client libraries also allow you to add chat and EMAIL functionality to your communications solutions.
toppy/tweakwise-client
2 Downloads
Tweakwise API. Tweakwise offers differing REST services that can be called from various URLs and separate parameters. Response in XML and JSON format is offered for all services. XML is the default format, JSON format is also possible by adding ‘format=json’ to the call. Parameters are sent along with the query string (GET Request) via the URL. --- Authentication Authentication takes place by means of a unique key valid for each instance. This key is sent along with the particular service immediately after the call and must be placed before any parameters. This key is issued by Tweakwise.
topdocode/ecal-calendar-php
10 Downloads
Hi this library for you want to sync data to google Calendar, iCloud Calendar, Outlook, Office and other calendars by using Ecal Calendar. It can also be used as booking appoitment
tonix-tuft/gloom
3 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
tomatophp/tomato-user-activities-module
2 Downloads
Advanced logger is a laravel package used to automatically log every request made to you laravel application. Each request is also identified by hash, which can be used in standard log to identify the request.
toanld/ziggy
237 Downloads
Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.
thomasdcodes/isbn-library
16 Downloads
The library provides a check if a ISBN-13 is valid or not. It also calculates a ISBN-13 check number with a given isbn root.
thiagomarini/not-tomorrow
11 Downloads
PHP library to calculate the next working day. You can also check if a given date is a holiday or if the next day is on weekend.
thiagobrauer/laravel-incremental-migrations
77 Downloads
This Laravel package extends the command php artisan make:migration to add an incremental number at the end of a migration file, if there is already another migration with the same name. It also has its own artisan command to fix the names of the existing migrations.
tharangakothalawala/resultsetpaginator
1271 Downloads
Simple pagination module where it accepts a database connection to provide pagination support. Also supports plain pagination.