Libraries tagged by Mage Icons
bencomeau/artisan-make-view
669 Downloads
Create views, including "resource" views, using console commands.
artogrig/laravel-make-service
3455 Downloads
An Artisan console command to create service in your Laravel application.
amoori/cookie-consent
48 Downloads
Make your Laravel app comply with the crazy EU cookie law
phpcasts/yaf-console
197 Downloads
make controller,model,plugin,view by this tool
danieletulone/laravel-make-model
150 Downloads
thisisbd/silverstripe-maintenance-mode
11521 Downloads
SilverStripe Maintenance Mode Module. Allows an administrator to put site in offline mode with 503 status to display a 'Coming Soon', 'Under Construction' or 'Down for Maintenance' Page to regular visitors, whilst allowing a logged in admin user to browse and make changes to the site.
lijinma/commander
335 Downloads
PHP command-line interfaces made easy
bnomei/kirby3-plopfile
252 Downloads
Plopfile to generate and append to various files for Kirby3 CMS using Plop.js
mgr-paddle/easyrdf
40 Downloads
EasyRdf is a PHP library designed to make it easy to consume and produce RDF.
melvilleco/instagram-basic-display
1020 Downloads
Provides endpoints and helper console commands that make it easier to work with the Instagram Basic Display API.
m50/simple
5 Downloads
The documentation verification tool to make sure that nothing is considered easy or simple.
martinmulder/openapi-crowdstrike-falcon-php
42 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.
emma/searchengine
31 Downloads
Php - MySql/SQL Search Engine. Considering the challenges in using MySQL/MSSQL/SQL as a back-end for industrial level application search-engine. An optimized techniques and algorithms are developed to boost performance and make SQL databases works like magic for the purpose of searching.
elenyum/maker
21 Downloads
This bundle make module width controller, service and entity from json or console command.
dmitryrechkin/php-converters-emptytonull
214 Downloads
PHP Converter that converts of empty to null. It is helps to make code cleaner by removing the need for if conditions for cases when some API expects null in order to consider parameter as unset.