Libraries tagged by use case
jcbsn/kontentblocks
139 Downloads
WordPress Plugin. Shorten the gap between design constrains, developer efficiency, users flexibility and ease of use to create, edit and control content for both parties.
idrinth/phpunit-test-generator
11 Downloads
Generates tests for use with PHPunit based on an existing composer.json
devize/closure-compiler
6634 Downloads
Google's Closure Compiler for use in PHP-based projects
avalynx/avalynx-lightbox
25 Downloads
AvalynxLightbox is a simple, lightweight, and easy-to-use lightbox library. Based on Bootstrap >=5.3 without any framework dependencies.
armagedan/cloudways-api
39 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.
aptoma/silex-bootstrap
394 Downloads
Basic bootstrap for Silex based projects. Use as template for getting started quickly.
white-rabbit-1-sketch/php-file-hash-map
3 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
gauravojha/shoppingcart-eloquent
171 Downloads
A simple Laravel Based Shopping Cart. Uses persistent Eloquent Databases instead of Sessions.
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.
pablicio/mirabel-rabbitmq
240 Downloads
Library to facilitate the use of rabbitmq within php based on the php-amqplib library, bringing an abstraction of its use to make its use more simplified.
jobinja/blade-macro
4828 Downloads
Reusable scope-protected blade blocks, with empty I/O on runtime (replacement for @include which uses native I/O based PHP includes).
cidaas/cidaas-for-typo3
3939 Downloads
If you would like to use a secure, scalable Identity and Access Management System along with Typo3, look no further. This Extension allows you to use Cidaas as your Cloud based Identity System. You can have Cidaas perform Authentication and Authorization and access your TYPO3 frontend. Cidaas supports all standard protocols like OAuth 2.0 and OpenID Connect Standards. With easy to integrate SDK you should be able to secure your favourite Typo3 instance in no time!
acp3/cms
38 Downloads
ACP3 is a highly customizable and easy to use web content management system based on PHP5 and MySQL.
skyzyx/adobe-swatch-exchange
643 Downloads
Generates ASE swatch files for use with Adobe products.
internetguru/laravel-smart-redirect
596 Downloads
A configurable Laravel 11 middleware package that handles URL redirection based on defined routes and uses Levenshtein distance to find the closest matching route for 404 errors.