Libraries tagged by must use
nabeghe/cally
6 Downloads
Just a handy helper for callables and calling them!
geronimo794/php-simple-dev-helpers
472 Downloads
Just short call for var_dump and exit. etc. etc. Just use the dev-master version.
pushword/conversation
395 Downloads
Extend your Pushword website with **comments**, a **contact** form or just an **user input**.
the-basement/common
8 Downloads
This package is just some interfaces used by thebasement.club. Anyone is welcome to build services that conform to the interfaces and suggest them to be included in the main site by creating an issue.
weilun/wlcurl
60 Downloads
Let PHP Api request more easy, everything is open source in my github, just take it, and use it well
vanthink/hprose-php-fork
1550 Downloads
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
delz/hprose
69 Downloads
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
wpzoom/social-icons-widget
14 Downloads
Social Icons Widget & Block helps you to add quickly icons with links to your profiles from different social networks to your WordPress website. The plugin includes several icon sets, which gives you the possibility to use the widget for more than just linking to your social media profiles. You can use generic icons to add links to anything you want.
imarc/craft-pickture
1106 Downloads
A custom field type to let users pick between thumbnails instead of just text labels.
aaronjan/kobe
4576 Downloads
Kobe is a Swagger definition writing tool for PHP, it can be used with framework like Laravel or just native PHP.
reliv/pipe-rat-expressive
981 Downloads
Zend Expressive Module for PipeRat. Create REST APIs with just a few lines of config. This PSR7 compliant PHP library uses Zend\Stragility Middleware at its core.
reliv/pipe-rat-2
293 Downloads
Create REST APIs with just a few lines of Expressive config. This PSR7 compliant PHP library that uses Zend Expressive Middleware at its core.
phaza/laravel-blade-inline-svg
66983 Downloads
Allows you to inline svgs in html so you can use normal CSS to apply styles to your svg. (No more multiple versions of same icon with just different colour)
crimsonkissaki/mockmaker
42 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.
ahrmerd/laravel-test-generator
95 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package