Libraries tagged by wish-list
wtabata/arraymenu
1 Downloads
Create a nested menu from an array with list items.
nexendrie/book-component
661 Downloads
Simple book component with list of chapters/pages and links to previous and next chapter/page
krausv/permissions-panel
17 Downloads
Bar with list of permissions
jeandanyel/crud-bundle
51 Downloads
A flexible Symfony bundle that provides automatic generation of Create, Read, Update, and Delete actions for entities, along with list management and customizable templates.
dynoser/hashsig
29 Downloads
Provides work with lists of files for which a list of hashes is signed
chrizus/arraymenu
3 Downloads
Create a nested menu from an array with list items.
ahmadaldali/filter-lists
13 Downloads
Make dealing with lists easier
orbiter/satellite
1215 Downloads
PHP Event Dispatcher with listener and PSR-14 dispatcher, compatible with PSR-11 container and custom invokers.
little-apps/littlejwt
15710 Downloads
Secure Your Laravel Web App with Little JWT - The Key to Effortless Token Management!
hhvm/hhast
1027509 Downloads
A mutable AST library for Hack with linting and code migrations
lde/api-helper
13998 Downloads
Laravel package to help consume REST and XML APIs with little effort.
lithephp/lithephp
86 Downloads
Skeleton application for the Lithe framework. Easily set up your projects with Lithe!
ken/laravel-voyager-blog
286 Downloads
Create a blog very easy with litepie Blog & laravel voyager
idearia/wp-cli-command
1149 Downloads
Simple class to create WP-CLI commands with validation with little effort.
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.