Libraries tagged by Followers
froiden/php_standard
234 Downloads
PHP coding standard to be followed at Froiden
fperezco/captainhook-conventional-branchs-commits
50 Downloads
Captain hook conventional branchs and commits is just a 'hook' to check that a commit, in a conventional branching model, follows the conventional rules.
little-green-man/mastodon-follows
6 Downloads
Mastodon Follows - find more information about those others follow so you can follow along too.
flowersays/wechat
6 Downloads
Wechat SDK from Laravel4
wataridori/blaravel
11 Downloads
A Custom Version of Laravel Framework which completely follows PSR1/2
unicon/unicon
3064 Downloads
Universal PHP variable converter. The main feature is converting arrays to an object of given class. In this case, Unicon follows PhpDoc annotations, works recursively to create the object's properties.
trunda/php-cors
6 Downloads
PHP implementation of CORS which strictly follows specification by it's OOP model design. It supports Laravel framework applications.
thewebsolver/pipeline
16 Downloads
Follows Chain of Responsibility Design Pattern to handle the given subject/request.
stavarengo/php-full-page-cache
95 Downloads
PHP full page cache that follows the 'Cache-Control' HTTP header.
simivar/tibiadata-api
32 Downloads
TibiaData API is a open source library that allows you to access TibiaData API from your PHP application. Supports every resource. Follows Semver and TibiaData API versioning.
said/private-package
3 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
said/laravel-translatable
66 Downloads
This is a Laravel package containing a trait for translatable Eloquent models. This package follows the approach to have only a single table to maintain all the translations.
ryu818/tiny-mce
744 Downloads
The purpose of placing TinyMCE in a plugin is to keep it separate from a themed view, the regular webroot or the app in general, which makes it easier to update and overall follows the idea of keeping the code clean and modular.
ramasy/psrize
50 Downloads
This bundle help you to test if your code follows psr-1/psr-2 standard
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.