Libraries tagged by user likes
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
wabel/zoho-crm-orm
28810 Downloads
An ORM like package used to manipulate data from your Zoho CRM Account through the API.
sc0/jira-client
996 Downloads
Jira REST API client with comfortable wrappers for most commonly used API instances like issues, custom fields, components and so on. Forked from badoo/jira-client
collinped/laravel-rest-hooks
121 Downloads
Package for managing Laravel Rest Hooks for use with platforms like Zapier.
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!
antriver/laravel-registers
615 Downloads
A way to keep a simple list of models belonging to another model. e.g. Users that have liked a Post.
talview/yii2-materialize
61 Downloads
This is an extension for Yii 2.0 applications who would like to use materialize framework
meysampg/espricho
2 Downloads
A ready to use modular framework (like Yii2) with a powerful container (like Laravel) for php
aaronjan/kobe
4578 Downloads
Kobe is a Swagger definition writing tool for PHP, it can be used with framework like Laravel or just native PHP.
zakir-hyder/citrix-gotowebinar-php-library
178 Downloads
The GoToWebinar PHP Library is typically used to perform operations like create registrant of webinar, get the login url, list webinars etc.
sunnysideup/automated-content-management
57 Downloads
Use AI / LLM (like chatGPT) to manage your content.
samehdoush/lingua
38 Downloads
Add your Laravel language translations to your asset pipeline for use in Javascript packages like Vue or React.
pentagonal/hookable
133 Downloads
Hook able Library like a WordPress uses
heyday/silverstripe-optimisedimage
33244 Downloads
Uses various binary tools like jpegoptim and optipng to optimise resampled images create by SilverStripe
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.