Libraries tagged by Mage class
rhuett/csvie
59 Downloads
Csvie is a simple CSV file parser made for Laravel. Csvie is based on LeagueCSV, and can quickly import data to, and export data from, a MySQL database. It also gives you a handy abstract class for quickly sanitizing and scrubbing your CSV files prior to insertion.
rafaelcaviquioli/php-clean-request
27 Downloads
The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people.
radiegtya/rapid-api-php
27 Downloads
API package that make you easier using RAPID CMS REST API using PHP simple classes.
phpukg/collector
2 Downloads
make use of reusable code by copying and pasting classes from one project to another
madeitbelgium/verifyemail
2 Downloads
PHP Laravel class to verify an email address and make sure it is valid and does exist on the mail server.
litvinab/rest-api-test
5133 Downloads
This symfony bundle is made to simplify testing of your rest API. It can be useful in running of functional data fixtures based tests and acceptance (Behat) tests. It simplifies automatic tests development by provided test cases classes and commands
klement-alexander/p7m-extractor
22 Downloads
A simple class that allows to extract the original file from a signed p7m file. All Credits to Filippo Toso. I only made 1 small change
ider/flashmessages
9 Downloads
FlashMessages is a class to handle success, debug, warning and error messages. It's made for the framework Anax-MVC.
gordonmurray/clean-import-headings
67 Downloads
A small class to help clean headings on an imported CSV file to make them more understandable
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.
dmelo/dzend
143 Downloads
A set of classes to wrap around Zend v1. It' goal is to make common patterns easier to implement and to transparently add commonly used functionalities.
dialogs/cdialog4php
18 Downloads
Classes for using cdialog's features in desktop PHP scripts to make them interactive
cubicmushroom/options-trait
21 Downloads
Trait to make it easy to add options arrays to object classes
codeops/verifyemail
9 Downloads
PHP class that can be easily used to verify an email address and make sure it is valid and does exist on the mail server.
chhw/commander
574 Downloads
This package gives you to automatically generate service/repository class, which is extended by Laravel original make commands.