Libraries tagged by Followers
girgias/csv
27 Downloads
A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism.Supports multi-bytes delimiters, enclosures, and providing a custom EOL sequence.
froiden/php_standard
234 Downloads
PHP coding standard to be followed at Froiden
fperezco/captainhook-conventional-branchs-commits
59 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.
curvestech/laravel-request-filters
4 Downloads
Simpler way to map request queries to database queries in a seamless way that follows single responsibility principle
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
3065 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.