Libraries tagged by esase
customd/laravel-addressable
1218 Downloads
Laravel Addressable is a Laravel package to manage addresses that belong to your models. You can add addresses to any eloquent model with ease.
csvtoolkit/csv-helper
6 Downloads
A PHP library for reading and writing CSV files with ease. CsvHelper supports custom delimiters, enclosures, and escape characters, providing flexible and efficient CSV data handling. It includes implementations using PHP's SplFileObject and other popular CSV libraries, ensuring compatibility with various CSV formats.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
coulterpeterson/cloudways-api
138 Downloads
A Class which contains a collection of Cloudways API for ease of use. All the available API from the Cloudways Docs are included. Happy Coding.
collinai/auxiliary-open
93 Downloads
A versatile PHP toolkit providing essential helper functions to ease development workflows and boost productivity.
codingnninja/lerrors
27 Downloads
Find solutions to programming errors with ease
coderstm/laravel-core
1560 Downloads
Laravel Core package that provides essential core functionalities and utilities for Laravel applications.
codeblanche/web
118 Downloads
PHP Web Essentials
cleverage/oauth-api-bundle
3406 Downloads
Ease the creation of business API client with OAuth authentication
christiaan/stream-process
11881 Downloads
Wrapper around proc_open to ease communication via streams between processes
cable8mm/waybill
286 Downloads
A lightweight PHP library for generating PDF waybills with ease.
brk-labs/cnpj-gratis
2718 Downloads
Com esse pacote você poderá consultar, gratuitamente, CNPJs diretamente no site da receita.
brainsware/sauce
512 Downloads
Sauce is a general purpose library providing containers and functions that ease development in PHP.
bogddan/redirector
1807 Downloads
A comprehensive Laravel package for managing redirects with ease.
blakvghost/juste
37 Downloads
Juste is the Core of Project Bravo, my personal PHP MVC framework, it essentially ensures the understanding of Models, Controller, the basic template engine.It also manages the Routing, the middlewares, the database, and especially my super nice homemade mini ORM without forgetting the easy sending of emails.