Libraries tagged by follower
mrchetan/php_standard
308 Downloads
PHP coding standard to be followed
print/ln
2408 Downloads
Prints any number of strings, each followed by the appropriate line terminator
pantheon-systems/example-drupal7-travis-composer
49 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Travis CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
pantheon-systems/example-drupal7-circle-composer
101 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Circle CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
froiden/php_standard
212 Downloads
PHP coding standard to be followed at Froiden
sagarwebkul/magento2-phpstan-coding-standard
0 Downloads
A set of additional rules for Magento2 based on best practices followed at Webkul
pantheon-systems/example-drupal8-circle-composer
17 Downloads
Template for creating a project to manage a Drupal site with Composer, and test with Circle CI. Use `composer create-project` to make your own project, or, if you prefer to clone the git repository, run `composer install` followed by `bin/init-new-project` to replace this file and set up your starting project.
lalu/jer
49 Downloads
A laravel/lumen package for structing API exception response in JSON followed http://jsonapi.org/
lalu/jdr
52 Downloads
A Laravel/Lumen package for structing API data response in JSON followed http://jsonapi.org/
amitchandrakar/php_standard
17 Downloads
PHP coding standard to be followed
jmcmanus/pagedown-extra
142 Downloads
This is a collection of Pagedown plugins to enable support for Markdown Extra syntax. Open demo/demo.html to try it yourself. To run the tests, just open spec/SpecRunner.html in your browser. Or, to run a browser-less test from the command line as travis-ci would, run bundle install followed by bundle exec rake. You'll need Ruby and the rake gem if you use the second method.
jamesking56/validator
12 Downloads
Laravel Validation abstracted to your namespace. As followed from Laracasts.com
dschledermann/linkservice
67 Downloads
Refreshes links in elements by issuing HEAD-request to them. Redirect are followed and updated back into the tables.
mrclay/minify
13085778 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
eluceo/ical
12732217 Downloads
The eluceo/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.