Libraries tagged by ow
spatie/spatie-content-api
8157 Downloads
The content API used at promotional sites for our own products
simianbv/introspect
5358 Downloads
Laravel Middleware for letting a resource owner verify a OAuth2 access tokens with a remote authorization server
silvercommerce/catalogue-admin
4296 Downloads
Silverstripe module allowing creation of a custom product catalog with products and categories that can be created via the admin and accessed via their own URL's (like more conventional page objects)
siabit/laravel-auditing-elasticsearch
2931 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
regoldidealista/esendex-laravel
1508 Downloads
This is a Laravel package for integrating with the Esendex SMS provider, but if you want you can implements your own service as a backup.
ppag/contao-tab-bundle
492 Downloads
Contao Bundle for adding Tabs as ContentElement. Based on heimrichhannot/contao-tab-control-bundle without bootstrap and jquery dependency. Its just a skeleton for your own implementation and provides only the Backend Content Elements.
phpsa/laravel-yourls-plugin
2810 Downloads
Plugin which integrates Laravel with Yourls (Your Own URL Shortener).
phix/cliengine
32588 Downloads
CliEngine is a quick and easy way to create your own command-line tools
ocramius/laminas-console-temporary-fork
8195 Downloads
UNMAINTAINED! A replacement for `laminas/laminas-console` that allows installation on PHP 8.0 onwards. Built for specific customer needs: do not use it in your own software, if not instructed to do so by Ocramius!
nearata/flarum-ext-no-self-likes
5212 Downloads
An extension that disallow users to like their own posts.
namelesscoder/gizzle
796 Downloads
GitHub Webhook Listener with plugin-based API for creating your own triggerered actions
mouf/utils.session.session-manager
252801 Downloads
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
mouf/utils.i18n.fine
170401 Downloads
Fine is a PHP internationalisation package. It will help you provide applications that support several languages. FINE means: Fine is not english :). Translation is performed using PHP mapping files, but you will have a nice graphical interface in the Mouf framework to write your own translated messages.
mouf/utils.cache.cache-interface
376294 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mouf/html.widgets.menu
239201 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.