Libraries tagged by folio
editorconfig-checker/editorconfig-checker
696897 Downloads
A tool to verify that your files follow the rules of your .editorconfig
dominicsayers/isemail
120275 Downloads
Checks an email address against the following RFCs: 3696, 1123, 4291, 5321, 5322
fof/follow-tags
96445 Downloads
Follow tags and be notified of new discussions and replies
rennokki/befriended
90287 Downloads
Eloquent Befriended brings social media-like features like following, blocking and filtering content based on following or blocked models.
poing/earmark
12393 Downloads
Laravel package to generate values in a unique and customizable series.
typicms/nestablecollection
309032 Downloads
A Laravel Package that extends Collection to handle unlimited nested items following adjacency list model.
professional-wiki/edtf
390040 Downloads
PHP library to parse, represent and work with dates that follow the Extended Date/Time Format specification.
ory/client
28351 Downloads
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
friendsofcake/crud-json-api
412009 Downloads
Listener for building CakePHP Crud APIs following the JSON API specification.
flarum/subscriptions
376900 Downloads
Allow users to follow discussions and receive notifications for new posts.
damianopetrungaro/php-commitizen
80272 Downloads
Help writing Git commit following conventional commit specs
ianm/follow-users
31530 Downloads
Follow users and be notified of new discussions or posts
tttran/viet_qr_generator
17551 Downloads
VietQR generator by following vietqr specification
thalidzhokov/country-codes
98196 Downloads
CountryCodes PHP Class to get array of countries with ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric and ISD codes it can provide following information related to country
teknoo/states
35172 Downloads
Library to create 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 this improve maintainability and workflow writing.