Libraries tagged by be_users
do-while/contao-mpdf-template-bundle
1889 Downloads
With the mpdf-template extension, a saved pdf file can be activated as a layout template for PDF output. Uses the mPDF library.
useralberto/craft-next-js-urls
15 Downloads
It helps to collect the urls of the sections and categories created from the craft cms panel and map them into a json to be consumed in NextJs.
gcgov/framework-service-auth-oauth-server
49 Downloads
Plugin enables a full fledged oauth server generating access and refresh tokens. Authentication can be provided as username/password or via third party Oauth providers.
trm42/cache-decorator
239 Downloads
Magical (as in saves manual work quite a lot) Cache Decorator for Laravel 5. Designed for usage with repositories but easily usable for other uses. If there's enough interest, can be made framework agnostic.
wpify/benefit-plus-gateway-sdk
98 Downloads
This is a "swagger" definition of application programming interface of the Benefit Plus e-commerce payment gateway 3. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application Benefit Plus Pay. RFC version - this is a conceptual document intended for reviewing by the Benefit Plus partnering merchants and for integration planning. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details.
kaizencoders/wp-fluent
7 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.
gustocoder/laravel-datatable
6 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
cacing69/cquery
28 Downloads
PHP Scraper with language expression, could be used to scrape data from a website that uses javascript or ajax
aklump/visual-sitemap
43 Downloads
Using a very simple JSON file schema to define the structure of your website, this project uses that structure to generate a beautiful, visual HTML sitemap. The final document has all icons and CSS embedded in it and can be shared with other teammembers easily.
xini/silverstripe-userforms-confirmemailfield
121 Downloads
Adds an email confirmation field that forces the value to be the same as another email field.
scr-be/teavee-object-cache-bundle
77 Downloads
Simple, robust, and extensible caching abstraction layer with support for custom backends through Symfony compiler tag registration and a central manager implementation. Implementations are provided for the following handlers.
balambasik/deviceinfo
11 Downloads
A lightweight library for defining basic device data.Detection will be performed based on UserAgent and IP address.Allows you to determine: device type, operating system, browser, country.
zetacomponents/reflection
1066 Downloads
The main objective of the Reflection component is to enhance PHP by type information and annotations. It uses source code documentation to determine data types and other pieces of information provided via annotations. Those annotations can be used to realize systems which depend on strong type information or additional details about the source code itself.
typoniels/site_belogin
0 Downloads
This Extension make it possible to configure a background image and logo for the typo3 backend login in the Site-Management Module per Site, and if no site configuration can be obtained from the backend login url, the extension uses the default settings from the ExtensionConfiguration module as Fallback.
slave/validpack
58 Downloads
Model validate package, uses the laravel validation class, rules must be passed as as a variable to and every table should be passed as a model in the app