Libraries tagged by folio
unknownrori/singleton
2 Downloads
A simple helper trait and class that can help follow singleton rule
unialteri/states-bundle
522 Downloads
Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)
teknoo/states-bundle
2773 Downloads
Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)
susina/psr2-code-generator
11 Downloads
Toolset for generating PHP code following PSR-2 standard
scribe/cache-bundle
815 Downloads
Simple, robust, and extensible caching abstraction layer with support for custom backends through Symfony compiler tag registration and a central manager implementation. Implementations are provided for the following handlers.
scr-be/teavee-object-cache-bundle
77 Downloads
Simple, robust, and extensible caching abstraction layer with support for custom backends through Symfony compiler tag registration and a central manager implementation. Implementations are provided for the following handlers.
paulhennell/twitter-account-info
29 Downloads
A package to get basic account info like follower count number for a twitter account without requiring a twitter API login.
opositatest/interest-user-bundle
818 Downloads
User Interests, follow & unfollow
nextdev/symfony-adr
8 Downloads
This bundle makes it easier to follow ADR pattern while writing a Symfony application
netmon-server/laravel-jsonapi
118 Downloads
This package helps you to quickly build a REST API using the Laravel framework following the json:api specification.
modernfactory/accounting
2029 Downloads
Set of PHP interfaces that ensure our accounting API wrappers follow the same format
jmcmanus/pagedown-extra
143 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
15 Downloads
Laravel Validation abstracted to your namespace. As followed from Laracasts.com
iadvize/php-rest-library
367 Downloads
Framework agnostic library that follows iAdvize API rest conventions
garrettw/noair
43 Downloads
PHP event library following the Mediator behavioral pattern implemented like an Observer