Libraries tagged by als
merge-tech/contactetc
3 Downloads
Simple contact form to quickly add to your laravel project. Fully customisable, includes all views, routes and controllers. Also includes anti-spam (with recaptcha). You can also have multiple contact forms on one Laravel site.
merge-tech/contact-form
3 Downloads
Simple contact form to quickly add to your laravel project. Fully customisable, includes all views, routes and controllers. Also includes anti-spam (with recaptcha). You can also have multiple contact forms on one Laravel site.
meniam/ckeditor_oembed_plugin
3626 Downloads
This Plugin allows to insert embedded content (such as photos, videos, audio, and other rich media) via the OEmbed API. You only have to provide the url to the site (It works also when the url is shortened) you want to embed and the plugin does the rest.
mega6382/hab-encryption
20 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.
mega6382/base64
8 Downloads
This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.
mbagnall/nodeaccess
48 Downloads
Provides access control to Drupal nodes based on role. Access can also be controled by specific user. Drupal 9 ready.
maximo-perez-villalba/tool-txt
131 Downloads
La clase TXT agrupa herramientas para trabajar sobre texto al estilo navaja suiza.
mattyeend/laravel-model-service
0 Downloads
Extends Laravel make:model to also create a service class when using -s flag
matrunchyk/bitcoindbundle
39 Downloads
Bundle that gives you a bitcoind service wrapper. Also comes with tasks that you can use on the command line.
marlemiesz/wp-sdk
11 Downloads
The WP API SDK for PHP is a client library that makes it easy to interact with the WordPress REST API from a PHP application. This SDK provides an easy-to-use interface for sending HTTP requests and handling the responses, and also includes convenient methods for accessing common API endpoints and data structures. With this SDK, developers can easily retrieve, create, update, and delete content and metadata within a WordPress site, and also perform other common tasks such as managing users and media. The WP API SDK for PHP is an essential tool for any PHP developer working with the WordPress platform, and provides a powerful and flexible way to build custom applications and integrations that interact with WordPress.
maplephp/form
72 Downloads
Develop advanced, consistent, and secure forms that are also very easy to validate.
manuelj555/dev-access-bundle
1554 Downloads
Agregar seguridad al usar app_dev.php
mannysoft/ziggy
6 Downloads
Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.
makbeth/yii2-notifications
39 Downloads
The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface. In this version issue with the table name has been fixed
mailstreetdevelopment/fpdi
211 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.