Libraries tagged by own
plenta/contao-news-like-bundle
74 Downloads
Integrate your own like button into your contao news.
phix/cliengine
32053 Downloads
CliEngine is a quick and easy way to create your own command-line tools
oyoun-media/academy-saml
424 Downloads
Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).
ocramius/laminas-console-temporary-fork
7939 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!
nobrainerweb/silverstripe-content-blocks
1447 Downloads
Split your page content into manageable blocks/sections of content, each with their own template
nilsenpaul/craft-easy-search
17609 Downloads
Easy Search lets content editors use predefined search queries in Craft's control panel, or 'build' their own.
nearata/flarum-ext-no-self-likes
5052 Downloads
An extension that disallow users to like their own posts.
mouf/utils.session.session-manager
252604 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
170267 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
375968 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
239004 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.
moonlydays/laravel-extensions
154 Downloads
Some opinionated extensions I made for myself that are too small to justify its own package
michaelbelgium/youtube-to-mp3
988 Downloads
Convert and search youtube video's via your own API
manuelkiessling/ai-tool-bridge
30 Downloads
Seamlessly empower your AI integration to interact with your own code and services
mannion007/php-binary-search
2289 Downloads
Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.