Libraries tagged by package maker
tbleckert/laramill
7 Downloads
LaraMill is a Laravel package that provides a powerful bridge to Paymill that makes it easy to handle payments and subscriptions
tbleckert/billing
24 Downloads
LaraMill is a Laravel package that provides a powerful bridge to Paymill that makes it easy to handle payments and subscriptions
soinalastudio/voyager
6 Downloads
A Laravel Admin Package forked from abandonned https://github.com/thedevdojo/voyager to make your life easier and steer your project in the right direction
oyoun-media/academy-saml
444 Downloads
Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).
mouf/security.rightsservice
64655 Downloads
A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).
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.
kiwilan/php-http-pool
2290 Downloads
PHP package with easy-to-use GuzzleHttp pool wrapper to make concurrent requests.
hopeofiran/nicardpayment
734 Downloads
You can make your Nick Card payments with this package.
hawkiq/laravel-zaincash
300 Downloads
Laravel package to use in Laravel helps you to make dealing with Zain Cash API easier
halimzidoune/laravel-postman-api
81 Downloads
This package allow to export all API routes from your laravel project to be used in postman and make tests manualy.
faso-dev/phone-number-checker
16 Downloads
This package is used to validate the telephone numbers of the countries taken into account. It also makes it possible to verify that a number is indeed a number of an operator X
edlugz/vas
358 Downloads
This package provides you with a simple tool to make requests to VAS SMS API
edlugz/sasapay
445 Downloads
This package provides you with a simple tool to make requests to Sasapay APIs so that you can focus on the development of your awesome applications instead of all the set up involved.
delvefore/laravel-packager-hermes
28 Downloads
Artisan make Commands when using https://github.com/Jeroen-G/laravel-packager thereby accelerating your development of Laravel Packages.
conectra/active-rest
1325 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.