Libraries tagged by also
n2n/n2n-spec-dbo
1555 Downloads
Specifies an abstraction of database connection which also provides functionality to build queries independent of the used database engine.
mreduar/laravel-balance
669 Downloads
Maintains a history of balance movements in the eloquent models. This simple package will keep track of the balance of your models. You can increase, decrease, reset and set the balance. It is also possible to check if a model has a positive balance or no balance.
mouf/utils.mailer.mail-interface
46950 Downloads
This package contains interfaces and classes describing mails. It also contains the MailerService interface that should be implemented by any service that can send mails. You should use a package implementing this interface (like the SmtpMailer package.
monokakure/laravel-csv
33643 Downloads
Simple CSV manipulation for Laravel. Also you can select encoding.
mnikoei/laravel-passport-plus
5518 Downloads
This package helps you generate passport tokens without http request and also caching users and tokens
marshmallow/laravel-nova-linear
1054 Downloads
This package will let you create issues in Linear via a Nova Resource. It also supports attachments!
marshmallow/dataset-country
6978 Downloads
This dataset contains all the countries in the world. They are translateable in different languages. It is also possible to get the flag from said countries. The model is extendable so you can extend and overide all functionality if needed.
markup/elasticsearch-bundle
18005 Downloads
A Symfony bundle providing simple integration with the Elasticsearch SDK, also providing web profiler information.
marcocesarato/cpdo
182 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
macropage/sdk-ebay-rest-taxonomy
1262 Downloads
Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.
macropage/sdk-ebay-rest-browse
2788 Downloads
The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, or item aspects and refine the results by using filters. (Experimental) search_by_image: Lets shoppers search for specific items by image. You can refine the results by using URI parameters and filters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size. This resource also provides a bridge between the eBay legacy APIs, such as Trading and Finding, and the RESTful APIs, such as Browse, which use different formats for the item IDs. You can use the Browse API to retrieve the basic details of the item and the RESTful item ID using a legacy item ID. (Experimental) shopping_cart: Provides the ability for eBay members to see the contents of their eBay cart, and add, remove, and change the quantity of items in their eBay cart. *Note:* This resource is not available in the eBay API Explorer. The item_summary, search_by_image, and item resource calls require an Application access token. The shopping_cart resource calls require a User access token.
lucinda/headers
555 Downloads
API encapsulating HTTP request and response headers, useful also for cache/cors validation
leocello/sweet-enum
130 Downloads
Provides the ability to declare "properties" to enums using PHP Attributes, also to define classes for specific case functionalities and much more.
learncodeweb/filesupload
91 Downloads
A very simple (GD library Image processing) class for upload multiple files. You can create multiple thumbnails, add watermark (text/image), resize and change the quality of the images. You can also use this class with any PHP framework, tested with Laravel 8 and Laravel 9.
kafoso/type-formatter
3598 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.